wok-6.x diff firefox/receipt @ rev 3900
Add moc
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Aug 15 10:42:14 2009 +0000 (2009-08-15) |
parents | 08e60b697edb |
children | d5af93bdf051 |
line diff
1.1 --- a/firefox/receipt Tue Apr 28 18:37:24 2009 +0200 1.2 +++ b/firefox/receipt Sat Aug 15 10:42:14 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="firefox" 1.7 -VERSION="3.0.10" 1.8 +VERSION="3.5.2" 1.9 CATEGORY="network" 1.10 SHORT_DESC="User friendly, secure and fast web browser." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -21,7 +21,7 @@ 1.13 { 1.14 # Move the mozilla source tree to $PACKAGE-$VERSION to keep variables 1.15 # and to have a nice clean. 1.16 - mv mozilla $PACKAGE-$VERSION 2>/dev/null 1.17 + mv mozilla-* $PACKAGE-$VERSION 2>/dev/null 1.18 cp -a stuff/firefox.mozconfig $src/.mozconfig 1.19 cd $src 1.20 ./configure $CONFIGURE_ARGS && 1.21 @@ -54,7 +54,7 @@ 1.22 done 1.23 ln -s /etc/$PACKAGE/browserconfig.properties $fs/usr/lib/$PACKAGE-$VERSION 1.24 ln -s /etc/$PACKAGE $fs/usr/lib/$PACKAGE-$VERSION/defaults 1.25 - 1.26 + 1.27 # EULA is accepted by SliTaz project. 1.28 sed -i s:'pref("browser.EULA.3.accepted", false);':'pref("browser.EULA.3.accepted", true);': \ 1.29 $fs/etc/firefox/pref/firefox.js 1.30 @@ -62,9 +62,9 @@ 1.31 # Locale fr 1.32 tar xjf stuff/langpack-fr@firefox.mozilla.org.tar.bz2 \ 1.33 -C $fs/usr/lib/$PACKAGE-$VERSION/extensions 1.34 - sed -i "s/maxVersion>3.0../maxVersion>$VERSION/" \ 1.35 - $fs/usr/lib/$PACKAGE-$VERSION/extensions/langpack*/install.rdf 1.36 - 1.37 + #sed -i "s/maxVersion>3.0../maxVersion>$VERSION/" \ 1.38 + # $fs/usr/lib/$PACKAGE-$VERSION/extensions/langpack*/install.rdf 1.39 + 1.40 # Search Plugin (by: oddball) 1.41 cp -a stuff/searchplugins $fs/usr/lib/firefox-$VERSION/ 1.42 chown -R root.root $fs