Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (73723782c6be2e8e47ba5f9340c42b17c212be0c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (73723782c6be2e8e47ba5f9340c42b17c212be0c)
  • Date: Thu, 29 Aug 2013 20:32:19 -0500

GIT changes to master binary grimoire by Eric Sandall
<sandalle 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 | 4 ++--
bin-editors/libreoffice-bin/HISTORY | 4 ++++
bin-editors/libreoffice-bin/PRE_BUILD | 2 +-
7 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 73723782c6be2e8e47ba5f9340c42b17c212be0c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libreoffice-bin-lang: Updated to 4.1.1

commit d500c781c9466b56028455e6a06e6aec512438f5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libreoffice-bin-help: Updated to 4.1.1

commit 9739641ff15429e6002a9b0ab04b63e1349cebe0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libreoffice-bin: Updated to 4.1.1
freedesktop-menus are no longer under desktop-integration

diff --git a/bin-editors/libreoffice-bin-help/DETAILS
b/bin-editors/libreoffice-bin-help/DETAILS
index 85d2141..b96aded 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=4.0.4
+ VERSION=4.1.1

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 071f932..fb23b72 100644
--- a/bin-editors/libreoffice-bin-help/HISTORY
+++ b/bin-editors/libreoffice-bin-help/HISTORY
@@ -1,3 +1,6 @@
+2013-08-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.1.1
+
2013-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.0.4

diff --git a/bin-editors/libreoffice-bin-lang/DETAILS
b/bin-editors/libreoffice-bin-lang/DETAILS
index 5e0ffb3..b4808bd 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=4.0.4
+ VERSION=4.1.1

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 be75fca..ab3b01b 100644
--- a/bin-editors/libreoffice-bin-lang/HISTORY
+++ b/bin-editors/libreoffice-bin-lang/HISTORY
@@ -1,3 +1,6 @@
+2013-08-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.1.1
+
2013-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.0.4

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index 277e3b7..fe7d613 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -1,7 +1,7 @@
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=4.0.4
+ VERSION=4.1.1
BUILD_VERSION=2
SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
SOURCE2=$SOURCE.asc
@@ -10,7 +10,7 @@ if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
- VERSION=4.0.4
+ VERSION=4.1.1
BUILD_VERSION=2
SOURCE=LibreOffice_${VERSION}_Linux_x86_rpm.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index efef18a..c9467d6 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,7 @@
+2013-08-29 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 4.1.1
+ * PRE_BUILD: freedesktop-menus are no longer under desktop-integration
+
2013-06-27 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 4.0.4 (build version 2)

diff --git a/bin-editors/libreoffice-bin/PRE_BUILD
b/bin-editors/libreoffice-bin/PRE_BUILD
index 07a6479..041399b 100755
--- a/bin-editors/libreoffice-bin/PRE_BUILD
+++ b/bin-editors/libreoffice-bin/PRE_BUILD
@@ -20,5 +20,5 @@ done &&

message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&

FILENAME="libreoffice${VERSION%.*}-freedesktop-menus-${VERSION}-${BUILD_VERSION}"
&&
-rpm2tar desktop-integration/${FILENAME}.noarch.rpm &&
+rpm2tar ${FILENAME}.noarch.rpm &&
tar xvf ${FILENAME}.noarch.tar



  • [SM-Commit] GIT changes to master binary grimoire by Eric Sandall (73723782c6be2e8e47ba5f9340c42b17c212be0c), Eric Sandall, 08/29/2013

Archive powered by MHonArc 2.6.24.

Top of Page