wok-current rev 11291
firefox-langpack-*: Fixed all $TARBALL to be saved as $PACKAGE-$VERSION.zip. This is so it doesn't use the older $LANG.xpi files on tank.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Nov 11 07:15:49 2011 +0000 (2011-11-11) |
parents | 32fc20deeb56 |
children | 488b41a1ae86 |
files | firefox-langpack-fr/receipt firefox-langpack-pt-BR/receipt firefox-langpack-zh_CN/receipt firefox-langpack-zh_TW/receipt |
line diff
1.1 --- a/firefox-langpack-fr/receipt Fri Nov 11 07:07:44 2011 +0000 1.2 +++ b/firefox-langpack-fr/receipt Fri Nov 11 07:15:49 2011 +0000 1.3 @@ -9,8 +9,8 @@ 1.4 WEB_SITE="http://www.mozilla.com" 1.5 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` 1.6 LANG_DIR="langpack-$LANG@firefox.mozilla.org" 1.7 -TARBALL="$LANG.xpi" 1.8 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" 1.9 +TARBALL="$PACKAGE-$VERSION.zip" 1.10 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/fr.xpi" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules()
2.1 --- a/firefox-langpack-pt-BR/receipt Fri Nov 11 07:07:44 2011 +0000 2.2 +++ b/firefox-langpack-pt-BR/receipt Fri Nov 11 07:15:49 2011 +0000 2.3 @@ -8,9 +8,9 @@ 2.4 DEPENDS="firefox" 2.5 LANG="${PACKAGE:17}" 2.6 LANG_DIR="langpack-$LANG@firefox.mozilla.org" 2.7 -TARBALL="$LANG.xpi" 2.8 +TARBALL="$PACKAGE-$VERSION.zip" 2.9 WEB_SITE="http://www.mozilla.org" 2.10 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" 2.11 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/pt_BR.xpi" 2.12 2.13 # Rules to gen a SliTaz package suitable for Tazpkg. 2.14 genpkg_rules()
3.1 --- a/firefox-langpack-zh_CN/receipt Fri Nov 11 07:07:44 2011 +0000 3.2 +++ b/firefox-langpack-zh_CN/receipt Fri Nov 11 07:15:49 2011 +0000 3.3 @@ -9,8 +9,8 @@ 3.4 WEB_SITE="http://www.mozilla.com" 3.5 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` 3.6 LANG_DIR="langpack-$LANG@firefox.mozilla.org" 3.7 -TARBALL="$LANG.xpi" 3.8 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" 3.9 +TARBALL="$PACKAGE-$VERSION.zip" 3.10 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/zh_CN.xpi" 3.11 3.12 # Rules to gen a SliTaz package suitable for Tazpkg. 3.13 genpkg_rules()
4.1 --- a/firefox-langpack-zh_TW/receipt Fri Nov 11 07:07:44 2011 +0000 4.2 +++ b/firefox-langpack-zh_TW/receipt Fri Nov 11 07:15:49 2011 +0000 4.3 @@ -9,8 +9,8 @@ 4.4 WEB_SITE="http://www.mozilla.com" 4.5 LANG=`echo $PACKAGE | cut -d'-' -f3 | tr '_' '-'` 4.6 LANG_DIR="langpack-$LANG@firefox.mozilla.org" 4.7 -TARBALL="$LANG.xpi" 4.8 -WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$TARBALL" 4.9 +TARBALL="$PACKAGE-$VERSION.zip" 4.10 +WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/zh_TW.xpi" 4.11 4.12 # Rules to gen a SliTaz package suitable for Tazpkg. 4.13 genpkg_rules()