diff options
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 359dd684b..3d7721fd4 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -14,7 +14,7 @@ _pgo=true # We're getting this from Debian Experimental _debname=iceweasel -_debver=22.0 +_debver=23.0 _debrel=1 _debrepo=http://ftp.debian.org/debian/pool/main/ debfile() { echo $@|sed -r 's@(.).*@\1/&/&@'; } @@ -52,22 +52,20 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" vendor.js shared-libs.patch replace-urls.txt - $_pkgname-22.0-do-not-fallback-to-manual-proxy-settings.patch $_pkgname-20.0.1-fixed-loading-icon.png Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch) -md5sums=('45d7121606cc3b21cd2797c87b5dc3bd' - 'bf0440dd8c31527359d797daaf0d3edd' +md5sums=('567bfd5b1bc0639b4f2e53a6e921ed5d' + '0afdcc2a269e2104df18d52c44c7a875' '2d7ac85c32df6a4ccfcc6de7a1420bf7' '383e8e2a97a8b13fe56d153adb6878b6' - '0bbedfc161291de9dc61c531bf062c22' + 'aa5a59aba789c66717436c4bed4b9aa5' '7b9e5996dd9fe0b186a43a297db1c6b5' 'abf5ecb74caa857abb42bcfbb3442d9c' '0c26941504d3f2abed759221e9bb5de1' '52e52f840a49eb1d14be1c0065b03a93' 'a8fc4658d45b6bf9350023e5c3f34e56' - 'bc27a39d08ab3f6705e487c85598d8bf' '6e335a517c68488941340ee1c23f97b0' - '86d4045285a9a15c20a62f46535809cb') + 'c8ee0925def9f018cde65950f66e5844') prepare() { export DEBIAN_BUILD="mozilla-release" @@ -136,10 +134,6 @@ prepare() { echo 'ac_add_options --disable-jemalloc' >> .mozconfig fi - # Should be fixed in Iceweasel 23 - # https://bugzilla.mozilla.org/show_bug.cgi?id=817533 - patch -Np1 -i ../$_pkgname-22.0-do-not-fallback-to-manual-proxy-settings.patch - # Fix PRE_RELEASE_SUFFIX sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \ browser/base/Makefile.in |