[arch-commits] Commit in firefox/trunk (PKGBUILD mozconfig)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri May 3 12:28:23 UTC 2013


    Date: Friday, May 3, 2013 @ 14:28:23
  Author: foutrelis
Revision: 184194

upgpkg: firefox 20.0.1-4

Build with bundled libpng to avoid flickering tab loading icon.

Modified:
  firefox/trunk/PKGBUILD
  firefox/trunk/mozconfig

-----------+
 PKGBUILD  |    4 ++--
 mozconfig |    4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-03 12:07:00 UTC (rev 184193)
+++ PKGBUILD	2013-05-03 12:28:23 UTC (rev 184194)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=20.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -20,7 +20,7 @@
 source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2
         mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch)
 md5sums=('b822ff4b2348410587dec563235d9320'
-         'efdd58626b2f56dea31e26879eb2db3b'
+         'c8dd1cf0d01e6f0ba6fe194d59500a46'
          '6174396b4788deffa399db3f6f010a94'
          '150ac0fb3ac7b2114c8e8851a9e0516c'
          '0d053487907de4376d67d8f499c5502b'

Modified: mozconfig
===================================================================
--- mozconfig	2013-05-03 12:07:00 UTC (rev 184193)
+++ mozconfig	2013-05-03 12:28:23 UTC (rev 184194)
@@ -11,7 +11,9 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-ac_add_options --with-system-png
+# Build with bundled libpng to avoid flickering tab loading icon
+# https://bugzilla.mozilla.org/show_bug.cgi?id=841734
+#ac_add_options --with-system-png
 ac_add_options --with-system-libevent
 ac_add_options --with-system-libvpx
 ac_add_options --enable-system-hunspell




More information about the arch-commits mailing list