[Lunar-commits] r25922 - moonbase/trunk/x11-apps/openoffice-bin

Auke Kok sofar at lunar-linux.org
Fri Sep 21 19:36:00 CEST 2007


Author: sofar
Date: 2007-09-21 19:35:59 +0200 (Fri, 21 Sep 2007)
New Revision: 25922

Modified:
   moonbase/trunk/x11-apps/openoffice-bin/BUILD
   moonbase/trunk/x11-apps/openoffice-bin/DETAILS
Log:
Version bump to 2.3.0
Many enhancements and bugfixes


From:  adriandelatabla at gmail.com


Modified: moonbase/trunk/x11-apps/openoffice-bin/BUILD
===================================================================
--- moonbase/trunk/x11-apps/openoffice-bin/BUILD	2007-09-21 15:27:37 UTC (rev 25921)
+++ moonbase/trunk/x11-apps/openoffice-bin/BUILD	2007-09-21 17:35:59 UTC (rev 25922)
@@ -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.2"
+  OO_DIR="/opt/lunar/openoffice/openoffice.org2.3"
 
   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.2-9153.noarch &&
+    INT_FILE=openoffice.org-freedesktop-menus-2.3-9215.noarch &&
 
     rpm2cpio $INT_FILE.rpm > $INT_FILE.cpio &&
     cpio -idm < $INT_FILE.cpio &&
 
-    sedit "s|/etc/openoffice.org2.2|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.2 &&
-    sedit "s|/etc/openoffice.org2.2|$OO_DIR|g" ${OO_DESK_DIR}/bin/openoffice.org2.2-printeradmin || exit 1
+    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
   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.2" /opt/lunar/openoffice/ &&
+  cp -a "${OO_INSTALL_DIR}/opt/openoffice.org2.3" /opt/lunar/openoffice/ &&
 
   if [ "$USE_DESKTOPINTEGRATION" = "y" ] ; then
-    install -m755 ${OO_DESK_DIR}/bin/openoffice.org2.2 \
-                  ${OO_DESK_DIR}/bin/openoffice.org2.2-printeradmin /usr/bin/ &&
+    install -m755 ${OO_DESK_DIR}/bin/openoffice.org2.3 \
+                  ${OO_DESK_DIR}/bin/openoffice.org2.3-printeradmin /usr/bin/ &&
 
     # Install icons for the .desktop files
     mkdir -p -m0755 /usr/share/icons/{gnome,hicolor} &&

Modified: moonbase/trunk/x11-apps/openoffice-bin/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/openoffice-bin/DETAILS	2007-09-21 15:27:37 UTC (rev 25921)
+++ moonbase/trunk/x11-apps/openoffice-bin/DETAILS	2007-09-21 17:35:59 UTC (rev 25922)
@@ -1,15 +1,15 @@
           MODULE=openoffice-bin
-         VERSION=2.2.1
+         VERSION=2.3.0
           SOURCE=OOo_${VERSION}_LinuxIntel_install_en-US.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOF680_m18_native_packed-1_en-US.9161
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOG680_m5_native_packed-1_en-US.9221
    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:43c7a042c4f6e8eadfb63caed75d69548dd994c6
+      SOURCE_VFY=sha1:a878e4874ea22d4224baa91c28eb626d5054f2c2
         WEB_SITE=http://www.openoffice.org/
          ENTERED=20020704
-         UPDATED=20070404
+         UPDATED=20070921
            SHORT="The open office suite for unix"
        LDD_CHECK=off
          ARCHIVE=off



More information about the Lunar-commits mailing list