summaryrefslogtreecommitdiffstats
path: root/extra/xulrunner/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-09 12:56:35 +0200
committersibel <lesibel@free.fr>2010-09-09 12:56:35 +0200
commit47134f8e3c40517d32853b1bc73d70dd4b4701cb (patch)
treef9cfa6a51240e0e5144bc5edea8f39cf6a5e77a4 /extra/xulrunner/Pkgfile
parent87daa324ce8f80c34f47d6d927868eff5db112ad (diff)
downloadnutyx-pakxe-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.gz
nutyx-pakxe-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.bz2
nutyx-pakxe-47134f8e3c40517d32853b1bc73d70dd4b4701cb.tar.xz
nutyx-pakxe-47134f8e3c40517d32853b1bc73d70dd4b4701cb.zip
maj de xulrunner#1.9.2.9-1
Diffstat (limited to 'extra/xulrunner/Pkgfile')
-rw-r--r--extra/xulrunner/Pkgfile26
1 files changed, 20 insertions, 6 deletions
diff --git a/extra/xulrunner/Pkgfile b/extra/xulrunner/Pkgfile
index c28d7d4f5..60a94b0e5 100644
--- a/extra/xulrunner/Pkgfile
+++ b/extra/xulrunner/Pkgfile
@@ -2,23 +2,37 @@
# URL: http://xulfr.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: libidl, nss, gtk, python, dbus-glib, alsa-lib, libnotify
+# Depends on: hunspell, xorg-libxt, startup-notification, mime-types, libevent, libgnomeui, python, libidl, nss, gtk, python, dbus-glib, alsa-lib, libnotify
name=xulrunner
-version=1.9.2.8
+version=1.9.2.9
release=1
-source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.8/source/firefox-3.6.8.source.tar.bz2 \
- mozconfig )
+source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.9/source/firefox-3.6.9.source.tar.bz2 \
+ mozconfig
+ mozilla-pkgconfig.patch
+ mozilla-ps-pdf-simplify-operators.patch
+ xulrunner-version.patch
+ xulrunner-png14.patch)
build() {
+ unset MAKEFLAGS
+ unset CFLAGS
+ unset CXXFLAGS
+
export MOZ_CO_PROJECT="xulrunner"
export XCFLAGS="$CFLAGS"
cd mozilla-1.9.2
sed -e "s/#CFLAGS#/$CFLAGS/g" \
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \
$SRC/mozconfig > .mozconfig
-
- ./configure
+
+ patch -Np1 -i $SRC/mozilla-ps-pdf-simplify-operators.patch
+ patch -Np1 -i $SRC/mozilla-pkgconfig.patch
+ patch -Np1 -i $SRC/xulrunner-version.patch
+ patch -Np0 -i $SRC/xulrunner-png14.patch
+
+ ./configure --disable-necko-wifi
+
sed 's@stable@unstable@' \
-i xulrunner/installer/mozilla-js.pc.in
echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in