Commit graph

12498 commits

Author SHA1 Message Date
Petr Mladek
a2fdbe0c8b fix ooinstall to create the installation dir
Cwd::realpath does not work if the path does not exist
2010-11-05 14:58:42 +01:00
Thorsten Behrens
3e730edf80 Use org.libreoffice.script for Mac preferences
This fixes fdo#30568
(cherry picked from commit 236de85bba6416d9c905029116c875671cbeaf15)
2010-11-05 13:25:42 +01:00
Petr Mladek
0c8a7696e6 create the installation dir when defined (fdo#30837)
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:29:51 +01:00
Petr Mladek
b94db7b09e fix smoketest with the improved download tarball (fdo#30837) 2010-11-04 16:00:16 +01:00
Petr Mladek
82e176709b better name directory with download tarballs 2010-11-04 15:33:18 +01:00
Petr Mladek
6adb0cca39 set SHORT_PRODUCTEXTENSION to beta3 2010-11-03 21:28:39 +01:00
Petr Mladek
59d1c5cee4 use versioned path in download tarballs (fdo#30837) 2010-11-03 21:20:18 +01:00
Jan Holesovsky
3e59da9ef5 Don't add an explicit -L/usr/lib or -L/usr/lib64.
It breaks KDE3 build on SUSE.
2010-11-03 15:07:32 +01:00
Joseph Powers
9efac44c5a Fix Mac build issues.
(cherry picked from commit 994b9eaca0707c9d462a358a10d2ae7a066edc32)
2010-11-03 10:19:26 +01:00
Bernhard Rosenkraenzer
cf40278aeb correctly check Template Pack and Lightproof with --with-lang=ALL 2010-11-02 17:55:31 +01:00
Rene Engelhard
6f3afad7cd move undefined(!) $setup_vars{'X'} to $ENV{'X'} in solenv/bin/ooinstall 2010-11-02 02:22:53 +01:00
Niko Rönkkö
b28c92ab0c Removed deprecated option
--with-unzip-home has been deprecated since 2003.
2010-11-01 12:45:57 -05:00
Jan Holesovsky
8d4c39e18f Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/bootstrap 2010-11-01 16:06:45 +01:00
Kalman Szalai - KAMI
66a11bbd35 Save 1MB on wizards per language
Bitmaps are packaged as language dependent files however, no
language dependency at all in bitmaps. This patch only pack one instance
so we can save 1MB diskspace for every language in multi lang installer.
2010-11-01 14:05:44 +01:00
Jan Holesovsky
3535ec3d4b Merge commit 'ooo/OOO330_m13'
Conflicts:
	instsetoo_native/util/pack.lst
	solenv/inc/minor.mk
2010-11-01 13:49:01 +01:00
Michael Meeks
e310934150 Install and register the oo3 migration code 2010-11-01 10:56:59 +00:00
Niko Rönkkö
8a74ad5e9e Wrong option name in help bootstrap 2010-11-01 10:08:21 +00:00
Caolán McNamara
82aea471a0 strcpy cannot be used with overlapping src and dest 2010-10-31 20:16:37 +00:00
Niko Rönkkö
2cfc85b44e Cleaning and organizing of configure.in 2010-10-31 20:42:18 +01:00
Kalman Szalai - KAMI
fea23de1d2 Fix bootstrap's configure 2010-10-31 20:23:14 +01:00
Kalman Szalai - KAMI
771ebc23c9 Fix a typo 2010-10-31 06:09:03 +01:00
Kalman Szalai - KAMI
4f786af9b6 Adding Barcode extension 2010-10-31 05:15:17 +01:00
Kalman Szalai - KAMI
823cb6a74d Adding Validator extension 2010-10-31 04:50:14 +01:00
Kalman Szalai - KAMI
87ec34b20e Adding Diagram extension
Diagram is an OpenOffice.org Draw and Impress extension that creates your favorite diagrams with few clicks.
http://wiki.services.openoffice.org/wiki/Diagram_Extension
2010-10-30 19:57:14 +02:00
Rene Engelhard
f974a612eb bin agg 2010-10-29 17:58:25 +02:00
Jesús Corrius
c6ee546e38 oowintool should find .NET Framework 4.0 too 2010-10-29 13:25:21 +02:00
Joseph Powers
e64c02f061 Mac OS9 Cleanup #2 2010-10-28 17:05:10 -05:00
Caolán McNamara
de58ebee9c add modelines to .h files as well 2010-10-28 15:47:03 +01:00
Caolán McNamara
0b2fceaafa add modelines to .h files as well 2010-10-28 15:47:03 +01:00
Caolán McNamara
fa4882b94f add modelines to .h files as well 2010-10-28 15:47:03 +01:00
Tor Lillqvist
153fc2b046 Slight cleanup of the Windows stuff
Use correct terminology for the Microsoft compilers, ".NET" was a part
of their name only in the 2003 version. Drop support for the 2003 and
2005 versions. The Platform SDK has been called the Windows SDK for
quite a while. Etc.
2010-10-28 15:15:15 +03:00
René Kjellerup
f87611e9a2 remove un-necessary profiling module causing crashes 2010-10-28 11:46:00 +01:00
obo
182919b440 masterfix OOO330: #i10000# BrOffice removed 2010-10-28 11:43:39 +02:00
Release Engineering
85838ac5f5 OOO330 2010-10-28 11:30:42 +02:00
Thorsten Behrens
427e105548 Improvements to regcomp/cppunit gdb mode
Made gdb not read user config (always ends up in tui mode for me
otherwise), made DEBUG<PROG> vars also recognise the more idiomatic
lowercase versions (e.g. 'dmake debug=t debugcppunit=t' now works)
2010-10-28 11:22:59 +02:00
Caolán McNamara
bbcf2aaa53 add some debugging stuff for regcomp 2010-10-27 16:15:11 +01:00
Martin Gallwey
a837bbd1ca Fail if trying to build as root on Cygwin
Building as root on Cygwin has been knnown to fail in various way, so
prevent that.
2010-10-27 15:08:52 +03:00
Thorsten Behrens
9ce219df2d Make unopkg on installer not require accessibility impl
* applied 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 on Mac otherwise).
2010-10-26 23:27:40 +02:00
Jesús Corrius
0eb2798eb4 Remove redundant zenity message (that also breaks the script on Windows) 2010-10-26 18:04:47 +02:00
Michael Meeks
0bb037ce8c enable zenity only when DISPLAY is set 2010-10-26 14:32:59 +01:00
Jesús Corrius
b94cbf5762 Don't check if ENABLE_ZENITY is defined but the value 2010-10-26 15:17:31 +02:00
Michael Meeks
dc8f682a3d remove busted MD5 pieces breaking the install 2010-10-26 14:10:00 +01:00
Cédric Bosdonnat
0416ebc383 Fixed a perl warning 2010-10-26 13:29:37 +02:00
Michael Meeks
c79f682618 cleanup for multi-process builds ... 2010-10-26 11:35:56 +01:00
Luke Dixon
4fa790ad7b Add zenity systray support to the build.
Adds also a configure option '--enable-zenity' used to enable this feature.
2010-10-26 11:15:24 +01:00
Norbert Thiebaud
534b6430e8 Finally, gut the vos module out of the build 2010-10-25 19:55:27 -05:00
Norbert Thiebaud
4bc5acd6d9 remvove vos/macros.h usage 2010-10-25 19:55:27 -05:00
Norbert Thiebaud
2168deeb9c merge vosremoval-mutex.diff
In practice the changeset is 'inspired' by vosremoval-mutex.diff
but was essentially redone manually
2010-10-25 19:55:27 -05:00
libreoffice@mcmurrays.org
413d918706 Added perl module required for commit f8114ef6051e0fb5cb02d97ea468a2da7d2047fa 2010-10-25 17:04:44 +01:00
Michael Meeks
d42255ec76 cleanup / remove obsolete pam config pieces 2010-10-25 16:22:31 +01:00