diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 13:42:26 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-23 13:42:26 +0100 |
commit | 9b2f20dc25d8f984ac5a820aa6c124545eeb323d (patch) | |
tree | 61dc8110caeb2c63f1d37be4e035ff0e67513e40 /extra/xulrunner/Pkgfile | |
parent | 44ceca58d80c8e229fbe758cd421c0915097335f (diff) | |
download | nutyx-pakxe-9b2f20dc25d8f984ac5a820aa6c124545eeb323d.tar.gz nutyx-pakxe-9b2f20dc25d8f984ac5a820aa6c124545eeb323d.tar.bz2 nutyx-pakxe-9b2f20dc25d8f984ac5a820aa6c124545eeb323d.tar.xz nutyx-pakxe-9b2f20dc25d8f984ac5a820aa6c124545eeb323d.zip |
Maj de xulrunner#1.9.2-1
Diffstat (limited to 'extra/xulrunner/Pkgfile')
-rw-r--r-- | extra/xulrunner/Pkgfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/xulrunner/Pkgfile b/extra/xulrunner/Pkgfile index 438df5b6a..2e2287b90 100644 --- a/extra/xulrunner/Pkgfile +++ b/extra/xulrunner/Pkgfile @@ -2,18 +2,18 @@ # URL: http://xulfr.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: libidl, nss, gtk, python, dbus-glib, zip, alsa-lib +# Depends on: libidl, nss, gtk, python, dbus-glib, zip, alsa-lib, libnotify name=xulrunner -version=1.9.1.7 +version=1.9.2 release=1 -source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.7/source/firefox-3.5.7.source.tar.bz2 \ +source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6/source/firefox-3.6.source.tar.bz2 \ mozconfig ) build() { export MOZ_CO_PROJECT="xulrunner" export XCFLAGS="$CFLAGS" - cd mozilla-1.9.1 + cd mozilla-1.9.2 sed -e "s/#CFLAGS#/$CFLAGS/g" \ -e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \ $SRC/mozconfig > .mozconfig @@ -22,7 +22,7 @@ build() { sed 's@stable@unstable@' \ -i xulrunner/installer/mozilla-js.pc.in echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in - make -j3 + make make DESTDIR=$PKG install install -d $PKG/etc/ld.so.conf.d |