CVS: moonbase/x11-apps/openoffice-bin CONFIGURE, NONE, 1.1 DEPENDS,
1.4, 1.5 DETAILS, 1.7, 1.8
jasper at lunar-linux.org
jasper at lunar-linux.org
Wed Aug 6 21:25:45 GMT 2003
Update of /var/cvs/lunar/moonbase/x11-apps/openoffice-bin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv26338
Modified Files:
DEPENDS DETAILS
Added Files:
CONFIGURE
Log Message:
Fix for the j2sdk issue. Updated to 1.1rc2. Please test: csm reported font problems, I don't see them.
--- NEW FILE: CONFIGURE ---
if ! module_installed j2sdk; then
if query "Install j2sdk for Java support? " y; then
lin j2sdk
fi
fi
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/openoffice-bin/DEPENDS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DEPENDS 21 Jan 2003 16:05:59 -0000 1.4
+++ DEPENDS 6 Aug 2003 21:25:43 -0000 1.5
@@ -1,5 +1,6 @@
depends zip &&
depends unzip &&
-depends mktemp &&
-optional_depends "j2sdk" "" "" "For java support"
+depends mktemp
+
+#optional_depends "j2sdk" "" "" "For java support"
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-apps/openoffice-bin/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 4 Aug 2003 23:41:42 -0000 1.7
+++ DETAILS 6 Aug 2003 21:25:43 -0000 1.8
@@ -1,11 +1,11 @@
MODULE=openoffice-bin
- VERSION=1.0.3.1
- VERSION2=1.0.3
+ VERSION=1.1rc2
+ VERSION2=1.1rc2
SOURCE=OOo_${VERSION}_LinuxIntel_install.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/install
- SOURCE_URL[0]=http://sf1.mirror.openoffice.org/stable/$VERSION2/$SOURCE
- SOURCE_URL[1]=http://niihau.student.utwente.nl/openoffice/$VERSION2/$SOURCE
- SOURCE_URL[2]=http://gd.tuwien.ac.at/office/openoffice/$VERSION2/$SOURCE
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/OOo_${VERSION}_LinuxIntel_install
+# SOURCE_URL[0]=http://sf1.mirror.openoffice.org/stable/$VERSION2/$SOURCE
+ SOURCE_URL[1]=http://niihau.student.utwente.nl/openoffice/stable/$VERSION2/$SOURCE
+ SOURCE_URL[2]=http://gd.tuwien.ac.at/office/openoffice/stable/$VERSION2/$SOURCE
SOURCE_URL[3]=http://planetmirror.com/pub/openoffice/release/$VERSION2/$SOURCE
SOURCE_URL[4]=http://ny1.mirror.openoffice.org/stable/$VERSION2/$SOURCE
SOURCE_URL[5]=http://mirrors.sunsite.dk/openoffice/stable/$VERSION2/$SOURCE
@@ -33,8 +33,8 @@
SOURCE_URL[27]=http://ftp.sunet.se/pub/Office/OpenOffice.org/stable/$VERSION2/$SOURCE
SOURCE_URL[28]=ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/stable/$VERSION2/$SOURCE
SOURCE_URL[29]=ftp://ftp.funet.fi/pub/mirrors/openoffice.org/stable/$VERSION2/$SOURCE
- SOURCE_MD5="7f3de281b0703cae81f8124506ff7037"
- SOURCE_VFY=md5:7f3de281b0703cae81f8124506ff7037
+# SOURCE_MD5="7f3de281b0703cae81f8124506ff7037"
+# SOURCE_VFY=md5:7f3de281b0703cae81f8124506ff7037
WEB_SITE=http://www.openoffice.org/
ENTERED=20020704
UPDATED=20030407
More information about the Lunar-commits
mailing list