diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-12 09:27:55 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-09-12 09:27:55 +0200 |
commit | 496b8dbb8832d9b97a3f5d347f57cb280bdeacb5 (patch) | |
tree | 0aa544e30226a96c6b46452d1e1dd0ec0da523c9 | |
parent | 7e26027906ea2dcc3cf18960c08a6fc25fdbfd2d (diff) | |
download | nutyx-extra-496b8dbb8832d9b97a3f5d347f57cb280bdeacb5.tar.gz nutyx-extra-496b8dbb8832d9b97a3f5d347f57cb280bdeacb5.tar.bz2 nutyx-extra-496b8dbb8832d9b97a3f5d347f57cb280bdeacb5.tar.xz nutyx-extra-496b8dbb8832d9b97a3f5d347f57cb280bdeacb5.zip |
Maj firefox#3.5.3-1
-rw-r--r-- | extra/firefox/.md5sum | 4 | ||||
-rw-r--r-- | extra/firefox/Pkgfile | 4 | ||||
-rw-r--r-- | extra/firefox/mozconfig | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/extra/firefox/.md5sum b/extra/firefox/.md5sum index 562988c03..395f9b287 100644 --- a/extra/firefox/.md5sum +++ b/extra/firefox/.md5sum @@ -1,3 +1,3 @@ -136867f95c86f3988b7f825e874b85de firefox-3.5.2-source.tar.bz2 +ca167e69180ab1230aea0763da270a95 firefox-3.5.3.source.tar.bz2 68cf02788491c6e846729b2f2913bf79 firefox.desktop -90770e64b3f888cf09f5dafc8c7d9d6b mozconfig +f52520c4a32b64a61d06868556b25cf1 mozconfig diff --git a/extra/firefox/Pkgfile b/extra/firefox/Pkgfile index 78ef8ed30..519836897 100644 --- a/extra/firefox/Pkgfile +++ b/extra/firefox/Pkgfile @@ -5,9 +5,9 @@ # Depends on: xulrunner, curl name=firefox -version=3.5.2 +version=3.5.3 release=1 -source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version-source.tar.bz2 +source=(http://releases.mozilla.org/pub/mozilla.org/$name/releases/$version/source/$name-$version.source.tar.bz2 mozconfig firefox.desktop) build() { diff --git a/extra/firefox/mozconfig b/extra/firefox/mozconfig index 434d539f0..8b98a078f 100644 --- a/extra/firefox/mozconfig +++ b/extra/firefox/mozconfig @@ -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.1 +ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-1.9.1.3 ac_add_options --enable-system-cairo ac_add_options --enable-optimize="#CFLAGS#" ac_add_options --enable-official-branding |