mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +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
|
||||
|
||||
pkgname=xulrunner
|
||||
pkgver=31.0
|
||||
pkgrel=2
|
||||
pkgver=32.0
|
||||
pkgrel=1
|
||||
pkgdesc="Mozilla Runtime Environment"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
|
@ -23,10 +23,10 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/
|
|||
rhbz-966424.patch)
|
||||
options=('!emptydirs' 'staticlibs')
|
||||
replaces=('xulrunner-oss')
|
||||
sha256sums=('6f4cb97e4debe2225f94bc813057154d2aa2680f5aa69573048633507cecb21e'
|
||||
sha256sums=('769671c97bfa5ab0719cc792a55109540287939e11d515e125769b5104056a21'
|
||||
'6d9bae5f7bc952583fddff7ae839bc559ae9be784d5021784653963875905489'
|
||||
'23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269'
|
||||
'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1'
|
||||
'3729eb95167f704e627cfd4ef5ce24414c6c33df68d2fd968d315f1873d6dc7c'
|
||||
'746cb474c5a2c26fc474256e430e035e604b71b27df1003d4af85018fa263f4a')
|
||||
|
||||
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
|
||||
# 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 = \
|
||||
|
|
Loading…
Reference in a new issue