Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (ab67dfe061d4e69f60c4b75305ef3beadda9714f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (ab67dfe061d4e69f60c4b75305ef3beadda9714f)
  • Date: Fri, 22 Feb 2013 05:41:36 -0600

GIT changes to master binary grimoire by Ladislav Hagara <hgr AT vabo.cz>:

bin-editors/libreoffice-bin/DETAILS | 12 ++++++------
bin-editors/libreoffice-bin/HISTORY | 4 ++++
bin-editors/libreoffice-bin/INSTALL | 2 +-
bin-editors/libreoffice-bin/PRE_BUILD | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)

New commits:
commit ab67dfe061d4e69f60c4b75305ef3beadda9714f
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

libreoffice-bin 4.0.0

diff --git a/bin-editors/libreoffice-bin/DETAILS
b/bin-editors/libreoffice-bin/DETAILS
index 22c01b1..4043d65 100755
--- a/bin-editors/libreoffice-bin/DETAILS
+++ b/bin-editors/libreoffice-bin/DETAILS
@@ -1,18 +1,18 @@
SPELL=libreoffice-bin
SPELLX=libreoffice
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then
- VERSION=3.6.3
- BUILD_VERSION=2
- SOURCE=LibO_${VERSION}_Linux_x86-64_install-rpm_en-US.tar.gz
+ VERSION=4.0.0
+ BUILD_VERSION=103
+ SOURCE=LibreOffice_${VERSION}_Linux_x86-64_rpm.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
URL_ARCH="x86_64"
LIBO_ARCH="x86_64"
else
- VERSION=3.6.3
- BUILD_VERSION=2
- SOURCE=LibO_${VERSION}_Linux_x86_install-rpm_en-US.tar.gz
+ VERSION=4.0.0
+ BUILD_VERSION=103
+ SOURCE=LibreOffice_${VERSION}_Linux_x86_rpm.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_GPG=libreoffice.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
diff --git a/bin-editors/libreoffice-bin/HISTORY
b/bin-editors/libreoffice-bin/HISTORY
index 9aae529..ca01252 100644
--- a/bin-editors/libreoffice-bin/HISTORY
+++ b/bin-editors/libreoffice-bin/HISTORY
@@ -1,3 +1,7 @@
+2013-02-22 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 4.0.0, BUILD_VERSION=103, LibO -> LibreOffice
+ * PRE_BUILD, INSTALL: LibO -> LibreOffice
+
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
diff --git a/bin-editors/libreoffice-bin/INSTALL
b/bin-editors/libreoffice-bin/INSTALL
index d1bdfbf..e767368 100755
--- a/bin-editors/libreoffice-bin/INSTALL
+++ b/bin-editors/libreoffice-bin/INSTALL
@@ -16,7 +16,7 @@ mkdir -pv ${INSTALL_ROOT}/usr/share/icons &&
# Extracted root directories don't have the same names between localized
# versions, so use * wildcard although I don't find that very elegant
#
- cd $SOURCE_DIRECTORY/LibO*/RPMS
+ cd $SOURCE_DIRECTORY/LibreOffice*/RPMS
#fi &&

cp -Rv opt/* $INSTALLDIR &&
diff --git a/bin-editors/libreoffice-bin/PRE_BUILD
b/bin-editors/libreoffice-bin/PRE_BUILD
index adb2194..07a6479 100755
--- a/bin-editors/libreoffice-bin/PRE_BUILD
+++ b/bin-editors/libreoffice-bin/PRE_BUILD
@@ -6,7 +6,7 @@ unpack_file '' &&
# Extracted root directories don't have the same names between localized
# versions, so use * wildcard although I don't find that very elegant
#
-cd LibO*/RPMS
+cd LibreOffice*/RPMS

for FILE in *.${LIBO_ARCH}.rpm
do



  • [SM-Commit] GIT changes to master binary grimoire by Ladislav Hagara (ab67dfe061d4e69f60c4b75305ef3beadda9714f), Ladislav Hagara, 02/22/2013

Archive powered by MHonArc 2.6.24.

Top of Page