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:
parent
f00b48b877
commit
2c4c6c786a
7404
xulrunner/.footprint
7404
xulrunner/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
|||||||
4210ae0801df2eb498408533010d97c1 firefox-3.0-source.tar.bz2
|
406d67174f8f74ab154a1b17d0881b27 firefox-3.0.1-source.tar.bz2
|
||||||
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
|
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
|
||||||
|
@ -4,9 +4,9 @@
|
|||||||
# Depends on: libidl, nss, gtk, perl, python, dbus-glib
|
# Depends on: libidl, nss, gtk, perl, python, dbus-glib
|
||||||
|
|
||||||
name=xulrunner
|
name=xulrunner
|
||||||
version=1.9
|
version=1.9.0.1
|
||||||
release=3
|
release=1
|
||||||
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0-source.tar.bz2
|
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0/source/firefox-3.0.1-source.tar.bz2
|
||||||
mozconfig)
|
mozconfig)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -16,7 +16,7 @@ build() {
|
|||||||
cd mozilla
|
cd mozilla
|
||||||
|
|
||||||
# make configure accept our version of sqlite
|
# 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" \
|
sed -e "s/#CFLAGS#/$CFLAGS/g" \
|
||||||
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \
|
-e "s/#MAKEFLAGS#/$MAKEFLAGS/g" \
|
||||||
|
@ -5,6 +5,6 @@ REQUIREMENTS
|
|||||||
PRE-INSTALL
|
PRE-INSTALL
|
||||||
|
|
||||||
POST-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
|
PRECAUTION
|
||||||
|
Loading…
x
Reference in New Issue
Block a user