wok rev 880
Up: firefox (3.0-rc2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Jun 07 00:48:02 2008 +0200 (2008-06-07) |
parents | a66a303cbe1d |
children | 7a8f9456adc2 |
files | firefox/receipt firefox/stuff/prefs.js |
line diff
1.1 --- a/firefox/receipt Fri Jun 06 23:03:22 2008 +0200 1.2 +++ b/firefox/receipt Sat Jun 07 00:48:02 2008 +0200 1.3 @@ -1,15 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="firefox" 1.7 -VERSION="3.0-rc1" 1.8 +VERSION="3.0-rc2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="User friendly, secure and fast web browser." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="gtk+" 1.13 -BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils" 1.14 -TARBALL="$PACKAGE-3.0rc1-source.tar.bz2" 1.15 +DEPENDS="gtk+ sqlite" 1.16 +BUILD_DEPENDS="xorg-dev gtk+-dev zip libIDL coreutils findutils xorg-libXft-dev" 1.17 +TARBALL="$PACKAGE-3.0rc2-source.tar.bz2" 1.18 WEB_SITE="http://www.mozilla.org/" 1.19 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/source/$TARBALL" 1.20 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0rc2/source/$TARBALL" 1.21 1.22 # Rules to configure and make the package. 1.23 #
2.1 --- a/firefox/stuff/prefs.js Fri Jun 06 23:03:22 2008 +0200 2.2 +++ b/firefox/stuff/prefs.js Sat Jun 07 00:48:02 2008 +0200 2.3 @@ -9,5 +9,5 @@ 2.4 * For more information, see http://www.mozilla.org/unix/customizing.html#prefs 2.5 */ 2.6 2.7 -user_pref("general.useragent.extra.firefox", "Firefox/3.0rc1 (SliTaz GNU/Linux)"); 2.8 +user_pref("general.useragent.extra.firefox", "Firefox/3.0rc2 (SliTaz GNU/Linux)"); 2.9 user_pref("intl.charsetmenu.browser.cache", "ISO-8859-1, UTF-8");