xulrunner: updated to 1.9.0.1.

xulrunner is now built from the Firefox 3.0.1 sources as well.
The version '1.9.0.1' can be found in the 3.0.1 patch.
This commit is contained in:
Tilman Sauerbeck 2008-07-19 15:54:26 +02:00
parent f00b48b877
commit 2c4c6c786a
4 changed files with 3708 additions and 3708 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
4210ae0801df2eb498408533010d97c1 firefox-3.0-source.tar.bz2
406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig

View File

@ -4,9 +4,9 @@
# Depends on: libidl, nss, gtk, perl, python, dbus-glib
name=xulrunner
version=1.9
release=3
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0-source.tar.bz2
version=1.9.0.1
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0.1-source.tar.bz2
mozconfig)
build() {
@ -16,7 +16,7 @@ build() {
cd mozilla
# make configure accept our version of sqlite
sed -i -e 's/^SQLITE_VERSION=3.5.4$/SQLITE_VERSION=3.5/' configure
sed -i -e 's/^SQLITE_VERSION=3.5.9$/SQLITE_VERSION=3.5/' configure
sed -e "s/#CFLAGS#/$CFLAGS/g" \
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \

View File

@ -5,6 +5,6 @@ REQUIREMENTS
PRE-INSTALL
POST-INSTALL
1. append /usr/lib/xulrunner-1.9 to ld.so.conf and run ldconfig
1. append /usr/lib/xulrunner-1.9.0.1 to ld.so.conf and run ldconfig
PRECAUTION