[Lunar-commits] <moonbase> openoffice-bin: Version bump to 2.4.0.
Terry Chan
tchan at lunar-linux.org
Thu Mar 27 21:01:40 CET 2008
commit 07e13c3f462617ee33aaf25bc2f2ebe6beb369e6
Author: Terry Chan <tchan at lunar-linux.org>
Date: Thu Mar 27 15:01:40 2008 -0500
openoffice-bin: Version bump to 2.4.0.
---
x11-apps/openoffice-bin/BUILD | 14 +++++++-------
x11-apps/openoffice-bin/DETAILS | 8 ++++----
2 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/x11-apps/openoffice-bin/BUILD b/x11-apps/openoffice-bin/BUILD
index 9a75fe8..8c9dcf0 100644
--- a/x11-apps/openoffice-bin/BUILD
+++ b/x11-apps/openoffice-bin/BUILD
@@ -1,7 +1,7 @@
(
OO_INSTALL_DIR="${SOURCE_DIRECTORY}/RPMS"
OO_DESK_DIR="${SOURCE_DIRECTORY}/desktop-integration/usr"
- OO_DIR="/opt/lunar/openoffice/openoffice.org2.3"
+ OO_DIR="/opt/lunar/openoffice/openoffice.org2.4"
cd $OO_INSTALL_DIR &&
@@ -10,13 +10,13 @@
mv ${OO_INSTALL_DIR}/desktop-integration ${SOURCE_DIRECTORY}/ &&
cd ${SOURCE_DIRECTORY}/desktop-integration/ &&
- INT_FILE=openoffice.org-freedesktop-menus-2.3-9238.noarch &&
+ INT_FILE=openoffice.org-freedesktop-menus-2.4-9286.noarch &&
rpm2cpio $INT_FILE.rpm > $INT_FILE.cpio &&
cpio -idm < $INT_FILE.cpio &&
- sedit "s|/etc/openoffice.org2.3|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.3 &&
- sedit "s|/etc/openoffice.org2.3|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.3-printeradmin || exit 1
+ sedit "s|/etc/openoffice.org2.4|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.4 &&
+ sedit "s|/etc/openoffice.org2.4|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.4-printeradmin || exit 1
fi &&
@@ -39,11 +39,11 @@
prepare_install &&
message "${MESSAGE_COLOR}Installing OpenOffice ${VERSION}...${DEFAULT_COLOR}" &&
mkdir -p /opt/lunar/openoffice &&
- cp -a "${OO_INSTALL_DIR}/opt/openoffice.org2.3" /opt/lunar/openoffice/ &&
+ cp -a "${OO_INSTALL_DIR}/opt/openoffice.org2.4" /opt/lunar/openoffice/ &&
if [ "$USE_DESKTOPINTEGRATION" = "y" ] ; then
- install -m755 ${OO_DESK_DIR}/bin/openoffice.org2.3 \
- ${OO_DESK_DIR}/bin/openoffice.org2.3-printeradmin /usr/bin/ &&
+ install -m755 ${OO_DESK_DIR}/bin/openoffice.org2.4 \
+ ${OO_DESK_DIR}/bin/openoffice.org2.4-printeradmin /usr/bin/ &&
# Install icons for the .desktop files
mkdir -p -m0755 /usr/share/icons/{gnome,hicolor} &&
diff --git a/x11-apps/openoffice-bin/DETAILS b/x11-apps/openoffice-bin/DETAILS
index 063ad1b..33cf3a5 100644
--- a/x11-apps/openoffice-bin/DETAILS
+++ b/x11-apps/openoffice-bin/DETAILS
@@ -1,15 +1,15 @@
MODULE=openoffice-bin
- VERSION=2.3.1
+ VERSION=2.4.0
SOURCE=OOo_${VERSION}_LinuxIntel_install_en-US.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOG680_m9_native_packed-1_en-US.9238
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOH680_m12_native_packed-1_en-US.9286
SOURCE_URL[0]=http://ftp.ussg.iu.edu/openoffice/stable/$VERSION/
SOURCE_URL[1]=http://mirrors.sunsite.dk/openoffice/stable/$VERSION/
SOURCE_URL[2]=http://niihau.student.utwente.nl/openoffice/stable/$VERSION/
SOURCE_URL[3]=ftp://ftp.funet.fi/pub/mirrors/openoffice.org/stable/$VERSION/
- SOURCE_VFY=sha1:0145902fe029c6b6e98ceb4d70715367f0bf462a
+ SOURCE_VFY=sha1:21a33624852ac3a1449dbb53e972cc82549c455d
WEB_SITE=http://www.openoffice.org/
ENTERED=20020704
- UPDATED=20071204
+ UPDATED=20080327
SHORT="The open office suite for unix"
LDD_CHECK=off
ARCHIVE=off
More information about the Lunar-commits
mailing list