# HG changeset patch # User Aleksej Bobylev # Date 1340403725 0 # Node ID 9b8c793c4f22310403fc7c8f5f0899873dfc8351 # Parent 1e927999c27f2c7c1541599b710219eb8da7a04b locale-ru-extra: created; slitaz-i18n-extra: add ru locale diff -r 1e927999c27f -r 9b8c793c4f22 locale-ru-extra/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale-ru-extra/receipt Fri Jun 22 22:22:05 2012 +0000 @@ -0,0 +1,22 @@ +# SliTaz package receipt + +PACKAGE="locale-ru-extra" +VERSION="4.0" +CATEGORY="system-tools" +SHORT_DESC="Russian extra locale pack." +MAINTAINER="al.bobylev@gmail.com" +WEB_SITE="http://www.slitaz.org/" +DEPENDS="locale-ru" +BUILD_DEPENDS="slitaz-i18n-extra" +WANTED="slitaz-i18n-extra" + +LOCALE="ru" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + . $WOK/slitaz-i18n-extra/stuff/locale-pack.functions + . $WOK/slitaz-i18n-extra/stuff/locale-pack.conf + mk_locale_dir + get_extra_messages +} diff -r 1e927999c27f -r 9b8c793c4f22 slitaz-i18n-extra/stuff/locale-pack.conf --- a/slitaz-i18n-extra/stuff/locale-pack.conf Fri Jun 22 21:52:48 2012 +0000 +++ b/slitaz-i18n-extra/stuff/locale-pack.conf Fri Jun 22 22:22:05 2012 +0000 @@ -1,8 +1,8 @@ # Packages LC_MESSAGES included in the extra locale pack (abiword, blender and -# mplayer dont use standard /usr/share/locale, abi have all translation include). +# mplayer don't use standard /usr/share/locale, abi have all translation include). EXTRA_PKGS="glibc gimp xine-ui gnumeric sylpheed gftp geany pidgin xchat \ inkscape" # List of all extra locale pack (locale-xx-extra) -LOCALE_PACK="de es fr it pt_BR" +LOCALE_PACK="de es fr it pt_BR ru"