# HG changeset patch # User Christophe Lincoln # Date 1249561589 -7200 # Node ID 9113d7263ba67c54f2f36a91f664765d3bf55a3c # Parent 10d48900582cd5624c99ae8bff1dd0c9a0442adf Up: firefox (3.5.2) :-) diff -r 10d48900582c -r 9113d7263ba6 firefox-dev/receipt --- a/firefox-dev/receipt Thu Aug 06 14:21:20 2009 +0200 +++ b/firefox-dev/receipt Thu Aug 06 14:26:29 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="firefox-dev" -VERSION="3.0.10" +VERSION="3.5.2" CATEGORY="development" SHORT_DESC="firefox devel files" MAINTAINER="jozee@slitaz.org" @@ -14,19 +14,19 @@ mkdir -p $fs/usr/lib/pkgconfig cp -a $_pkg/usr/lib/firefox-devel-$VERSION $fs/usr/lib cp -a $_pkg/usr/include $fs/usr - + # /usr/share/idl folder should also be in firefox-dev cp -a $_pkg/usr/share $fs/usr - + # copy missing *.pc files cp -a stuff/*.pc $fs/usr/lib/pkgconfig - + # copy missing xpidl files dist=$WOK/$WANTED/$WANTED-$VERSION/xpcom/typelib cp -a $dist/xpidl/xpidl $fs/usr/lib/firefox-devel-$VERSION/sdk/lib cp -a $dist/xpt/tools/xpt_dump $fs/usr/lib/firefox-devel-$VERSION/sdk/lib cp -a $dist/xpt/tools/xpt_link $fs/usr/lib/firefox-devel-$VERSION/sdk/lib - + } diff -r 10d48900582c -r 9113d7263ba6 firefox/receipt --- a/firefox/receipt Thu Aug 06 14:21:20 2009 +0200 +++ b/firefox/receipt Thu Aug 06 14:26:29 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="firefox" -VERSION="3.0.10" +VERSION="3.5.2" CATEGORY="network" SHORT_DESC="User friendly, secure and fast web browser." MAINTAINER="pankso@slitaz.org" @@ -21,7 +21,7 @@ { # Move the mozilla source tree to $PACKAGE-$VERSION to keep variables # and to have a nice clean. - mv mozilla $PACKAGE-$VERSION 2>/dev/null + mv mozilla-* $PACKAGE-$VERSION 2>/dev/null cp -a stuff/firefox.mozconfig $src/.mozconfig cd $src ./configure $CONFIGURE_ARGS && @@ -54,7 +54,7 @@ done ln -s /etc/$PACKAGE/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION ln -s /etc/$PACKAGE $fs/usr/lib/$PACKAGE-$VERSION/defaults - + # EULA is accepted by SliTaz project. sed -i s:'pref("browser.EULA.3.accepted", false);':'pref("browser.EULA.3.accepted", true);': \ $fs/etc/firefox/pref/firefox.js @@ -62,9 +62,9 @@ # Locale fr tar xjf stuff/langpack-fr@firefox.mozilla.org.tar.bz2 \ -C $fs/usr/lib/$PACKAGE-$VERSION/extensions - sed -i "s/maxVersion>3.0../maxVersion>$VERSION/" \ - $fs/usr/lib/$PACKAGE-$VERSION/extensions/langpack*/install.rdf - + #sed -i "s/maxVersion>3.0../maxVersion>$VERSION/" \ + # $fs/usr/lib/$PACKAGE-$VERSION/extensions/langpack*/install.rdf + # Search Plugin (by: oddball) cp -a stuff/searchplugins $fs/usr/lib/firefox-$VERSION/ chown -R root.root $fs diff -r 10d48900582c -r 9113d7263ba6 firefox/stuff/bookmarks.html --- a/firefox/stuff/bookmarks.html Thu Aug 06 14:21:20 2009 +0200 +++ b/firefox/stuff/bookmarks.html Thu Aug 06 14:26:29 2009 +0200 @@ -4,7 +4,7 @@ DO NOT EDIT! --> Bookmarks -

Bookmarks

+

Bookmarks Menu

Get Bookmark Add-ons @@ -26,10 +26,10 @@
Tuxmachines
Tuxfamily
Freshmeat.net -

Barre personnelle

+

Personal

Add bookmarks to this folder to see them displayed on the Bookmarks Toolbar

-

Web applications

+

Web applications

Wikipédia Encyclopedia
Wikia Search @@ -38,25 +38,31 @@
YouTube Videos
Zoho Office
Meebo Messaging -
Openomy Files -
Digg -
Facebook -
Blogmarks -
ClaimID +
Digg News +
Facebook Network +
LinkedIn Network +
ClaimID Identity +
Dropbox Storage +
Twitter Micro-blogging

-

SliTaz

+

SliTaz

-

SliTaz GNU/Linux (Home) -
SliTaz GNU/Linux (en) -
Documentation (en) +
SliTaz Website (Home) +

SliTaz Website (i18n)

+

+

SliTaz GNU/Linux (cn) +
SliTaz GNU/Linux (de) +
SliTaz GNU/Linux (en) +
SliTaz GNU/Linux (fr) +
SliTaz GNU/Linux (pt) +


-
SliTaz GNU/Linux (de) -
SliTaz GNU/Linux (fr) -
SliTaz GNU/Linux (pt) +
SliTaz Laboratories +
SliTaz Packages
-
Community Forum (i18n) -
Community Wiki (i18n) -
SliTaz Labs (i18n) +
Community Forum +
Community Wiki +
Community Art

diff -r 10d48900582c -r 9113d7263ba6 firefox/stuff/firefox.mozconfig --- a/firefox/stuff/firefox.mozconfig Thu Aug 06 14:21:20 2009 +0200 +++ b/firefox/stuff/firefox.mozconfig Thu Aug 06 14:26:29 2009 +0200 @@ -11,7 +11,7 @@ ac_add_options --with-pthreads ac_add_options --enable-application=browser -ac_add_options --enable-extensions="cookie,xml-rpc,xmlextras,pref,universalchardet,webservices" +#ac_add_options --enable-extensions="" ac_add_options --enable-crypto ac_add_options --enable-single-profile ac_add_options --enable-xft diff -r 10d48900582c -r 9113d7263ba6 firefox/stuff/langpack-fr@firefox.mozilla.org.tar.bz2 Binary file firefox/stuff/langpack-fr@firefox.mozilla.org.tar.bz2 has changed