summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Somero2010-08-14 23:14:20 +0200
committer Erik Hanson2010-08-15 02:04:53 +0200
commitc8cb17706a2a7eec4a74aeca1ef1cd9efd601f4c (patch)
tree05d183d0356c9a0676508fe57795f72ba4a5e45f
parent72523ac9fe8e148f58d97832fc5c4345dc45013a (diff)
downloadslackbuilds-c8cb17706a2a7eec4a74aeca1ef1cd9efd601f4c.tar.gz
libraries/xulrunner: Updated for version 1.9.2.8.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
-rw-r--r--libraries/xulrunner/xulrunner.SlackBuild13
-rw-r--r--libraries/xulrunner/xulrunner.info6
2 files changed, 12 insertions, 7 deletions
diff --git a/libraries/xulrunner/xulrunner.SlackBuild b/libraries/xulrunner/xulrunner.SlackBuild
index 36e739d72a..0c10c50c6a 100644
--- a/libraries/xulrunner/xulrunner.SlackBuild
+++ b/libraries/xulrunner/xulrunner.SlackBuild
@@ -28,7 +28,7 @@
PRGNAM=xulrunner
-VERSION=${VERSION:-1.9.1.7}
+VERSION=${VERSION:-1.9.2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -61,14 +61,14 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf mozilla-1.9.1
+rm -rf mozilla-1.9.2
tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2
-cd mozilla-1.9.1
+cd mozilla-1.9.2
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -85,6 +85,11 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--enable-system-lcms \
+ --enable-system-sqlite \
+ --enable-optimize \
+ --with-system-zlib \
+ --with-system-jpeg \
+ --enable-system-cairo \
--with-system-bz2 \
--enable-safe-browsing \
--enable-image-encoder=all \
diff --git a/libraries/xulrunner/xulrunner.info b/libraries/xulrunner/xulrunner.info
index 1e8e990dc8..3ef59db0c1 100644
--- a/libraries/xulrunner/xulrunner.info
+++ b/libraries/xulrunner/xulrunner.info
@@ -1,8 +1,8 @@
PRGNAM="xulrunner"
-VERSION="1.9.1.7"
+VERSION="1.9.2.8"
HOMEPAGE="https://developer.mozilla.org/en/Getting_started_with_XULRunner"
-DOWNLOAD="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.1.7/source/xulrunner-1.9.1.7.source.tar.bz2"
-MD5SUM="82e6f568ddeaae52e85aa089277f5d14"
+DOWNLOAD="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.8/source/xulrunner-1.9.2.8.source.tar.bz2"
+MD5SUM="75cf324216ccedd655d0d913ae122a7b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"