Skip to Content.
Sympa Menu

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

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č (09728d63b079f8e2a4d7a95c2dbd82f2159796a9)
  • Date: Wed, 2 Feb 2011 01:42:57 -0600

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

bin-editors/libreoffice-bin/DETAILS | 4 +++-
bin-editors/libreoffice-bin/HISTORY | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)

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

libreoffice-bin: fixed arch in SOURCE_URL

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index e9759ac..e9b998a 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -7,6 +7,7 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
VERSION=3.3.0
@@ -15,10 +16,11 @@ else
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
+ URL_ARCH="x86"
LIBO_ARCH="i586"
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
-
SOURCE_URL[0]=http://download.documentfoundation.org/${SPELLX}/stable/${VERSION}/rpm/${SMGL_COMPAT_ARCHS[1]}/$SOURCE
+
SOURCE_URL[0]=http://download.documentfoundation.org/${SPELLX}/stable/${VERSION}/rpm/$URL_ARCH/$SOURCE
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
LICENSE[0]=LGPL
WEB_SITE=http://www.libreoffice.org/
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 35e3f5c..165ad8c 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,6 @@
+2011-02-02 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: fixed arch in SOURCE_URL
+
2011-01-31 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: fixed LIBO_ARCH for ia32 arch (x86 -> i586)




  • [SM-Commit] GIT changes to master binary grimoire by Bor Kraljič (09728d63b079f8e2a4d7a95c2dbd82f2159796a9), Bor Kraljič, 02/02/2011

Archive powered by MHonArc 2.6.24.

Top of Page