[arch-commits] Commit in firefox/trunk (PKGBUILD shared-libs.patch)

Ionut Biru ibiru at archlinux.org
Tue Jul 17 19:32:45 UTC 2012


    Date: Tuesday, July 17, 2012 @ 15:32:45
  Author: ibiru
Revision: 163687

update to 14.0.1

Added:
  firefox/trunk/shared-libs.patch
Modified:
  firefox/trunk/PKGBUILD

-------------------+
 PKGBUILD          |   14 ++++++++------
 shared-libs.patch |   12 ++++++++++++
 2 files changed, 20 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-17 18:50:36 UTC (rev 163686)
+++ PKGBUILD	2012-07-17 19:32:45 UTC (rev 163687)
@@ -3,7 +3,7 @@
 # Contributor: Jakub Schmidtke <sjakub at gmail.com>
 
 pkgname=firefox
-pkgver=13.0.1
+pkgver=14.0.1
 pkgrel=1
 pkgdesc="Standalone web browser from mozilla.org"
 arch=('i686' 'x86_64')
@@ -12,29 +12,31 @@
          'libnotify' 'desktop-file-utils' 'hicolor-icon-theme'
          'libvpx' 'libevent' 'nss>=3.13.3' 'hunspell' 'sqlite')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'wireless_tools' 'yasm' 'mesa'
-             'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake' 'gcc>=4.7.1')
+             'autoconf2.13' 'libidl2' 'xorg-server-xvfb' 'imake')
 optdepends=('wireless_tools: Location detection via available WiFi networks')
 url="http://www.mozilla.org/projects/firefox"
 install=firefox.install
 options=(!emptydirs)
 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)
-md5sums=('82deadb501c7fc0e9fa6b025f51f05a1'
+        mozconfig firefox.desktop firefox-install-dir.patch vendor.js shared-libs.patch)
+md5sums=('c2f884f0f6c41c65cf20f678a1ee7191'
          '5644c7b42f51013e2023787938fa955e'
          'bdeb0380c7fae30dd0ead6d2d3bc5873'
          '594523c536a9be951b52c90dd85aff18'
-         '0d053487907de4376d67d8f499c5502b')
+         '0d053487907de4376d67d8f499c5502b'
+         '52e52f840a49eb1d14be1c0065b03a93')
 
 build() {
   cd mozilla-release
 
   cp ../mozconfig .mozconfig
   patch -Np1 -i ../firefox-install-dir.patch
+  patch -Np1 -i ../shared-libs.patch
 
   # Fix PRE_RELEASE_SUFFIX
   sed -i '/^PRE_RELEASE_SUFFIX := ""/s/ ""//' \
     browser/base/Makefile.in
-
+  
   export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
   export PYTHON="/usr/bin/python2"
   export MOZ_MAKE_FLAGS="$MAKEFLAGS"

Added: shared-libs.patch
===================================================================
--- shared-libs.patch	                        (rev 0)
+++ shared-libs.patch	2012-07-17 19:32:45 UTC (rev 163687)
@@ -0,0 +1,12 @@
+diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/browser/installer/Makefile.in
+--- mozilla-release.orig/browser/installer/Makefile.in	2012-07-17 16:19:29.480356991 +0000
++++ mozilla-release/browser/installer/Makefile.in	2012-07-17 17:32:41.250937293 +0000
+@@ -50,7 +50,7 @@
+ MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in
+ # Some files have been already bundled with xulrunner
+ ifndef SYSTEM_LIBXUL
+-MOZ_PKG_FATAL_WARNINGS = 1
++MOZ_PKG_FATAL_WARNINGS = 0
+ endif
+ 
+ MOZ_NONLOCALIZED_PKG_LIST = \




More information about the arch-commits mailing list