diff options
author | root <root@rshg047.dnsready.net> | 2011-05-04 12:58:32 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-04 12:58:32 +0000 |
commit | 9780d07c31b22125ad7ecba4e281ff41194f95be (patch) | |
tree | 2336cb3e1bd98fe4b7631eb175c25f90a243815a /community/xulrunner-oss/PKGBUILD | |
parent | ddb2605f6bccbdb398f3937ff21e4688915a450d (diff) |
Wed May 4 12:58:31 UTC 2011
Diffstat (limited to 'community/xulrunner-oss/PKGBUILD')
-rw-r--r-- | community/xulrunner-oss/PKGBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/community/xulrunner-oss/PKGBUILD b/community/xulrunner-oss/PKGBUILD index b36ba73e9..924c875c9 100644 --- a/community/xulrunner-oss/PKGBUILD +++ b/community/xulrunner-oss/PKGBUILD @@ -2,9 +2,9 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xulrunner-oss -pkgver=2.0 -_ffoxver=4.0 -pkgrel=2 +pkgver=2.0.1 +_ffoxver=4.0.1 +pkgrel=1 pkgdesc="Mozilla Runtime Environment compiled with OSS support" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') @@ -21,13 +21,14 @@ source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver} options=('!emptydirs') conflicts=('xulrunner') provides=("xulrunner=${pkgver}") -md5sums=('3468a2c463b4fc2788ba621e4b511c30' +md5sums=('9abda7d23151e97913c8555a64c13f34' '2358a2ddd35bcdd62ff42442dfe548d9' '639ea80e823543dd415b90c0ee804186' 'a0236f6c3e55f60b7888d8cf137ff209' - 'dea8c2a57a588bf5f6198ce7b4155655' + '0bf82bc6677e3ce57fd20a147fe8d7b1' '42f83468b296452fb754a81a4317ca64' - '81032ce49c2a5ac15d62155bcc42d3ed') + '81032ce49c2a5ac15d62155bcc42d3ed') + build() { cd "${srcdir}/mozilla-2.0" cp "${srcdir}/mozconfig" .mozconfig @@ -39,7 +40,7 @@ build() { patch -Np1 -i "${srcdir}/xulrunner-version.patch" patch -Np1 -i "${srcdir}/xulrunner-omnijar.patch" - + patch -Np1 -i "${srcdir}/port_gnomevfs_to_gio.patch" patch -Np0 -i "${srcdir}/oss.patch" @@ -49,6 +50,7 @@ build() { unset CFLAGS unset CXXFLAGS + export CXXFLAGS="-fpermissive" make -j1 -f client.mk build MOZ_MAKE_FLAGS="$MAKEFLAGS" } |