# HG changeset patch # User Dominique Corbex # Date 1283072831 -7200 # Node ID f6570d678cdb91d8e0d6b7245071224623f28f55 # Parent 7bd9b8911046268a2a84ff3c917b1bf845c2fa27 Add: Thunderbird langpacks (de en_GB es fr pt_BR pt_PT ru) diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-de/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-de/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-en_GB/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-en_GB/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-es/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-es/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-fr/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-fr/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-pt_BR/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-pt_BR/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-pt_PT/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-pt_PT/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +} diff -r 7bd9b8911046 -r f6570d678cdb thunderbird-langpack-ru/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thunderbird-langpack-ru/receipt Sun Aug 29 11:07:11 2010 +0200 @@ -0,0 +1,39 @@ +# SliTaz package receipt. + +PACKAGE="thunderbird-langpack-fr" +VERSION="3.1.2" +CATEGORY="network" +SHORT_DESC="locale for mozilla thunderbird" +MAINTAINER="domcox@slitaz.org" +DEPENDS="thunderbird" +SOURCE="thunderbird" +WEB_SITE="www.mozillamessaging.com" + + +# Rules to configure and make the package. +compile_rules() +{ + cd $WOK/$PACKAGE + LANG=`echo $PACKAGE | cut -d'-' -f3` + # Get xpi + WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/linux-i686/xpi/$LANG.xpi" + if [ -e $LANG.xpi ]; then + echo "Using current langpack ($LANG.xpi)" + else + echo "Downloading langpack ($LANG.xpi)" + wget $WGET_URL + fi + # Uncompress + echo -n "Uncompressing langpack ($LANG.xpi)" + LANG_DIR="langpack-$LANG@thunderbird.mozilla.org" + mkdir -p $LANG_DIR && unzip -oq $LANG.xpi -d $LANG_DIR + status +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + EXTDIR="$fs/usr/lib/$SOURCE-$VERSION/extensions" + mkdir -p $EXTDIR + cp -a $LANG_DIR $EXTDIR +}