[Lunar-commits] <moonbase> openoffice-src: updated to 3.0.1, fixed and updated build
Zbigniew Luszpinski
zbiggy at lunar-linux.org
Sat Jan 31 16:44:01 CET 2009
commit 63feb351967ccdc69d97ca8ded2dfda751508b9f
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date: Sat Jan 31 15:44:01 2009 +0000
openoffice-src: updated to 3.0.1, fixed and updated build
---
x11-apps/openoffice-src/BUILD | 2 +-
x11-apps/openoffice-src/BUILD.x86_64 | 2 +-
x11-apps/openoffice-src/DETAILS | 24 ++++++++++++------------
x11-apps/openoffice-src/PRE_BUILD | 2 +-
4 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/x11-apps/openoffice-src/BUILD b/x11-apps/openoffice-src/BUILD
index 4df734e..89e6a8a 100644
--- a/x11-apps/openoffice-src/BUILD
+++ b/x11-apps/openoffice-src/BUILD
@@ -52,7 +52,7 @@
cd $SOURCE_DIRECTORY;
chmod +x $SOURCE8;
./$SOURCE8 --accept-license --unpack;
- OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_16";
+ OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_17";
else
JAVA_VERSION="`installed_version j2sdk`";
OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}";
diff --git a/x11-apps/openoffice-src/BUILD.x86_64 b/x11-apps/openoffice-src/BUILD.x86_64
index b4a7aac..f357fc9 100644
--- a/x11-apps/openoffice-src/BUILD.x86_64
+++ b/x11-apps/openoffice-src/BUILD.x86_64
@@ -52,7 +52,7 @@
cd $SOURCE_DIRECTORY;
chmod +x $SOURCE8;
./$SOURCE8 --accept-license --unpack;
- OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_16";
+ OPTS="$OPTS --with-jdk-home=$SOURCE_DIRECTORY/jdk1.5.0_17";
else
JAVA_VERSION="`installed_version j2sdk`";
OPTS="$OPTS --with-jdk-home=/usr/lib/j2sdk${JAVA_VERSION}";
diff --git a/x11-apps/openoffice-src/DETAILS b/x11-apps/openoffice-src/DETAILS
index 574ea6f..ea7f7bc 100644
--- a/x11-apps/openoffice-src/DETAILS
+++ b/x11-apps/openoffice-src/DETAILS
@@ -1,33 +1,33 @@
MODULE=openoffice-src
- VERSION=3.0.0
+ VERSION=3.0.1
SOURCE=OOo_${VERSION}_src_core.tar.bz2
SOURCE2=$MODULE-2.2.0-xauth.patch
SOURCE3=mozilla-source-1.7.5.tar.gz
SOURCE4=OOo_${VERSION}_src_l10n.tar.bz2
SOURCE5=OOo_${VERSION}_src_system.tar.bz2
+ SOURCE6=OOo_${VERSION}_src_extensions.tar.bz2
SOURCE7=OOo_${VERSION}_src_binfilter.tar.bz2
- SOURCE8=jdk-5.0u16-dlj-linux-i586.bin
- SOURCE9=OOo_${VERSION}_src_extensions.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m9
+ SOURCE8=jdk-5.0u17-dlj-linux-i586.bin
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOO300_m15
SOURCE_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
SOURCE2_URL=$PATCH_URL/
SOURCE3_URL=ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla1.7.5/source/
SOURCE4_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
SOURCE5_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
+ SOURCE6_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
SOURCE7_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
SOURCE8_URL=http://download.java.net/dlj/binaries/
- SOURCE9_URL=http://ftp.rz.tu-bs.de/pub/mirror/OpenOffice.org/stable/${VERSION}/
- SOURCE_VFY=sha1:8fc1e6140f8a0695accf8d34746253af431c2542
+ SOURCE_VFY=sha1:2da6b2cf0b75873477f22cc9d69a4f0c8b43b435
SOURCE2_VFY=sha1:58c824ef969b017be5fcd7e4290d7681453aa354
SOURCE3_VFY=sha1:bb2a89b95d7626a63a3787208e0abb99ea595d24
- SOURCE4_VFY=sha1:0ee7f44cea5549a3d3473ff7669974e8914caf97
- SOURCE5_VFY=sha1:b8af1787bd4651c808d298e81ee797bf2b7ebdcd
- SOURCE7_VFY=sha1:09ff91fd871f00c696befa8064fe04d7a88a3c8a
- SOURCE8_VFY=sha1:56e29e2d96fca31f6b0e34c208c13c82c523098d
- SOURCE9_VFY=sha1:1632374bf75eb6080c0d36e88fd981529be17a0f
+ SOURCE4_VFY=sha1:13f1bf0989a09c52c57dbc1d6cf1feaec369a085
+ SOURCE5_VFY=sha1:8c73821b542c9c96b071550fe0e3e813e21a1246
+ SOURCE6_VFY=sha1:c695982d166422a838560ef7b134a5665bc61198
+ SOURCE7_VFY=sha1:d84518159538ef736271177b7ebe4697fc4b811d
+ SOURCE8_VFY=sha1:d9f72fbb0aed5c27d7d40671a318597906771fd9
WEB_SITE=http://www.openoffice.org
ENTERED=20030805
- UPDATED=20081019
+ UPDATED=20090130
PSAFE=no
SHORT="OpenOffice.org Office Suite"
cat << EOF
diff --git a/x11-apps/openoffice-src/PRE_BUILD b/x11-apps/openoffice-src/PRE_BUILD
index 7696253..a062a26 100644
--- a/x11-apps/openoffice-src/PRE_BUILD
+++ b/x11-apps/openoffice-src/PRE_BUILD
@@ -5,5 +5,5 @@ cd $SOURCE_DIRECTORY &&
tar xf $SOURCE_CACHE/$SOURCE4 --strip-components=1 &&
tar xf $SOURCE_CACHE/$SOURCE5 --strip-components=1 &&
tar xf $SOURCE_CACHE/$SOURCE7 --strip-components=1 &&
-tar xf $SOURCE_CACHE/$SOURCE9 --strip-components=1 &&
+tar xf $SOURCE_CACHE/$SOURCE6 --strip-components=1 &&
cp $SOURCE_CACHE/$SOURCE8 .
More information about the Lunar-commits
mailing list