diff options
author | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
commit | de078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (patch) | |
tree | 73a6a95927c514dedab1508b2a9a8a3f58e2f1db /extra/xulrunner | |
parent | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (diff) |
Fri Feb 3 23:15:07 UTC 2012
Diffstat (limited to 'extra/xulrunner')
-rw-r--r-- | extra/xulrunner/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/xulrunner/PKGBUILD b/extra/xulrunner/PKGBUILD index d0448db77..0f423222d 100644 --- a/extra/xulrunner/PKGBUILD +++ b/extra/xulrunner/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 145467 2011-12-22 20:32:10Z ibiru $ +# $Id: PKGBUILD 148515 2012-02-02 23:34:39Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xulrunner -pkgver=9.0.1 -pkgrel=1 +pkgver=10.0 +pkgrel=0 pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64') license=('MPL' 'GPL' 'LGPL') depends=('gtk2' 'mozilla-common' 'nss>=3.13.1' 'libxt' 'libxrender' 'hunspell' 'startup-notification' 'mime-types' 'dbus-glib' 'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'libvpx' 'python2') makedepends=('zip' 'unzip' 'pkg-config' 'diffutils' 'wireless_tools' 'yasm' 'mesa') url="http://wiki.mozilla.org/XUL:Xul_Runner" -source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases//$pkgver/source/firefox-$pkgver.source.tar.bz2 +source=(ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/firefox-$pkgver.source.tar.bz2 mozconfig mozilla-pkgconfig.patch) options=('!emptydirs') replaces=('xulrunner-oss') -md5sums=('7cf2bd379792a9b232267c6a79680566' +md5sums=('13c61203ccfa583e5a54b4dc22f41233' '8dfb78c5bd0581c8cf4753813132bf0b' '27271ce647a83906ef7a24605e840d61') @@ -26,6 +26,7 @@ build() { #fix libdir/sdkdir - fedora patch -Np1 -i "$srcdir/mozilla-pkgconfig.patch" + export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/xulrunner-$pkgver" export PYTHON="/usr/bin/python2" |