diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-21 03:09:30 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-21 03:09:30 -0200 |
commit | f1ac1795d1c687d0ef12898d9cc8755627d73399 (patch) | |
tree | 181d1df37394191a8060f986ea0f00c7b3528364 /libre/iceweasel-libre/PKGBUILD | |
parent | cc04336a0de7b58a62468bd106ea52a6a973caab (diff) |
iceweasel-libre-1:24.0.deb2-2: add iceweasel-20.0.1-fixed-loading-icon.png again due which iceweasel-libre has problems yet
Diffstat (limited to 'libre/iceweasel-libre/PKGBUILD')
-rw-r--r-- | libre/iceweasel-libre/PKGBUILD | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libre/iceweasel-libre/PKGBUILD b/libre/iceweasel-libre/PKGBUILD index 4f2fc20b7..6fe67f909 100644 --- a/libre/iceweasel-libre/PKGBUILD +++ b/libre/iceweasel-libre/PKGBUILD @@ -23,7 +23,7 @@ _pkgname=iceweasel pkgname=iceweasel-libre epoch=1 pkgver=$_debver.$_debrel -pkgrel=1 +pkgrel=2 pkgdesc="A libre version of Debian Iceweasel, the standalone web browser based on Mozilla Firefox." arch=(i686 x86_64 mips64el) @@ -56,6 +56,7 @@ source=("$_debrepo/`debfile $_debname`_$_debver.orig.tar.bz2" iceweasel-install-dir.patch vendor.js replace-urls.txt + iceweasel-20.0.1-fixed-loading-icon.png Bug-756390-Make-the-Reset-Firefox-feature-more-gener.patch) md5sums=('8f24807d67599516850a4bdca2b2fbd6' '1f4f1347e05b15f5af137787d614ecdf' @@ -66,6 +67,7 @@ md5sums=('8f24807d67599516850a4bdca2b2fbd6' 'abf5ecb74caa857abb42bcfbb3442d9c' '121fefaa040936c3b96298da0c49f450' 'a8fc4658d45b6bf9350023e5c3f34e56' + '6e335a517c68488941340ee1c23f97b0' 'f1594fa3567e5b70202c3432d7c00202') prepare() { @@ -149,6 +151,11 @@ prepare() { # 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 (flickers with libpng 1.6) + # https://bugzilla.mozilla.org/show_bug.cgi?id=841734 + cp "$srcdir/firefox-20.0.1-fixed-loading-icon.png" \ + browser/themes/linux/tabbrowser/loading.png } build() { |