[Lunar-commits] <moonbase-other> xulrunner: its a bump to 32.0.2.
Dennis Veatch
dennisveatch at bellsouth.net
Mon Sep 22 19:42:00 CEST 2014
commit f069e9201c5a199bc01d411ba4062837486abb58
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 13:41:37 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/f069e9201c5a199bc01d411ba4062837486abb58
xulrunner: its a bump to 32.0.2.
---
web/xulrunner/BUILD | +4/-0
web/xulrunner/DEPENDS | +1/-0
web/xulrunner/DETAILS | +5/-6
3 files changed, 10 insertions(+), 6 deletions(-)
--- a/web/xulrunner/BUILD
+++ b/web/xulrunner/BUILD
@@ -2,9 +2,12 @@
export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla" &&
mkdir -p ${MOZ_OBJDIR} &&
+ CFLAGS+=" -fPIC" &&
+
OPTS+=" --enable-application=xulrunner \
--prefix=/usr \
--libdir=/usr/lib \
+ --enable-shared \
--with-system-jpeg \
--with-system-zlib \
--with-system-bz2 \
@@ -14,6 +17,7 @@
--enable-system-pixman \
--with-pthreads \
--enable-strip \
+ --enable-install-strip \
--disable-tests \
--disable-mochitest \
--disable-installer \
--- a/web/xulrunner/DEPENDS
+++ b/web/xulrunner/DEPENDS
@@ -1,3 +1,4 @@
+depends gtk+-2
depends freetype2
depends %JPEG
depends pixman
--- a/web/xulrunner/DETAILS
+++ b/web/xulrunner/DETAILS
@@ -1,13 +1,12 @@
MODULE=xulrunner
- VERSION=32.0
+ VERSION=32.0.2
SOURCE=$MODULE-$VERSION.source.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla-release
- SOURCE_URL[0]=ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$VERSION/source/
- SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/$MODULE/releases/$VERSION/source
- SOURCE_VFY=sha1:cf209509428a3881c2a73157a4eecf6f25a91c79
- WEB_SITE=http://www.mozilla.org
+ SOURCE_URL=http://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$VERSION/source/
+ SOURCE_VFY=sha1:d14e3a50efb6d63317620e2100847ae818141670
+ WEB_SITE=https://developer.mozilla.org/en-US/docs/Mozilla/Projects/XULRunner
ENTERED=20080624
- UPDATED=20140902
+ UPDATED=20140922
SHORT="a XUL runtime that requires no browser"
cat << EOF
XULRunner is a Mozilla runtime package that can be used to bootstrap XUL+XPCOM
More information about the Lunar-commits
mailing list