Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (97f9d7a39f6ceb2b1b7317e4aaaf7b857afebb19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (97f9d7a39f6ceb2b1b7317e4aaaf7b857afebb19)
  • Date: Thu, 11 Sep 2008 16:21:52 -0500

GIT changes to master z-rejected grimoire by Julien ROZO <julien AT rozo.org>:

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

New commits:
commit 97f9d7a39f6ceb2b1b7317e4aaaf7b857afebb19
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openoffice3-bin: in DETAILS and PRE_BUILD, added BUILD_VERSION to handle
which
build of openoffice3 we are installing, in case two builds are embed into
installation tarball

diff --git a/z-editors/openoffice3-bin/DETAILS
b/z-editors/openoffice3-bin/DETAILS
index 5d64946..a3ad6f5 100755
--- a/z-editors/openoffice3-bin/DETAILS
+++ b/z-editors/openoffice3-bin/DETAILS
@@ -1,5 +1,6 @@
SPELL=openoffice3-bin
VERSION=3.0.0rc1
+ BUILD_VERSION=9350
VERSION_DATE=20080904
if [[ "${SMGL_COMPAT_ARCHS[1]}" == "x86_64" ]]; then

SOURCE=OOo_${VERSION}_${VERSION_DATE}_LinuxX86-64_install_en-US.tar.gz
diff --git a/z-editors/openoffice3-bin/HISTORY
b/z-editors/openoffice3-bin/HISTORY
index 526afd8..425198d 100644
--- a/z-editors/openoffice3-bin/HISTORY
+++ b/z-editors/openoffice3-bin/HISTORY
@@ -1,3 +1,7 @@
+2008-09-10 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS, PRE_BUILD: added BUILD_VERSION to handle which build of
openoffice3
+ we are installing, in case two builds are embed into installation
tarball
+
2008-09-09 George Sherwood <gsherwood AT sourcemage.org>
* PRE_BUILD: Adjusted FILENAME variable.

diff --git a/z-editors/openoffice3-bin/PRE_BUILD
b/z-editors/openoffice3-bin/PRE_BUILD
index d9983e5..0e86046 100755
--- a/z-editors/openoffice3-bin/PRE_BUILD
+++ b/z-editors/openoffice3-bin/PRE_BUILD
@@ -20,7 +20,7 @@ do
done &&

message "${MESSAGE_COLOR}Extracting icons ${DEFAULT_COLOR}" &&
-FILENAME="openoffice.org${VERSION%.*}*-freedesktop-menus-3.0-9350" &&
+FILENAME="openoffice.org${VERSION%.*}*-freedesktop-menus-${VERSION%.*}-${BUILD_VERSION}"
&&
rpmunpack desktop-integration/${FILENAME}.noarch.rpm &&
gzip -d ${FILENAME}.cpio.gz &&
cpio -idm < ${FILENAME}.cpio



  • [SM-Commit] GIT changes to master z-rejected grimoire by Julien ROZO (97f9d7a39f6ceb2b1b7317e4aaaf7b857afebb19), Julien ROZO, 09/11/2008

Archive powered by MHonArc 2.6.24.

Top of Page