mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/xulrunner to 32.0-1
This commit is contained in:
parent
2818801133
commit
b0968b798b
2 changed files with 6 additions and 4 deletions
|
@ -8,8 +8,8 @@
|
||||||
# - set extra CFLAG for v5
|
# - set extra CFLAG for v5
|
||||||
|
|
||||||
pkgname=xulrunner
|
pkgname=xulrunner
|
||||||
pkgver=31.0
|
pkgver=32.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Mozilla Runtime Environment"
|
pkgdesc="Mozilla Runtime Environment"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MPL' 'GPL' 'LGPL')
|
license=('MPL' 'GPL' 'LGPL')
|
||||||
|
@ -23,10 +23,10 @@ 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=('6f4cb97e4debe2225f94bc813057154d2aa2680f5aa69573048633507cecb21e'
|
sha256sums=('769671c97bfa5ab0719cc792a55109540287939e11d515e125769b5104056a21'
|
||||||
'6d9bae5f7bc952583fddff7ae839bc559ae9be784d5021784653963875905489'
|
'6d9bae5f7bc952583fddff7ae839bc559ae9be784d5021784653963875905489'
|
||||||
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
|
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
|
||||||
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
|
'3729eb95167f704e627cfd4ef5ce24414c6c33df68d2fd968d315f1873d6dc7c'
|
||||||
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
|
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
|
@ -5,8 +5,10 @@ diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/bro
|
||||||
MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in
|
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 SYSTEM_LIBXUL
|
||||||
|
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 = \
|
MOZ_NONLOCALIZED_PKG_LIST = \
|
||||||
|
|
Loading…
Reference in a new issue