wok diff locale-it/receipt @ rev 15561

Up: thunderbird-langpack-pl (17.0.11esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 24 17:37:44 2013 +0100 (2013-11-24)
parents bcfe199cef3f
children 48d3d669a814
line diff
     1.1 --- a/locale-it/receipt	Mon Feb 27 11:20:24 2012 +0100
     1.2 +++ b/locale-it/receipt	Sun Nov 24 17:37:44 2013 +0100
     1.3 @@ -1,34 +1,27 @@
     1.4  # SliTaz package receipt
     1.5  
     1.6  PACKAGE="locale-it"
     1.7 -VERSION="4.0"
     1.8 +VERSION="4.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Italian locale pack."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 +WEB_SITE="http://www.slitaz.org/"
    1.13 +
    1.14 +WANTED="glibc slitaz-i18n xorg-libX11"
    1.15  DEPENDS="glibc-base"
    1.16 -BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    1.17 -WEB_SITE="http://www.slitaz.org/"
    1.18 -WANTED="slitaz-i18n"
    1.19  
    1.20  LOCALE="it"
    1.21 -LOCALEDEF="it_IT"
    1.22 -CHARMAP="UTF-8"
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    1.28  	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.29 -	mk_locale_dir
    1.30 -	get_slitaz_messages
    1.31 -	get_core_messages
    1.32 +	get_locale
    1.33  }
    1.34  
    1.35  # Back to C if it's the last used locale.
    1.36  post_remove()
    1.37  {
    1.38 -	if grep -q $LOCALEDEF /etc/locale.conf; then
    1.39 -		echo "LANG=C" > /etc/locale.conf
    1.40 -		echo "LC_ALL=C" >> /etc/locale.conf
    1.41 -	fi
    1.42 +	echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf
    1.43  }