[Lunar-commits] CVS: moonbase/zbeta/openoffice-src BUILD, 1.8,
1.9 CONFIGURE, 1.2, 1.3 DEPENDS, 1.6, 1.7 DETAILS, 1.7,
1.8 PRE_BUILD, 1.3, 1.4
Nick Hudson
nhudson at lunar-linux.org
Sat Aug 28 03:43:54 GMT 2004
Update of /var/cvs/lunar/moonbase/zbeta/openoffice-src
In directory dbguin.lunar-linux.org:/tmp/cvs-serv30671/openoffice-src
Modified Files:
BUILD CONFIGURE DEPENDS DETAILS PRE_BUILD
Log Message:
Updating openoffice-src to a new version 1.1.3, took about 8 1/2 hours to compile this. If you experence font problems you might want to recompile freetype2 and pango. Added support for the j2sdk-beta module and KDE if you want it to. This will now open up Word Perfect files and runs alot better than before. Hope everyone enjoys.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/BUILD,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- BUILD 5 Apr 2004 00:43:30 -0000 1.8
+++ BUILD 28 Aug 2004 03:43:52 -0000 1.9
@@ -3,14 +3,22 @@
if module_installed j2sdk; then
export OPTS="$OPTS --enable-java --with-jdk-home=/usr/lib/j2sdk1.4.1/"
- fi &&
+ fi
+
+ if module_installed j2sdk-beta; then
+ export OPTS="$OPTS --enable-java --with-jdk-home=/usr/lib/j2sdk1.4.2/"
+ fi
./configure --prefix=/usr \
--sysconfdir=/etc \
- --with-tag=OOO_1_1_1 \
--with-system-gcc \
--enable-devel \
--disable-dependency-tracking \
+ --with-icons=gnome \
+ --with-ccache-allowed \
+ --with-docdir=/usr/share/OpenOffice.org \
+ --with-tag=OOO_1_1_3_fix2 \
+ --enable-gtk \
$OPTS &&
default_make &&
Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/CONFIGURE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- CONFIGURE 3 Mar 2004 21:52:21 -0000 1.2
+++ CONFIGURE 28 Aug 2004 03:43:52 -0000 1.3
@@ -3,8 +3,8 @@
message "4GB worth of free space, compile time will depend on"
message "your CPU and RAM on your system. On a Athlon XP 1800+ it took a"
message "good 7-8 hours to compile"
-
+message ""
message "If you wish to compile Java into OpenOffice.org, please exit"
-message "this install and lin j2sdk to enable Java support."
+message "this install and lin j2sdk or j2sdk-beta to enable Java support."
-sleep 10
+sleep 5
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/DEPENDS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- DEPENDS 5 Apr 2004 00:44:16 -0000 1.6
+++ DEPENDS 28 Aug 2004 03:43:52 -0000 1.7
@@ -8,4 +8,6 @@
depends tcsh &&
depends libgnomecups &&
depends XML-Parser &&
-depends Python
+depends Python &&
+optional_depends "kdelibs3" "--enable-kde" "--disable-kde" "to enable kde functions"
+
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/DETAILS,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- DETAILS 5 Apr 2004 00:43:30 -0000 1.7
+++ DETAILS 28 Aug 2004 03:43:52 -0000 1.8
@@ -1,19 +1,22 @@
MODULE=openoffice-src
- VERSION=1.1.1
- SOURCE=ooo-build-1.1.52.tar.gz
- SOURCE2=OOO_1_1_1.tar.bz2
- SOURCE3=ooo-icons-OOO_1_1-8.tar.gz
- SOURCE_URL=http://ooo.ximian.com/packages/OOO_1_1_1/$SOURCE
- SOURCE_VFY=md5:008d9f13076bc78fdb4e7720d6591bc8
- SOURCE2_URL=http://ooo.ximian.com/packages/OOO_1_1_1/$SOURCE2
- SOURCE2_VFY=md5:550381bc429fbbda54cb84758f14e010
+ VERSION=1.1.3
+ SOURCE=ooo-build-1.3.2.tar.gz
+ SOURCE2=OOO_1_1_3_fix2.tar.bz2
+ SOURCE3=ooo-icons-OOO_1_1-10.tar.gz
+ SOURCE4=libwpd-snap-20040823.tar.gz
+ SOURCE_URL=http://ooo.ximian.com/packages/OOO_1_1_2/$SOURCE
+ SOURCE_VFY=sha1:1e3a61b694a689cb42d59375c8113a5a491d3b99
+ SOURCE2_URL=http://ooo.ximian.com/packages/OOO_1_1_3/$SOURCE2
+ SOURCE2_VFY=sha1:a1d9d582c3a6321b66970cd4e8f2bd4e78410e44
SOURCE3_URL=http://ooo.ximian.com/packages/$SOURCE3
- SOURCE3_VFY=md5:61c9379fa718ee7f36ccd2d70f3649c8
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/ooo-build-1.1.52
+ SOURCE3_VFY=md5:1e7b35e9adf8e51c90b43728f23af49685bf47c2
+ SOURCE4_URL=http://ooo.ximian.com/packages/$SOURCE4
+ SOURCE4_VFY=sha1:a39cb2fcc9e76985a5563bda865b1d5b2faef7ab
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/ooo-build-1.3.2
MAINTAINER=nhudson at lunar-linux.org
WEB_SITE=http://ooo.ximian.com
ENTERED=20030805
- UPDATED=20040405
+ UPDATED=20040828
SHORT="OO.o Office Suite with Ximian Patches"
cat << EOF
OO.o Office Suite with Ximian Patches
Index: PRE_BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/zbeta/openoffice-src/PRE_BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- PRE_BUILD 3 Mar 2004 21:52:21 -0000 1.3
+++ PRE_BUILD 28 Aug 2004 03:43:52 -0000 1.4
@@ -3,5 +3,6 @@
cd $SOURCE_DIRECTORY &&
mkdir -p src &&
cp $SOURCE_CACHE/$SOURCE2 src/ &&
- cp $SOURCE_CACHE/$SOURCE3 src/
+ cp $SOURCE_CACHE/$SOURCE3 src/ &&
+ cp $SOURCE_CACHE/$SOURCE4 src/
)
More information about the Lunar-commits
mailing list