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

Bor Kraljič scm at sourcemage.org
Mon Jan 31 06:35:04 EST 2011


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



More information about the SM-Commit mailing list