summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-28 18:54:53 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-04-28 18:58:27 -0300
commitf1277a1ed44742ea77a300369d09ae47890907c5 (patch)
tree097cf781b2c52f90025dd97d7703d5907bc33bcf /libre/iceweasel/PKGBUILD
parentc2ac36ed67b48df303dcea4d64bfc1b52a6ce157 (diff)
iceweasel-1:46.0.deb1-1: updating version
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD22
1 files changed, 6 insertions, 16 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index b4734f456..6d3fe387e 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -18,7 +18,7 @@ _pgo=true
_debname=firefox
_brandingver=45.0
_brandingrel=2
-_debver=45.0.2
+_debver=46.0
_debrel=deb1
_debrepo=http://ftp.debian.org/debian/pool/main/
_parabolarepo=https://repo.parabola.nu/other/iceweasel
@@ -43,7 +43,6 @@ fi
optdepends=('networkmanager: Location detection via available WiFi networks'
'upower: Battery API')
url="https://wiki.parabola.nu/$pkgname"
-install=$pkgname.install
replaces=("$pkgname-libre" "$_pkgname")
conflicts=("$pkgname-libre")
source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.xz"
@@ -57,23 +56,21 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.xz"
$pkgname.desktop
$pkgname-install-dir.patch
vendor.js
- $pkgname-fixed-loading-icon.png
no-libnotify.patch
$pkgname-gtk3-20.patch)
-sha256sums=('e913faabc91151195ea632f2a047bb4987fcbc24d25dc7836900b925767b54da'
- '1d595bd46e5d56c8e58ad8b401f2b01930fb4c68ba6db8f048303fc74f1f3613'
+sha256sums=('1d14cca3f25ee017f087c4e6e90ec6f35ba82093d012fff4567504c9554fa025'
+ '4d7935acc724796b01d39773cfa9bbd50c3de91b2bca67812b376336398efeb1'
'69736106a9c96fdbca2fb82bd8fbceddf2ab87940ff42bc92cfaed716363310e'
'SKIP'
- 'abc617c170b0c4d549d1995d018285e16e9a30adf5e9c116d8b4d0070758070f'
+ '398f3c0fd7fad657f564bbb7fe5b494268855d1ac88d6c56f25c2dedf18cb6e5'
'0b47b95cfa4a56a1292be7107c9a59e4575bac8bc1e1fb7e1359755069919751'
'93e3001ce152e1d142619e215a9ef07dd429943b99d21726c25da9ceb31e31cd'
'56eba484179c7f498076f8dc603d8795e99dce8c6ea1da9736318c59d666bff6'
'2257dc69886bd0b72c48675a27c3a88b9cf6b598252c9e9f1c99763180684fc3'
'3aea6676f1e53a09673b6ae219d281fc28054beb6002b09973611c02f827651d'
'e6e43c6b481891e33dbb95849865410a2a9e77165f7de2c2057d3a8bab990aec'
- '68e3a5b47c6d175cc95b98b069a15205f027cab83af9e075818d38610feb6213'
'e4ebdd14096d177d264a7993dbd5df46463605ff45f783732c26d30b9caa53a7'
- '2e355a477f1df792cd7f9d1e3a56030543e0cf2d09051dd293ba495a7edb54fd')
+ '440c3e22d98ecf8c44dcedbe90bbb302da3a059e3fc3fba205d89f0eca329cbf')
validpgpkeys=(
'C92BAA713B8D53D3CAE63FC9E6974752F9704456' # André Silva
'684D54A189305A9CC95446D36B888913DDB59515' # Márcio Silva
@@ -121,19 +118,12 @@ prepare() {
cp "$srcdir/mozconfig" .mozconfig
mkdir "$srcdir/path"
-
- # WebRTC build tries to execute "python" and expects Python 2
ln -s /usr/bin/python2 "$srcdir/path/python"
# Configure script misdetects the preprocessor without an optimization level
# https://bugs.archlinux.org/task/34644
sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
- # Fix tab loading icon (doesn't work with libpng 1.6)
- # https://bugzilla.mozilla.org/show_bug.cgi?id=841734
- cp "$srcdir/$pkgname-fixed-loading-icon.png" \
- browser/themes/linux/tabbrowser/loading.png
-
# Load our searchplugins
rm -rv browser/locales/en-US/searchplugins
cp -av /usr/lib/mozilla/searchplugins browser/locales/en-US
@@ -182,7 +172,7 @@ package() {
ln -s /usr/share/hunspell "$pkgdir/usr/lib/$pkgname/dictionaries"
ln -s /usr/share/hyphen "$pkgdir/usr/lib/$pkgname/hyphenation"
- # Workaround for now:
+ # Replace duplicate binary with symlink
# https://bugzilla.mozilla.org/show_bug.cgi?id=658850
ln -sf $pkgname "$pkgdir/usr/lib/$pkgname/$pkgname-bin"
}