Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (e8e851c9f4255c6f54037dd045154a6c387f02e6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by George Sherwood (e8e851c9f4255c6f54037dd045154a6c387f02e6)
  • Date: Tue, 9 Sep 2008 17:31:24 -0500

GIT changes to master z-rejected grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

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

New commits:
commit e8e851c9f4255c6f54037dd045154a6c387f02e6
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

openoffice3-bin: Quick and dirty fix to extract the icon files.
It will need to be made more generic, but doesn't work as it.

diff --git a/z-editors/openoffice3-bin/HISTORY
b/z-editors/openoffice3-bin/HISTORY
index c508b86..526afd8 100644
--- a/z-editors/openoffice3-bin/HISTORY
+++ b/z-editors/openoffice3-bin/HISTORY
@@ -1,3 +1,6 @@
+2008-09-09 George Sherwood <gsherwood AT sourcemage.org>
+ * PRE_BUILD: Adjusted FILENAME variable.
+
2008-09-09 Julien "_kaze_" ROZO <julien AT rozo.org>
* BUILD, CONFLICTS, DEPENDS, DETAILS, HISTORY, INSTALL, PRE_BUILD,
PREPARE,
UNATTEND_SAFE, volatiles : created this spell
diff --git a/z-editors/openoffice3-bin/PRE_BUILD
b/z-editors/openoffice3-bin/PRE_BUILD
index d0bc194..d9983e5 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-${VERSION%.*}*" &&
+FILENAME="openoffice.org${VERSION%.*}*-freedesktop-menus-3.0-9350" &&
rpmunpack desktop-integration/${FILENAME}.noarch.rpm &&
gzip -d ${FILENAME}.cpio.gz &&
cpio -idm < ${FILENAME}.cpio




Archive powered by MHonArc 2.6.24.

Top of Page