# HG changeset patch # User Christophe Lincoln # Date 1215552967 -7200 # Node ID 35774f63f366e70f2643cb6229659bccfdfb3b42 # Parent 3ed960c78a5f2cf0549a562495e842354a61f436 firefox: Use cairo = 8,0 Mb to 7,8 Mb, yes 200 Kb saved... diff -r 3ed960c78a5f -r 35774f63f366 firefox/receipt --- a/firefox/receipt Tue Jul 08 23:34:19 2008 +0200 +++ b/firefox/receipt Tue Jul 08 23:36:07 2008 +0200 @@ -38,7 +38,7 @@ # SliTaz Web site for the home page, bookmarks file and branding. cp -a stuff/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION - cp -a stuff/bookmarks.html $fs/usr/lib/$PACKAGE-3.0/defaults/profile + cp -a stuff/bookmarks.html $fs/usr/lib/$PACKAGE-$VERSION/defaults/profile cp -a stuff/firefox-branding.js \ $fs/usr/lib/$PACKAGE-$VERSION/defaults/pref/ @@ -59,7 +59,7 @@ -C $fs/usr/lib/$PACKAGE-$VERSION/extensions # Search Plugin (by: oddball) - cp -a stuff/searchplugins $fs/usr/lib/firefox-3.0/ + cp -a stuff/searchplugins $fs/usr/lib/firefox-$VERSION/ chown -R root.root $fs # Remove unnecessary files. @@ -80,7 +80,7 @@ { local root root=$1 - if grep -q "fr_*" $root/etc/locale.conf 2>dev/null; then + if grep -q "fr_*" $root/etc/locale.conf 2>/dev/null; then sed -i 's/en-US/fr/' \ $root/etc/firefox/pref/firefox-l10n.js fi diff -r 3ed960c78a5f -r 35774f63f366 firefox/stuff/firefox.mozconfig --- a/firefox/stuff/firefox.mozconfig Tue Jul 08 23:34:19 2008 +0200 +++ b/firefox/stuff/firefox.mozconfig Tue Jul 08 23:36:07 2008 +0200 @@ -1,3 +1,5 @@ +export MOZILLA_OFFICIAL="1" +export BUILD_OFFICIAL="1" export MOZ_PHOENIX=1 mk_add_options MOZ_PHOENIX=1 @@ -41,8 +43,10 @@ ac_add_options --disable-jsd #ac_add_options --disable-printing ac_add_options --disable-logging -ac_add_options --with-distribution-id=slitaz #ac_add_options --disable-libxul ac_add_options --disable-mathml ac_add_options --enable-optimize ac_add_options --disable-crashreporter +ac_add_options --enable-system-cairo +ac_add_options --with-distribution-id=slitaz +#ac_add_options --enable-official-branding