Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3e44f25aa2e23f7086a79c817b5f88dd900fed92)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3e44f25aa2e23f7086a79c817b5f88dd900fed92)
  • Date: Sat, 10 Nov 2012 12:07:36 -0600

GIT changes to master binary grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

bin-editors/libreoffice-bin-help/DETAILS | 2 +-
bin-editors/libreoffice-bin-help/HISTORY | 3 +++
bin-editors/libreoffice-bin-lang/DETAILS | 2 +-
bin-editors/libreoffice-bin-lang/HISTORY | 3 +++
bin-editors/libreoffice-bin/DETAILS | 8 ++++----
bin-editors/libreoffice-bin/HISTORY | 4 ++++
bin-editors/libreoffice-bin/PRE_BUILD | 8 +-------
7 files changed, 17 insertions(+), 13 deletions(-)

New commits:
commit 3e44f25aa2e23f7086a79c817b5f88dd900fed92
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin-help: => 3.6.3

commit 98ae84d3b2380973d1db46d269f984ad1b388309
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin-lang: => 3.6.3

commit 81397d52977759949ecb17c83e9589723c7ea189
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libreoffice-bin: => 3.6.3

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 896bf28..85f8363 100755
--- a/bin-editors/libreoffice-bin-help/DETAILS
+++ b/bin-editors/libreoffice-bin-help/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-help
- VERSION=3.6.0
+ VERSION=3.6.3

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"
diff --git a/bin-editors/libreoffice-bin-help/HISTORY
b/bin-editors/libreoffice-bin-help/HISTORY
index 10d0ab5..cb51da0 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.6.3
+
2012-08-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.0

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 037ed86..7b4b3b5 100755
--- a/bin-editors/libreoffice-bin-lang/DETAILS
+++ b/bin-editors/libreoffice-bin-lang/DETAILS
@@ -1,6 +1,6 @@
# the remaining details of this spell are provided by CONFIGURE
SPELL=libreoffice-bin-lang
- VERSION=3.6.0
+ VERSION=3.6.3

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"
diff --git a/bin-editors/libreoffice-bin-lang/HISTORY
b/bin-editors/libreoffice-bin-lang/HISTORY
index ff4f62a..89182c2 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.6.3
+
2012-08-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.0

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index e37559b..22c01b1 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -1,8 +1,8 @@
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=3.6.0
- BUILD_VERSION=104
+ VERSION=3.6.3
+ BUILD_VERSION=2
SOURCE=LibO_${VERSION}_Linux_x86-64_install-rpm_en-US.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
@@ -10,8 +10,8 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
- VERSION=3.6.0
- BUILD_VERSION=104
+ VERSION=3.6.3
+ BUILD_VERSION=2
SOURCE=LibO_${VERSION}_Linux_x86_install-rpm_en-US.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 38df26b..9aae529 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,7 @@
+2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.6.3 (BUILD_VERSION=2)
+ * PRE_BUILD: dropped useless "if" construction
+
2012-08-09 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.0, BUILD_VERSION=104

diff --git a/bin-editors/libreoffice-bin/PRE_BUILD
b/bin-editors/libreoffice-bin/PRE_BUILD
index 1980f1a..adb2194 100755
--- a/bin-editors/libreoffice-bin/PRE_BUILD
+++ b/bin-editors/libreoffice-bin/PRE_BUILD
@@ -19,12 +19,6 @@ do
done &&

message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&
-if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
-
-FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION}-${BUILD_VERSION}"
-else
-
-FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION}-${BUILD_VERSION}"
-fi &&
+FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION}-${BUILD_VERSION}"
&&
rpm2tar desktop-integration/${FILENAME}.noarch.rpm &&
tar xvf ${FILENAME}.noarch.tar



  • [SM-Commit] GIT changes to master binary grimoire by Vlad Glagolev (3e44f25aa2e23f7086a79c817b5f88dd900fed92), Vlad Glagolev, 11/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page