Skip to Content.
Sympa Menu

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

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č (891ca5ff4ee3da7cb6d44cf84e8948a888271522)
  • Date: Mon, 31 Jan 2011 05:35:04 -0600

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

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

New commits:
commit 891ca5ff4ee3da7cb6d44cf84e8948a888271522
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-lang: fixed LIBO_ARCH for ia32 arch (x86 -> i586)

commit a0880d1a0bc0af0cc71f906c848a1ba97043ea39
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

libreoffice-bin-help: fixed LIBO_ARCH for ia32 arch (x86 -> i586)

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 87f7fa1..aa25f64 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -5,7 +5,11 @@
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
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
LIBO_ARCH="${SMGL_COMPAT_ARCHS[1]}"
+else
+ LIBO_ARCH="i586"
+fi
LICENSE[0]=LGPL
WEB_SITE=http://www.libreoffice.org/
ENTERED=20110127
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 84dff39..4c8ef66 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed LIBO_ARCH for ia32 arch (x86 -> i586)
+
2011-01-28 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: added more languages, fixed ENTERED
* CONFIGURE: moved list of available languages to DETAILS
diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 2107867..dfb0a48 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -5,7 +5,11 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
LANG_LIST="cs de es fi fr hr it ja nl pl pt ru sl tr"
source $SPELL_CONFIG
+if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
LIBO_ARCH="${SMGL_COMPAT_ARCHS[1]}"
+else
+ LIBO_ARCH="i586"
+fi
LICENSE[0]=LGPL
WEB_SITE=http://www.libreoffice.org/
ENTERED=20110127
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index 64dc86e..6cda1a9 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed LIBO_ARCH for ia32 arch (x86 -> i586)
+
2011-01-28 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: added more languages, fixed ENTERED
* CONFIGURE: moved list of available languages to DETAILS



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

Archive powered by MHonArc 2.6.24.

Top of Page