Merge branch '2.5' into 2.6

Conflicts:
	xz/.footprint
	xz/.md5sum
	xz/Pkgfile
This commit is contained in:
Tilman Sauerbeck 2009-07-18 17:16:17 +02:00
commit c08342fc60
6 changed files with 3904 additions and 3904 deletions

View File

@ -1,2 +1,2 @@
6dd59399db08963ef022a1d0e5010053 firefox-3.5-source.tar.bz2
fa19f7ebffc7a4b837e0a01b34de780b mozconfig
18169e189785d680827d4fce94524449 firefox-3.5.1-source.tar.bz2
90770e64b3f888cf09f5dafc8c7d9d6b mozconfig

View File

@ -4,7 +4,7 @@
# Depends on: xulrunner
name=firefox
version=3.5
version=3.5.1
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2
mozconfig)

View File

@ -16,7 +16,7 @@ ac_add_options --with-system-jpeg
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-pthreads
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1
ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1.1
ac_add_options --enable-system-cairo
ac_add_options --enable-optimize="#CFLAGS#"
ac_add_options --enable-official-branding

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
6dd59399db08963ef022a1d0e5010053 firefox-3.5-source.tar.bz2
18169e189785d680827d4fce94524449 firefox-3.5.1-source.tar.bz2
3a043809a9e0dbf39efe95359fcc5fe7 mozconfig
766231296c5e03d6ba68342628183805 xulrunner.diff

View File

@ -4,16 +4,16 @@
# Depends on: libidl, nss, gtk, perl, python, dbus-glib, alsa-lib
name=xulrunner
version=1.9.1
version=1.9.1.1
release=1
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5/source/firefox-3.5-source.tar.bz2
source=(http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5.1/source/firefox-3.5.1-source.tar.bz2
mozconfig $name.diff)
build() {
export MOZ_CO_PROJECT="xulrunner"
export XCFLAGS="$CFLAGS"
cd mozilla-$version
cd mozilla-1.9.1
patch -Np1 -i $SRC/$name.diff