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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon May 6 11:50:47 UTC 2013


    Date: Monday, May 6, 2013 @ 13:50:46
  Author: foutrelis
Revision: 184346

upgpkg: firefox 20.0.1-5

Switch back to system libpng.

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-06 10:31:44 UTC (rev 184345)
+++ PKGBUILD	2013-05-06 11:50:46 UTC (rev 184346)
@@ -4,7 +4,7 @@
 
 pkgname=firefox
 pkgver=20.0.1
-pkgrel=4
+pkgrel=5
 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'
-         'c8dd1cf0d01e6f0ba6fe194d59500a46'
+         'efdd58626b2f56dea31e26879eb2db3b'
          '6174396b4788deffa399db3f6f010a94'
          '150ac0fb3ac7b2114c8e8851a9e0516c'
          '0d053487907de4376d67d8f499c5502b'

Modified: mozconfig
===================================================================
--- mozconfig	2013-05-06 10:31:44 UTC (rev 184345)
+++ mozconfig	2013-05-06 11:50:46 UTC (rev 184346)
@@ -11,9 +11,7 @@
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-zlib
 ac_add_options --with-system-bz2
-# 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-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