wok rev 3091

locale-*: Dont source slitaz-18n file each time
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 16 21:40:06 2009 +0200 (2009-05-16)
parents f9381c4b49ca
children 1bc110936af4
files locale-cs/receipt locale-de/receipt locale-es/receipt locale-fr/receipt locale-hu/receipt locale-id/receipt locale-it/receipt locale-pt/receipt locale-ru/receipt locale-sl/receipt
line diff
     1.1 --- a/locale-cs/receipt	Sat May 16 21:26:49 2009 +0200
     1.2 +++ b/locale-cs/receipt	Sat May 16 21:40:06 2009 +0200
     1.3 @@ -9,10 +9,6 @@
     1.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     1.5  WEB_SITE="http://www.slitaz.org/"
     1.6  
     1.7 -# Source slitaz-i18n files from the wok.
     1.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     1.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.10 -
    1.11  LOCALE="cs"
    1.12  LOCALEDEF="cs_CZ"
    1.13  CHARMAP="ISO-8859-2"
    1.14 @@ -20,6 +16,7 @@
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.19  	# Ensure packages are built.
    1.20  	for pkg in $CORE_PKGS
    1.21  	do
    1.22 @@ -29,7 +26,9 @@
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26 -{	
    1.27 +{
    1.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    1.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.30  	PKG_NAME="$PACKAGE"
    1.31  	PKG_VERS="$VERSION"
    1.32  	mk_locale_dir
     2.1 --- a/locale-de/receipt	Sat May 16 21:26:49 2009 +0200
     2.2 +++ b/locale-de/receipt	Sat May 16 21:40:06 2009 +0200
     2.3 @@ -9,10 +9,6 @@
     2.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     2.5  WEB_SITE="http://www.slitaz.org/"
     2.6  
     2.7 -# Source slitaz-i18n files from the wok.
     2.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     2.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    2.10 -
    2.11  LOCALE="de"
    2.12  LOCALEDEF="de_DE"
    2.13  CHARMAP="ISO-8859-1"
    2.14 @@ -20,6 +16,7 @@
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17  {
    2.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    2.19  	# Ensure packages are built.
    2.20  	for pkg in $CORE_PKGS
    2.21  	do
    2.22 @@ -29,7 +26,9 @@
    2.23  
    2.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.25  genpkg_rules()
    2.26 -{	
    2.27 +{
    2.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    2.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    2.30  	PKG_NAME="$PACKAGE"
    2.31  	PKG_VERS="$VERSION"
    2.32  	mk_locale_dir
     3.1 --- a/locale-es/receipt	Sat May 16 21:26:49 2009 +0200
     3.2 +++ b/locale-es/receipt	Sat May 16 21:40:06 2009 +0200
     3.3 @@ -9,10 +9,6 @@
     3.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     3.5  WEB_SITE="http://www.slitaz.org/"
     3.6  
     3.7 -# Source slitaz-i18n files from the wok.
     3.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     3.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    3.10 -
    3.11  LOCALE="es"
    3.12  LOCALEDEF="es_ES"
    3.13  CHARMAP="ISO-8859-1"
    3.14 @@ -20,6 +16,7 @@
    3.15  # Rules to configure and make the package.
    3.16  compile_rules()
    3.17  {
    3.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    3.19  	# Ensure packages are built.
    3.20  	for pkg in $CORE_PKGS
    3.21  	do
    3.22 @@ -29,7 +26,9 @@
    3.23  
    3.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.25  genpkg_rules()
    3.26 -{	
    3.27 +{
    3.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    3.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    3.30  	PKG_NAME="$PACKAGE"
    3.31  	PKG_VERS="$VERSION"
    3.32  	mk_locale_dir
     4.1 --- a/locale-fr/receipt	Sat May 16 21:26:49 2009 +0200
     4.2 +++ b/locale-fr/receipt	Sat May 16 21:40:06 2009 +0200
     4.3 @@ -9,11 +9,6 @@
     4.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     4.5  WEB_SITE="http://www.slitaz.org/"
     4.6  
     4.7 -# Source slitaz-i18n files from the wok.
     4.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     4.9 -# French messages are directly include in all packages by tazwok.
    4.10 -CORE_PKGS=""
    4.11 -
    4.12  LOCALE="fr"
    4.13  LOCALEDEF="fr_FR"
    4.14  CHARMAP="ISO-8859-1"
    4.15 @@ -21,6 +16,8 @@
    4.16  # Rules to configure and make the package.
    4.17  compile_rules()
    4.18  {
    4.19 +	# French messages are directly include in all packages by tazwok.
    4.20 +	CORE_PKGS=""
    4.21  	# Ensure packages are built.
    4.22  	for pkg in $CORE_PKGS
    4.23  	do
    4.24 @@ -30,7 +27,9 @@
    4.25  
    4.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.27  genpkg_rules()
    4.28 -{	
    4.29 +{
    4.30 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    4.31 +	CORE_PKGS=""
    4.32  	PKG_NAME="$PACKAGE"
    4.33  	PKG_VERS="$VERSION"
    4.34  	mk_locale_dir
     5.1 --- a/locale-hu/receipt	Sat May 16 21:26:49 2009 +0200
     5.2 +++ b/locale-hu/receipt	Sat May 16 21:40:06 2009 +0200
     5.3 @@ -9,10 +9,6 @@
     5.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     5.5  WEB_SITE="http://www.slitaz.org/"
     5.6  
     5.7 -# Source slitaz-i18n files from the wok.
     5.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     5.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    5.10 -
    5.11  LOCALE="hu"
    5.12  LOCALEDEF="hu_HU"
    5.13  CHARMAP="ISO-8859-2"
    5.14 @@ -20,6 +16,7 @@
    5.15  # Rules to configure and make the package.
    5.16  compile_rules()
    5.17  {
    5.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    5.19  	# Ensure packages are built.
    5.20  	for pkg in $CORE_PKGS
    5.21  	do
    5.22 @@ -29,7 +26,9 @@
    5.23  
    5.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    5.25  genpkg_rules()
    5.26 -{	
    5.27 +{
    5.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    5.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    5.30  	PKG_NAME="$PACKAGE"
    5.31  	PKG_VERS="$VERSION"
    5.32  	mk_locale_dir
     6.1 --- a/locale-id/receipt	Sat May 16 21:26:49 2009 +0200
     6.2 +++ b/locale-id/receipt	Sat May 16 21:40:06 2009 +0200
     6.3 @@ -9,10 +9,6 @@
     6.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     6.5  WEB_SITE="http://www.slitaz.org/"
     6.6  
     6.7 -# Source slitaz-i18n files from the wok.
     6.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     6.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    6.10 -
    6.11  LOCALE="id"
    6.12  LOCALEDEF="id_ID"
    6.13  CHARMAP="ISO-8859-1"
    6.14 @@ -20,6 +16,7 @@
    6.15  # Rules to configure and make the package.
    6.16  compile_rules()
    6.17  {
    6.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    6.19  	# Ensure packages are built.
    6.20  	for pkg in $CORE_PKGS
    6.21  	do
    6.22 @@ -30,6 +27,8 @@
    6.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    6.24  genpkg_rules()
    6.25  {	
    6.26 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    6.27 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    6.28  	PKG_NAME="$PACKAGE"
    6.29  	PKG_VERS="$VERSION"
    6.30  	mk_locale_dir
     7.1 --- a/locale-it/receipt	Sat May 16 21:26:49 2009 +0200
     7.2 +++ b/locale-it/receipt	Sat May 16 21:40:06 2009 +0200
     7.3 @@ -9,10 +9,6 @@
     7.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     7.5  WEB_SITE="http://www.slitaz.org/"
     7.6  
     7.7 -# Source slitaz-i18n files from the wok.
     7.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     7.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    7.10 -
    7.11  LOCALE="it"
    7.12  LOCALEDEF="it_IT"
    7.13  CHARMAP="ISO-8859-1"
    7.14 @@ -20,6 +16,7 @@
    7.15  # Rules to configure and make the package.
    7.16  compile_rules()
    7.17  {
    7.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    7.19  	# Ensure packages are built.
    7.20  	for pkg in $CORE_PKGS
    7.21  	do
    7.22 @@ -29,7 +26,9 @@
    7.23  
    7.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    7.25  genpkg_rules()
    7.26 -{	
    7.27 +{
    7.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    7.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    7.30  	PKG_NAME="$PACKAGE"
    7.31  	PKG_VERS="$VERSION"
    7.32  	mk_locale_dir
     8.1 --- a/locale-pt/receipt	Sat May 16 21:26:49 2009 +0200
     8.2 +++ b/locale-pt/receipt	Sat May 16 21:40:06 2009 +0200
     8.3 @@ -9,10 +9,6 @@
     8.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     8.5  WEB_SITE="http://www.slitaz.org/"
     8.6  
     8.7 -# Source slitaz-i18n files from the wok.
     8.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     8.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    8.10 -
    8.11  LOCALE="pt"
    8.12  LOCALEDEF="pt_BR"
    8.13  CHARMAP="ISO-8859-1"
    8.14 @@ -20,6 +16,7 @@
    8.15  # Rules to configure and make the package.
    8.16  compile_rules()
    8.17  {
    8.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    8.19  	# Ensure packages are built.
    8.20  	for pkg in $CORE_PKGS
    8.21  	do
    8.22 @@ -29,7 +26,9 @@
    8.23  
    8.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    8.25  genpkg_rules()
    8.26 -{	
    8.27 +{
    8.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    8.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    8.30  	PKG_NAME="$PACKAGE"
    8.31  	PKG_VERS="$VERSION"
    8.32  	mk_locale_dir
     9.1 --- a/locale-ru/receipt	Sat May 16 21:26:49 2009 +0200
     9.2 +++ b/locale-ru/receipt	Sat May 16 21:40:06 2009 +0200
     9.3 @@ -9,10 +9,6 @@
     9.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
     9.5  WEB_SITE="http://www.slitaz.org/"
     9.6  
     9.7 -# Source slitaz-i18n files from the wok.
     9.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
     9.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
    9.10 -
    9.11  LOCALE="ru"
    9.12  LOCALEDEF="ru_RU"
    9.13  CHARMAP="UTF-8"
    9.14 @@ -20,6 +16,7 @@
    9.15  # Rules to configure and make the package.
    9.16  compile_rules()
    9.17  {
    9.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    9.19  	# Ensure packages are built.
    9.20  	for pkg in $CORE_PKGS
    9.21  	do
    9.22 @@ -29,7 +26,9 @@
    9.23  
    9.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    9.25  genpkg_rules()
    9.26 -{	
    9.27 +{
    9.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
    9.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    9.30  	PKG_NAME="$PACKAGE"
    9.31  	PKG_VERS="$VERSION"
    9.32  	mk_locale_dir
    10.1 --- a/locale-sl/receipt	Sat May 16 21:26:49 2009 +0200
    10.2 +++ b/locale-sl/receipt	Sat May 16 21:40:06 2009 +0200
    10.3 @@ -9,10 +9,6 @@
    10.4  BUILD_DEPENDS="glibc glibc-locale slitaz-i18n"
    10.5  WEB_SITE="http://www.slitaz.org/"
    10.6  
    10.7 -# Source slitaz-i18n files from the wok.
    10.8 -. $WOK/slitaz-i18n/stuff/locale-pack.functions
    10.9 -. $WOK/slitaz-i18n/stuff/locale-pack.conf
   10.10 -
   10.11  LOCALE="sl"
   10.12  LOCALEDEF="sl_SI"
   10.13  CHARMAP="UTF-8"
   10.14 @@ -20,6 +16,7 @@
   10.15  # Rules to configure and make the package.
   10.16  compile_rules()
   10.17  {
   10.18 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   10.19  	# Ensure packages are built.
   10.20  	for pkg in $CORE_PKGS
   10.21  	do
   10.22 @@ -29,7 +26,9 @@
   10.23  
   10.24  # Rules to gen a SliTaz package suitable for Tazpkg.
   10.25  genpkg_rules()
   10.26 -{	
   10.27 +{
   10.28 +	. $WOK/slitaz-i18n/stuff/locale-pack.functions
   10.29 +	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   10.30  	PKG_NAME="$PACKAGE"
   10.31  	PKG_VERS="$VERSION"
   10.32  	mk_locale_dir