mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/xulrunner to 33.0-1
This commit is contained in:
parent
37133edef0
commit
5186934cd9
2 changed files with 7 additions and 9 deletions
|
@ -8,7 +8,7 @@
|
||||||
# - set extra CFLAG for v5
|
# - set extra CFLAG for v5
|
||||||
|
|
||||||
pkgname=xulrunner
|
pkgname=xulrunner
|
||||||
pkgver=32.0
|
pkgver=33.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Mozilla Runtime Environment"
|
pkgdesc="Mozilla Runtime Environment"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -23,17 +23,17 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/
|
||||||
rhbz-966424.patch)
|
rhbz-966424.patch)
|
||||||
options=('!emptydirs' 'staticlibs')
|
options=('!emptydirs' 'staticlibs')
|
||||||
replaces=('xulrunner-oss')
|
replaces=('xulrunner-oss')
|
||||||
sha256sums=('769671c97bfa5ab0719cc792a55109540287939e11d515e125769b5104056a21'
|
sha256sums=('99402cf84949e06bac72d8abbdecde57e8af465727001ed6849a34632f20bcdb'
|
||||||
'6d9bae5f7bc952583fddff7ae839bc559ae9be784d5021784653963875905489'
|
'6d9bae5f7bc952583fddff7ae839bc559ae9be784d5021784653963875905489'
|
||||||
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
|
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
|
||||||
'3729eb95167f704e627cfd4ef5ce24414c6c33df68d2fd968d315f1873d6dc7c'
|
'59d9fc421bc10a5515b73e159f44a72365bf7b7e8b3fc8a8c46043ef40bd3a40'
|
||||||
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
|
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/mozilla-release"
|
cd "$srcdir/mozilla-release"
|
||||||
cp "$srcdir/mozconfig" .mozconfig
|
cp "$srcdir/mozconfig" .mozconfig
|
||||||
|
|
||||||
#fix libdir/sdkdir - fedora
|
# fix libdir/sdkdir - fedora
|
||||||
patch -Np1 -i ../mozilla-pkgconfig.patch
|
patch -Np1 -i ../mozilla-pkgconfig.patch
|
||||||
patch -Np1 -i ../shared-libs.patch
|
patch -Np1 -i ../shared-libs.patch
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,12 @@
|
||||||
diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/browser/installer/Makefile.in
|
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.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
|
+++ mozilla-release/browser/installer/Makefile.in 2012-07-17 17:32:41.250937293 +0000
|
||||||
@@ -50,7 +50,7 @@
|
@@ -17,7 +17,7 @@
|
||||||
MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in
|
|
||||||
# Some files have been already bundled with xulrunner
|
# Some files have been already bundled with xulrunner
|
||||||
ifndef SYSTEM_LIBXUL
|
|
||||||
ifndef MOZ_MULET
|
ifndef MOZ_MULET
|
||||||
-MOZ_PKG_FATAL_WARNINGS = 1
|
-MOZ_PKG_FATAL_WARNINGS = 1
|
||||||
+MOZ_PKG_FATAL_WARNINGS = 0
|
+MOZ_PKG_FATAL_WARNINGS = 0
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
MOZ_NONLOCALIZED_PKG_LIST = \
|
DEFINES += -DAB_CD=$(AB_CD) -DMOZ_APP_NAME=$(MOZ_APP_NAME) -DPREF_DIR=$(PREF_DIR)
|
||||||
|
|
Loading…
Reference in a new issue