libraries/xulrunner: Updated for version 1.9.2.18.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
David Somero 2011-07-17 15:19:51 +02:00 committed by Robby Workman
parent 9958df5cad
commit 847dc4d538
3 changed files with 20 additions and 18 deletions

View file

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
xulrunner: xulrunner (XULRunner provides the XUL Runtime environment)
xulrunner:
xulrunner:
xulrunner: The XULRunner project is a Mozilla runtime package that can be used
xulrunner: to bootstrap XUL+XPCOM applications that are as rich as Thunderbird
xulrunner: and Firefox. It will provide mechanisms for installing, upgrading,
xulrunner: and uninstalling these applications. XULRunner will also provide
xulrunner: libxul, a solution which allows the embedding of Mozilla technologies
xulrunner: in other projects and products.
xulrunner:
xulrunner:
xulrunner: Homepage, http://developer.mozilla.org/en/XULRunner
xulrunner:
xulrunner:

View file

@ -6,7 +6,7 @@
# Derived from Slackware's Slackbuilds.
#
# Copyright 2008, 2009 Patrick J. Volkerding, Sebeka, Minnesota, USA
# Copyright 2010 David Somero (dsomero@hotmail.com) Athens, TN, USA
# Copyright 2010, 2011 David Somero (dsomero@hotmail.com) Athens, TN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +28,7 @@
PRGNAM=xulrunner
VERSION=${VERSION:-1.9.2.16}
VERSION=${VERSION:-1.9.2.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,21 +82,23 @@ CXXFLAGS="$SLKCFLAGS" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--enable-system-lcms \
--disable-system-sqlite \
--enable-default-toolkit=cairo-gtk2 \
--enable-optimize="${CFLAGS}" \
--with-system-zlib \
--with-system-jpeg \
--enable-system-cairo \
--with-system-bz2 \
--enable-application=xulrunner \
--enable-javaxpcom \
--enable-libxul \
--enable-safe-browsing \
--enable-image-encoders=all \
--enable-image-decoders=all \
--enable-default-toolkit=cairo-gtk2 \
--enable-application=xulrunner \
--disable-mailnews \
--enable-system-cairo \
--enable-system-lcms \
--with-system-zlib \
--with-system-jpeg \
--with-system-bz2 \
--disable-system-sqlite \
--disable-crashreporter \
--disable-debug \
--disable-mailnews \
--disable-installer \
--disable-updater \
--build=$ARCH-slackware-linux \

View file

@ -1,10 +1,10 @@
PRGNAM="xulrunner"
VERSION="1.9.2.16"
VERSION="1.9.2.18"
HOMEPAGE="https://developer.mozilla.org/en/Getting_started_with_XULRunner"
DOWNLOAD="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.9.2.16/source/xulrunner-1.9.2.16.source.tar.bz2"
MD5SUM="229fc3f629200561ad725fcddd435bf6"
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"
MD5SUM="6717253201ac29402d6d69cecb0806eb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"
APPROVED="pprkut"