# HG changeset patch # User Christophe Lincoln # Date 1242502806 -7200 # Node ID b584b0d0bbb495e9a8ad74392dbe9ce35b8ba808 # Parent f9381c4b49ca61ad06b47df63e925007b47ffcf8 locale-*: Dont source slitaz-18n file each time diff -r f9381c4b49ca -r b584b0d0bbb4 locale-cs/receipt --- a/locale-cs/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-cs/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="cs" LOCALEDEF="cs_CZ" CHARMAP="ISO-8859-2" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-de/receipt --- a/locale-de/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-de/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="de" LOCALEDEF="de_DE" CHARMAP="ISO-8859-1" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-es/receipt --- a/locale-es/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-es/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="es" LOCALEDEF="es_ES" CHARMAP="ISO-8859-1" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-fr/receipt --- a/locale-fr/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-fr/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,11 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -# French messages are directly include in all packages by tazwok. -CORE_PKGS="" - LOCALE="fr" LOCALEDEF="fr_FR" CHARMAP="ISO-8859-1" @@ -21,6 +16,8 @@ # Rules to configure and make the package. compile_rules() { + # French messages are directly include in all packages by tazwok. + CORE_PKGS="" # Ensure packages are built. for pkg in $CORE_PKGS do @@ -30,7 +27,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + CORE_PKGS="" PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-hu/receipt --- a/locale-hu/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-hu/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="hu" LOCALEDEF="hu_HU" CHARMAP="ISO-8859-2" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-id/receipt --- a/locale-id/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-id/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="id" LOCALEDEF="id_ID" CHARMAP="ISO-8859-1" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -30,6 +27,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-it/receipt --- a/locale-it/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-it/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="it" LOCALEDEF="it_IT" CHARMAP="ISO-8859-1" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-pt/receipt --- a/locale-pt/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-pt/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="pt" LOCALEDEF="pt_BR" CHARMAP="ISO-8859-1" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-ru/receipt --- a/locale-ru/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-ru/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="ru" LOCALEDEF="ru_RU" CHARMAP="UTF-8" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir diff -r f9381c4b49ca -r b584b0d0bbb4 locale-sl/receipt --- a/locale-sl/receipt Sat May 16 21:26:49 2009 +0200 +++ b/locale-sl/receipt Sat May 16 21:40:06 2009 +0200 @@ -9,10 +9,6 @@ BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" WEB_SITE="http://www.slitaz.org/" -# Source slitaz-i18n files from the wok. -. $WOK/slitaz-i18n/stuff/locale-pack.functions -. $WOK/slitaz-i18n/stuff/locale-pack.conf - LOCALE="sl" LOCALEDEF="sl_SI" CHARMAP="UTF-8" @@ -20,6 +16,7 @@ # Rules to configure and make the package. compile_rules() { + . $WOK/slitaz-i18n/stuff/locale-pack.conf # Ensure packages are built. for pkg in $CORE_PKGS do @@ -29,7 +26,9 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() -{ +{ + . $WOK/slitaz-i18n/stuff/locale-pack.functions + . $WOK/slitaz-i18n/stuff/locale-pack.conf PKG_NAME="$PACKAGE" PKG_VERS="$VERSION" mk_locale_dir