SliTaz SliTaz Forum

You are not logged in.

#1 2013-01-18 04:29:22

ernia
Member
Registered: 2011-05-20
Posts: 299

could firefox-langpack-it be pushed?

Being italian an officially supported language i think that firefox-langpack-it coul be pushed.

Receipt:

[c]# SliTaz package receipt.

PACKAGE="firefox-langpack-it"
VERSION="10.0.2"
CATEGORY="network"
SHORT_DESC="Italian Language Package for firefox"
MAINTAINER="monghitri@aruba.it"
DEPENDS="firefox"
WEB_SITE="http://www.mozilla.com"
LANG=$(echo $PACKAGE | cut -d'-' -f3 | tr '_' '-')
LANG_DIR="langpack-$LANG@firefox.mozilla.org"
TARBALL="$PACKAGE-$VERSION.zip"
WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$VERSION/linux-i686/xpi/$LANG.xpi"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    EXTDIR="$fs/usr/lib/firefox/extensions/$LANG_DIR"
    mkdir -p $EXTDIR
    cp -a $src/* $EXTDIR
}

post_install()
{
    echo ""
    echo "Use the code below to change locale of firefox in shell:"
    echo "sed -i '/pref/s/en-US/$LANG/' /etc/firefox/pref/firefox-l10n.js"
    echo ""
}[/c]
package

http://www18.zippyshare.com/v/95669626/file.html

thanks

Offline

#2 2013-01-18 06:14:40

ernia
Member
Registered: 2011-05-20
Posts: 299

Re: could firefox-langpack-it be pushed?

thanks mojo

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]