[arch-commits] Commit in xulrunner/trunk (PKGBUILD shared-libs.patch)
Connor Behan
cbehan at archlinux.org
Sun Oct 19 03:42:44 UTC 2014
Date: Sunday, October 19, 2014 @ 05:42:44
Author: cbehan
Revision: 120968
Update to 33.0-1
Modified:
xulrunner/trunk/PKGBUILD
xulrunner/trunk/shared-libs.patch
-------------------+
PKGBUILD | 10 +++++-----
shared-libs.patch | 8 +++-----
2 files changed, 8 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-19 02:04:17 UTC (rev 120967)
+++ PKGBUILD 2014-10-19 03:42:44 UTC (rev 120968)
@@ -4,8 +4,8 @@
# Contributor: Alexander Baldeck <alexander at archlinux.org>
pkgname=xulrunner
-pkgver=32.0
-pkgrel=2
+pkgver=33.0
+pkgrel=1
pkgdesc="Mozilla Runtime Environment"
arch=('i686' 'x86_64')
license=('MPL' 'GPL' 'LGPL')
@@ -19,10 +19,10 @@
rhbz-966424.patch)
options=('!emptydirs' '!makeflags' 'staticlibs')
replaces=('xulrunner-oss')
-sha256sums=('769671c97bfa5ab0719cc792a55109540287939e11d515e125769b5104056a21'
+sha256sums=('99402cf84949e06bac72d8abbdecde57e8af465727001ed6849a34632f20bcdb'
'df0e663e7f9246b84936882e564270fac541c6bb39450b759abe686e5c27a052'
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
- '3729eb95167f704e627cfd4ef5ce24414c6c33df68d2fd968d315f1873d6dc7c'
+ '59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
prepare() {
@@ -29,7 +29,7 @@
cd "$srcdir/mozilla-release"
cp "$srcdir/mozconfig" .mozconfig
- #fix libdir/sdkdir - fedora
+ # fix libdir/sdkdir - fedora
patch -Np1 -i ../mozilla-pkgconfig.patch
patch -Np1 -i ../shared-libs.patch
Modified: shared-libs.patch
===================================================================
--- shared-libs.patch 2014-10-19 02:04:17 UTC (rev 120967)
+++ shared-libs.patch 2014-10-19 03:42:44 UTC (rev 120968)
@@ -1,14 +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
+@@ -17,7 +17,7 @@
+
# Some files have been already bundled with xulrunner
- ifndef SYSTEM_LIBXUL
ifndef MOZ_MULET
-MOZ_PKG_FATAL_WARNINGS = 1
+MOZ_PKG_FATAL_WARNINGS = 0
endif
- endif
- MOZ_NONLOCALIZED_PKG_LIST = \
+ DEFINES += -DAB_CD=$(AB_CD) -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)
More information about the arch-commits
mailing list