[ooo-build-commit] .: 2 commits - download.in patches/dev300
Cédric Bosdonnat
cbosdo at kemper.freedesktop.org
Fri Sep 24 02:23:06 PDT 2010
download.in | 9 +++++++++
patches/dev300/apply | 3 +--
2 files changed, 10 insertions(+), 2 deletions(-)
New commits:
commit 68ea37161691fcc0778f1a4f998e3a6fca7b835b
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Fri Sep 24 11:22:37 2010 +0200
Fixed the download of new external dependancies
diff --git a/download.in b/download.in
index 6b2eca0..265fb89 100755
--- a/download.in
+++ b/download.in
@@ -213,6 +213,12 @@ sub download_tests_dependencies() {
# Multi-dimensional data structure
'cf8a6967f7de535ae257fa411c98eb88-mdds_0.3.0.tar.bz2' => 'http://hg.services.openoffice.org/binaries/',
+
+# ICU 4.2.1
+ '*icu4c*' => 'http://download.go-oo.org/src/',
+
+# ixion
+ '*ixion*' => 'http://download.go-oo.org/src/',
);
@@ -591,6 +597,9 @@ foreach (@templang) {
source_file( 'Sun_ODF_Template_Pack_' . $_ . '.oxt');
}
+source_file( 'e3738abd0d3ce1870dc1fd1f22bba5b1-icu4c-4_2_1-src.tgz' );
+source_file( '0f63ee487fda8f21fafa767b3c447ac9-ixion-0.2.0.tar.gz' );
+
my $distro = '@DISTRO@';
if ($distro eq 'ArchLinux' ||
$distro eq 'Ark' ||
commit 7cd24b4fb293c1afe53d07bfa2d5835fefd4e489
Author: Cédric Bosdonnat <cedricbosdo at openoffice.org>
Date: Fri Sep 24 10:59:46 2010 +0200
Enabled fields-table-formula.diff
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 610333c..6cd8aa7 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -2185,8 +2185,7 @@ dummy-fields-ole-links.diff, n#628098, cbosdo
fields-nested-set.diff, n#634478, cbosdo
fields-double-click.diff, n#639288, cbosdo
-# FIXME activate me once the download.go-oo.org/src will be up again
-#fields-table-formula.diff, n#631912, cbosdo
+fields-table-formula.diff, n#631912, cbosdo
# Backport from cbosdo06 CWS
sw-table-frame-uno-fix.diff, i#112564, cbosdo
More information about the ooo-build-commit
mailing list