[SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (ca9d334eb56185d099ff68911b49ae5f1b65ba36)

Bor Kraljič scm at sourcemage.org
Fri Jan 28 03:22:19 EST 2011


GIT changes to master binary grimoire by Bor Kraljič <pyrobor at ver.si>:

 bin-editors/libreoffice-bin-help/CONFIGURE |    2 +-
 bin-editors/libreoffice-bin-help/DETAILS   |    3 ++-
 bin-editors/libreoffice-bin-help/HISTORY   |    4 ++++
 bin-editors/libreoffice-bin-lang/CONFIGURE |    2 +-
 bin-editors/libreoffice-bin-lang/DETAILS   |    3 ++-
 bin-editors/libreoffice-bin-lang/HISTORY   |    4 ++++
 6 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit ca9d334eb56185d099ff68911b49ae5f1b65ba36
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    libreoffice-bin-help: added more languages, fixed ENTERED

commit 936b64827661601d47f41ba9e807bec63892affe
Author: Bor Kraljič <pyrobor at ver.si>
Commit: Bor Kraljič <pyrobor at ver.si>

    libreoffice-bin-lang: moved list of available languages to DETAILS, added more languages

diff --git a/bin-editors/libreoffice-bin-help/CONFIGURE b/bin-editors/libreoffice-bin-help/CONFIGURE
index c695330..5b8103a 100755
--- a/bin-editors/libreoffice-bin-help/CONFIGURE
+++ b/bin-editors/libreoffice-bin-help/CONFIGURE
@@ -10,7 +10,7 @@ get_libohelplanguages()  {
 list_remove LIBO_HELPLANG vi  ||  true  &&
 
 config_query_multi LIBO_HELPLANG "please specify the desired languages" \
-en-US de fi fr nl pl sl &&
+$HELPLANG_LIST &&
 
       local  i=1                        &&
       for  LANGUAGE  in  $LIBO_HELPLANG;  do
diff --git a/bin-editors/libreoffice-bin-help/DETAILS b/bin-editors/libreoffice-bin-help/DETAILS
index 88e4aa5..87f7fa1 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -3,11 +3,12 @@
          VERSION=3.3.0
             SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/"
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+   HELPLANG_LIST="en-US cs de es fi fr hr it ja nl pl pt ru sl tr"
 source $SPELL_CONFIG
        LIBO_ARCH="${SMGL_COMPAT_ARCHS[1]}"
       LICENSE[0]=LGPL
         WEB_SITE=http://www.libreoffice.org/
-         ENTERED=20081124
+         ENTERED=20110127
          ARCHIVE="off"
            SHORT="helppacks for libreoffice"
 cat << EOF
diff --git a/bin-editors/libreoffice-bin-help/HISTORY b/bin-editors/libreoffice-bin-help/HISTORY
index e0ddd85..84dff39 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,2 +1,6 @@
+2011-01-28 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: added more languages, fixed ENTERED
+	* CONFIGURE: moved list of available languages to DETAILS
+
 2011-01-27 Bor Kraljič <pyrobor at ver.si>
 	* all: spell created
diff --git a/bin-editors/libreoffice-bin-lang/CONFIGURE b/bin-editors/libreoffice-bin-lang/CONFIGURE
index af5cf0e..cf8b839 100755
--- a/bin-editors/libreoffice-bin-lang/CONFIGURE
+++ b/bin-editors/libreoffice-bin-lang/CONFIGURE
@@ -10,7 +10,7 @@ get_libolanguages()  {
 list_remove LIBO_LANG vi  ||  true  &&
 
 config_query_multi LIBO_LANG "please specify the desired languages" \
-de fi fr nl pl sl &&
+$LANG_LIST &&
 
       local  i=1                        &&
       for  LANGUAGE  in  $LIBO_LANG;  do
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS b/bin-editors/libreoffice-bin-lang/DETAILS
index a023919..2107867 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -3,11 +3,12 @@
          VERSION=3.3.0
             SITE="http://download.documentfoundation.org/libreoffice/stable/$VERSION/rpm/"
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+       LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
 source $SPELL_CONFIG
        LIBO_ARCH="${SMGL_COMPAT_ARCHS[1]}"
       LICENSE[0]=LGPL
         WEB_SITE=http://www.libreoffice.org/
-         ENTERED=20081124
+         ENTERED=20110127
          ARCHIVE="off"
            SHORT="languagepacks for libreoffice"
 cat << EOF
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY b/bin-editors/libreoffice-bin-lang/HISTORY
index 85b0bfc..64dc86e 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,7 @@
+2011-01-28 Bor Kraljič <pyrobor at ver.si>
+	* DETAILS: added more languages, fixed ENTERED
+	* CONFIGURE: moved list of available languages to DETAILS
+
 2011-01-27 Bor Kraljič <pyrobor at ver.si>
 	* CONFIGURE, PRE_BUILD: modified to use upstream signature checking
 	* all: spell created



More information about the SM-Commit mailing list