Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (ca9d334eb56185d099ff68911b49ae5f1b65ba36)
  • Date: Fri, 28 Jan 2011 02:22:19 -0600

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



  • [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (ca9d334eb56185d099ff68911b49ae5f1b65ba36), Bor Kraljič, 01/28/2011

Archive powered by MHonArc 2.6.24.

Top of Page