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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Tue May 14 17:21:02 UTC 2013


    Date: Tuesday, May 14, 2013 @ 19:21:02
  Author: foutrelis
Revision: 185521

upgpkg: firefox 21.0-1

New upstream release.

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

-----------+
 PKGBUILD  |   10 ++++------
 mozconfig |    3 ++-
 2 files changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-14 17:20:57 UTC (rev 185520)
+++ PKGBUILD	2013-05-14 17:21:02 UTC (rev 185521)
@@ -12,7 +12,7 @@
 depends=('gtk2' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
          'dbus-glib' 'alsa-lib' 'libvpx' 'libevent' 'nss' 'hunspell' 'sqlite'
           'libnotify' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'autoconf2.13' 'imake'
+makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake'
              'xorg-server-xvfb')
 optdepends=('networkmanager: Location detection via available WiFi networks')
 install=firefox.install
@@ -21,7 +21,7 @@
         mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch
         firefox-20.0.1-fixed-loading-icon.png)
 sha256sums=('3909031cb5d403b12c796afb7775b4950f0347786ffd06028761852a1074d91c'
-            '17972dddb5ae20c1bf0ed1bbe2c1d94096ead931e8811cbcca56c74b1132a86a'
+            '7329c6ccf6d61348b36d54f5e862c2f16281bba7a53b63b5dc4a039dbd511377'
             'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
             'ded67e8204bd5e1c0c5771c0d2c84ff80c998e1543711e7cd804cfe29e8dd1b0'
             '4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
@@ -44,9 +44,6 @@
   # WebRTC build tries to execute "python" and expects Python 2
   ln -s /usr/bin/python2 "$srcdir/path/python"
 
-  # Use gold, as Mozilla can use some of its features, such as safe ICF
-  ln -s /usr/bin/ld.gold "$srcdir/path/ld"
-
   # configure script misdetects the preprocessor without an optimization level
   # https://bugs.archlinux.org/task/34644
   sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
@@ -59,6 +56,7 @@
 
 build() {
   cd mozilla-release
+
   export PATH="$srcdir/path:$PATH"
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
   export PYTHON="/usr/bin/python2"
@@ -71,7 +69,7 @@
     return 1
   fi
 
-  kill $! || :
+  kill $! || true
 }
 
 package() {

Modified: mozconfig
===================================================================
--- mozconfig	2013-05-14 17:20:57 UTC (rev 185520)
+++ mozconfig	2013-05-14 17:21:02 UTC (rev 185521)
@@ -26,7 +26,8 @@
 
 ac_add_options --disable-crashreporter
 ac_add_options --disable-updater
+ac_add_options --disable-tests
 ac_add_options --disable-installer
 
 # PGO
-mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
+mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py 10'




More information about the arch-commits mailing list