[Lunar-commits] <moonbase> openoffice-bin-de: Bump to 2.4.0.
Moritz Heiber
moe at lunar-linux.org
Fri Mar 13 16:02:22 CET 2009
commit f6a4ac43dd2327557402db125585eb74fa2487ef
Author: Moritz Heiber <moe at lunar-linux.org>
Date: Thu Mar 27 10:31:33 2008 +0100
openoffice-bin-de: Bump to 2.4.0.
Changed the BUILD file for easier and quicker version transitions.
---
zlocal/openoffice-bin-de/BUILD | 16 ++++++++--------
zlocal/openoffice-bin-de/DETAILS | 10 +++++-----
zlocal/openoffice-bin-de/POST_REMOVE | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/zlocal/openoffice-bin-de/BUILD b/zlocal/openoffice-bin-de/BUILD
index d2d1019..0a7a214 100644
--- a/zlocal/openoffice-bin-de/BUILD
+++ b/zlocal/openoffice-bin-de/BUILD
@@ -8,13 +8,13 @@
cd ${SOURCE_DIRECTORY}/desktop-integration &&
- INT_FILE=openoffice.org-freedesktop-menus-2.3-9238.noarch
+ INT_FILE=openoffice.org-freedesktop-menus-2.4-9268.noarch
rpm2cpio $INT_FILE.rpm > $INT_FILE.cpio &&
cpio -idm < $INT_FILE.cpio &&
- sedit "s/\/etc\/openoffice.org2.3/\/opt\/lunar\/openoffice-de/g" ${OO_DESK_DIR}/bin/openoffice.org2.3 &&
- sedit "s/\/etc\/openoffice.org2.3/\/opt\/lunar\/openoffice-de/g" ${OO_DESK_DIR}/bin/openoffice.org2.3-printeradmin &&
+ sedit "s/\/etc\/openoffice.org2.4/\/opt\/lunar\/openoffice-de/g" ${OO_DESK_DIR}/bin/openoffice.org${MAJOR} &&
+ sedit "s/\/etc\/openoffice.org2.4/\/opt\/lunar\/openoffice-de/g" ${OO_DESK_DIR}/bin/openoffice.org${MAJOR}-printeradmin &&
cd $OO_INSTALL_DIR &&
@@ -34,18 +34,18 @@
cpio -idm < $pack &> /dev/null;
done &&
- rm -rf /opt/lunar/openoffice-de &&
+ rm -rf ${OO_DIR} &&
prepare_install &&
mkdir -p /opt/lunar &&
message "${MESSAGE_COLOR}Installing OpenOffice ${VERSION}...${DEFAULT_COLOR}" &&
- cp -a "${OO_INSTALL_DIR}/opt/openoffice.org${MAJOR}" /opt/lunar/openoffice-de &&
- chown -R root:root /opt/lunar/openoffice-de &&
+ cp -a "${OO_INSTALL_DIR}/opt/openoffice.org${MAJOR}" ${OO_DIR} &&
+ chown -R root:root ${OO_DIR} &&
- 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.org${MAJOR} \
+ ${OO_DESK_DIR}/bin/openoffice.org${MAJOR}-printeradmin /usr/bin/ &&
# Install icons for the .desktop files
mkdir -p -m0755 /usr/share/icons/{gnome,hicolor} &&
diff --git a/zlocal/openoffice-bin-de/DETAILS b/zlocal/openoffice-bin-de/DETAILS
index 13cafad..5de984c 100644
--- a/zlocal/openoffice-bin-de/DETAILS
+++ b/zlocal/openoffice-bin-de/DETAILS
@@ -1,13 +1,13 @@
MODULE=openoffice-bin-de
- MAJOR=2.3
- VERSION=2.3.1
+ MAJOR=2.4
+ VERSION=2.4.0
SOURCE=OOo_${VERSION}_LinuxIntel_install_de.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOG680_m9_native_packed-1_de.9238
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOH680_m12_native_packed-1_de.9286
SOURCE_URL=http://ftp.plusline.de/OpenOffice/localized/de/${VERSION}/
- SOURCE_VFY=sha1:efed4ef7497307e8821d15490c95f6154a7209be
+ SOURCE_VFY=sha1:01ffbde78374cc0dcc15018839cb839708a5154d
WEB_SITE=http://www.openoffice.org/
ENTERED=20060306
- UPDATED=20071205
+ UPDATED=20090327
SHORT=""
LDD_CHECK=off
cat << EOF
diff --git a/zlocal/openoffice-bin-de/POST_REMOVE b/zlocal/openoffice-bin-de/POST_REMOVE
index e4f481b..447982d 100644
--- a/zlocal/openoffice-bin-de/POST_REMOVE
+++ b/zlocal/openoffice-bin-de/POST_REMOVE
@@ -1 +1 @@
-rm -rf /opt/lunar/openoffice
+rm -rf /opt/lunar/openoffice-de
More information about the Lunar-commits
mailing list