ooo-build r14139 - in branches/ooo-build-3-0: . distro-configs patches/dev300
- From: thorstenb svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14139 - in branches/ooo-build-3-0: . distro-configs patches/dev300
- Date: Mon, 29 Sep 2008 12:37:04 +0000 (UTC)
Author: thorstenb
Date: Mon Sep 29 12:37:03 2008
New Revision: 14139
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14139&view=rev
Log:
* patches/dev300/apply:
* patches/dev300/instset-prefer-langpacks.diff:
Build full instset only for $(defaultlangiso) (en_US normally),
use langpacks for the remainder
* patches/dev300/solenv-installer-unopkg-call.diff: call unopkg
during instset generation, such that spawned java does not require
interactive session (causes weird hangs during instset generation
otherwise).
* distro-configs/GoOoMacOSX.conf.in: build&pack extensions
Added:
branches/ooo-build-3-0/patches/dev300/instset-prefer-langpacks.diff
branches/ooo-build-3-0/patches/dev300/solenv-installer-unopkg-call.diff
Modified:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/distro-configs/GoOoMacOSX.conf.in
branches/ooo-build-3-0/patches/dev300/apply
Modified: branches/ooo-build-3-0/distro-configs/GoOoMacOSX.conf.in
==============================================================================
--- branches/ooo-build-3-0/distro-configs/GoOoMacOSX.conf.in (original)
+++ branches/ooo-build-3-0/distro-configs/GoOoMacOSX.conf.in Mon Sep 29 12:37:03 2008
@@ -1,4 +1,9 @@
--with-intro-bitmaps=\"$SRCDIR/openintro_go-oo.bmp\"
--with-about-bitmaps=\"$SRCDIR/openabout_go-oo.bmp\"
--with-vendor=\"Novell, Inc.\"
-
+--enable-minimizer
+--enable-presenter-console
+--enable-pdfimport
+--enable-wiki-publisher
+--enable-report-builder
+--with-extension-integration
Modified: branches/ooo-build-3-0/patches/dev300/apply
==============================================================================
--- branches/ooo-build-3-0/patches/dev300/apply (original)
+++ branches/ooo-build-3-0/patches/dev300/apply Mon Sep 29 12:37:03 2008
@@ -2683,5 +2683,7 @@
sw-filter-import-TOX.diff ,n#40425, Amelia Wang
gnome-fpicker-transient-win.diff, i#92878, cmc
gnome-fpicker-main-thread.diff, i#93366, cmc
-
-
+# only build full package for en_US, use langpacks for the rest
+instset-prefer-langpacks.diff, thorsten
+# call unopkg such that java does not require interactive session
+solenv-installer-unopkg-call.diff, thorsten
Added: branches/ooo-build-3-0/patches/dev300/instset-prefer-langpacks.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/instset-prefer-langpacks.diff Mon Sep 29 12:37:03 2008
@@ -0,0 +1,14 @@
+--- instsetoo_native/util/makefile.mk 30 Jul 2008 13:30:16 -0000 1.90.8.1
++++ instsetoo_native/util/makefile.mk 29 Sep 2008 12:24:56 -0000
+@@ -102,9 +102,9 @@ ALLTAR : $(LOCALPYFILES)
+ .ELSE # "$(GUI)"!="WNT" && "$(EPM)"=="NO" && "$(USE_PACKAGER)"==""
+ .IF "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
+ .IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/ODK//)"
+-ALLTAR : openoffice
++ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack
+ .ELSE
+-ALLTAR : openoffice sdkoo_en-US ure_en-US
++ALLTAR : openoffice_$(defaultlangiso) ooolanguagepack sdkoo_en-US ure_en-US
+ .ENDIF
+ .ELSE # "$(UPDATER)"=="" || "$(USE_PACKAGER)"==""
+ ALLTAR : updatepack
Added: branches/ooo-build-3-0/patches/dev300/solenv-installer-unopkg-call.diff
==============================================================================
--- (empty file)
+++ branches/ooo-build-3-0/patches/dev300/solenv-installer-unopkg-call.diff Mon Sep 29 12:37:03 2008
@@ -0,0 +1,11 @@
+--- solenv/bin/modules/installer/simplepackage.pm 11 Jul 2008 14:43:10 -0000 1.19
++++ solenv/bin/modules/installer/simplepackage.pm 29 Sep 2008 12:25:30 -0000
+@@ -129,7 +129,7 @@ sub register_extensions
+ $localtemppath =~ s/\\/\//g;
+ $localtemppath = "/".$localtemppath;
+ }
+- my $systemcall = $unopkgfile . " add --shared --verbose " . $oneextension . " -env:UserInstallation=file://" . $localtemppath . " 2\>\&1 |";
++ my $systemcall = "JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1 " . $unopkgfile . " add --shared --verbose " . $oneextension . " -env:UserInstallation=file://" . $localtemppath . " 2\>\&1 |";
+
+ print "... $systemcall ...\n";
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]