| author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 21:30:38 (GMT) |
|---|---|---|
| committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-22 21:30:38 (GMT) |
| commit | d9f466454cb1b0dadf09de197913a262fa0a1623 (patch) (unidiff) | |
| tree | d13970e18c066d95b5a28974e8f5584e8e9e9979 | |
| parent | 37bb310db4797b3f141bb9f30293fec5f2701223 (diff) | |
| download | slackbuilds-d9f466454cb1b0dadf09de197913a262fa0a1623.tar.gz | |
libraries/xulrunner: Updated for version 15.0.1.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
| -rw-r--r-- | libraries/xulrunner/xulrunner.SlackBuild | 12 | ||||
| -rw-r--r-- | libraries/xulrunner/xulrunner.info | 6 |
2 files changed, 11 insertions, 7 deletions
diff --git a/libraries/xulrunner/xulrunner.SlackBuild b/libraries/xulrunner/xulrunner.SlackBuild index 65db56c..36bbdd2 100644 --- a/libraries/xulrunner/xulrunner.SlackBuild +++ b/libraries/xulrunner/xulrunner.SlackBuild | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | 28 | ||
| 29 | 29 | ||
| 30 | PRGNAM=xulrunner | 30 | PRGNAM=xulrunner |
| 31 | VERSION=${VERSION:-1.9.2.18} | 31 | VERSION=${VERSION:-15.0.1} |
| 32 | BUILD=${BUILD:-1} | 32 | BUILD=${BUILD:-1} |
| 33 | TAG=${TAG:-_SBo} | 33 | TAG=${TAG:-_SBo} |
| 34 | 34 | ||
| @@ -64,9 +64,9 @@ set -e | |||
| 64 | rm -rf $PKG | 64 | rm -rf $PKG |
| 65 | mkdir -p $TMP $PKG $OUTPUT | 65 | mkdir -p $TMP $PKG $OUTPUT |
| 66 | cd $TMP | 66 | cd $TMP |
| 67 | rm -rf mozilla-1.9.2 | 67 | rm -rf mozilla-release |
| 68 | tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2 | 68 | tar xvf $CWD/$PRGNAM-$VERSION.source.tar.bz2 |
| 69 | cd mozilla-1.9.2 | 69 | cd mozilla-release |
| 70 | chown -R root:root . | 70 | chown -R root:root . |
| 71 | find . \ | 71 | find . \ |
| 72 | \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ | 72 | \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ |
| @@ -74,6 +74,8 @@ find . \ | |||
| 74 | \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ | 74 | \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ |
| 75 | -exec chmod 644 {} \; | 75 | -exec chmod 644 {} \; |
| 76 | 76 | ||
| 77 | # Don't use --enable-system-cairo | ||
| 78 | # https://bugzilla.mozilla.org/show_bug.cgi?id=722975 | ||
| 77 | CFLAGS="$SLKCFLAGS" \ | 79 | CFLAGS="$SLKCFLAGS" \ |
| 78 | CXXFLAGS="$SLKCFLAGS" \ | 80 | CXXFLAGS="$SLKCFLAGS" \ |
| 79 | ./configure \ | 81 | ./configure \ |
| @@ -90,11 +92,13 @@ CXXFLAGS="$SLKCFLAGS" \ | |||
| 90 | --enable-safe-browsing \ | 92 | --enable-safe-browsing \ |
| 91 | --enable-image-encoders=all \ | 93 | --enable-image-encoders=all \ |
| 92 | --enable-image-decoders=all \ | 94 | --enable-image-decoders=all \ |
| 93 | --enable-system-cairo \ | ||
| 94 | --enable-system-lcms \ | 95 | --enable-system-lcms \ |
| 95 | --with-system-zlib \ | 96 | --with-system-zlib \ |
| 96 | --with-system-jpeg \ | 97 | --with-system-jpeg \ |
| 97 | --with-system-bz2 \ | 98 | --with-system-bz2 \ |
| 99 | --with-system-nss \ | ||
| 100 | --with-system-nspr \ | ||
| 101 | --enable-system-ffi \ | ||
| 98 | --disable-system-sqlite \ | 102 | --disable-system-sqlite \ |
| 99 | --disable-crashreporter \ | 103 | --disable-crashreporter \ |
| 100 | --disable-debug \ | 104 | --disable-debug \ |
diff --git a/libraries/xulrunner/xulrunner.info b/libraries/xulrunner/xulrunner.info index f3645c8..f254477 100644 --- a/libraries/xulrunner/xulrunner.info +++ b/libraries/xulrunner/xulrunner.info | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | PRGNAM="xulrunner" | 1 | PRGNAM="xulrunner" |
| 2 | VERSION="1.9.2.18" | 2 | VERSION="15.0.1" |
| 3 | HOMEPAGE="https://developer.mozilla.org/en/Getting_started_with_XULRunner" | 3 | HOMEPAGE="https://developer.mozilla.org/en/Getting_started_with_XULRunner" |
| 4 | DOWNLOAD="http://ftp.mozilla.org/pub/mozilla.org/mozilla.org/xulrunner/releases/1.9.2.18/source/xulrunner-1.9.2.18.source.tar.bz2" | 4 | DOWNLOAD="https://ftp.mozilla.org/pub/mozilla.org/mozilla.org/xulrunner/releases/15.0.1/source/xulrunner-15.0.1.source.tar.bz2" |
| 5 | MD5SUM="6717253201ac29402d6d69cecb0806eb" | 5 | MD5SUM="e06cf648577c16d99f230b3569413e24" |
| 6 | DOWNLOAD_x86_64="" | 6 | DOWNLOAD_x86_64="" |
| 7 | MD5SUM_x86_64="" | 7 | MD5SUM_x86_64="" |
| 8 | REQUIRES="jdk" | 8 | REQUIRES="jdk" |
