diff options
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 |