Takeshi Abe
7f11a1b9db
Replace all occured, occurance etc.
2010-12-05 17:18:37 +00:00
Michael Meeks
89ae31e7f8
link pagein files
2010-12-03 16:57:17 +00:00
Jordan Ayers
5d734844a5
Accelerate perl installer: optimize installer::scriptitems::optimize_list().
...
Replace call to convert_stringlist_into_hash with a simpler method using split; this requires significantly fewer data copy operations.
The new routine strips all whitespace from the front and end of each value; the old function call stripped leading whitespace, most of the time.
2010-12-02 09:21:55 +00:00
Caolán McNamara
65a5effad9
fix relocate now that tcsh Env file is no longer generated
2010-12-02 08:56:52 +00:00
Caolán McNamara
6637546a37
add another dir to the PYTHONPATH
2010-12-01 16:03:54 +00:00
Fridrich Štrba
c3701eb55f
Windows Installer package that contains more than 32767 files
2010-12-01 11:28:52 +01:00
Fridrich Štrba
e2146f61af
Windows Installer package that contains more than 32767 files
2010-12-01 11:27:57 +01:00
Michael Meeks
01b2b72fe4
get substitution order right for overlapping variables
2010-11-30 16:59:40 +00:00
Michael Meeks
c9eaa19fcd
get substitution order right for overlapping variables
2010-11-30 16:58:24 +00:00
Robert Nagy
c893d43118
fix the list of languages and remove the unused wanted function
...
Let's try our best to create a good list of langauges in a format
of lang1,lang2.
Also remove the wanted function which is not used since
the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.
2010-11-30 15:53:58 +01:00
Robert Nagy
cb81d01880
fix the list of languages and remove the unused wanted function
...
Let's try our best to create a good list of langauges in a format
of lang1,lang2.
Also remove the wanted function which is not used since
the baab40f5646b63ff51e7cb9c5aaac873066d46fe commit.
2010-11-30 15:51:43 +01:00
Michael Meeks
12fff8caa7
Add BrOffice artwork / branding support
...
Conflicts:
solenv/bin/modules/installer/download.pm
2010-11-30 14:09:09 +00:00
Michael Meeks
067d1f596e
make NSIS MUI even more verbose
2010-11-30 14:07:33 +00:00
Michael Meeks
c6ed4193c9
Add BrOffice artwork / branding support
2010-11-30 13:58:38 +00:00
Michael Meeks
2581b1f83c
make NSIS MUI even more verbose
2010-11-29 20:50:40 +00:00
Jan Holesovsky
be8a630cf6
Merge remote branch 'origin/libreoffice-3-3'
...
Conflicts:
scp2/source/python/module_python.scp
solenv/inc/unxgcc.mk
2010-11-25 14:19:27 +01:00
Jordan Ayers
6ee0f9ae13
Remove unused global from perl installer
...
Per comments in globals.pm, remove wrapcmd and all references to it.
2010-11-24 10:02:30 +01:00
Rene Engelhard
19b23a511c
Merge commit 'ooo/OOO330_m16' into libreoffice-3-3
2010-11-21 14:46:24 +01:00
Jordan Ayers
4118187114
Perl Installer: Remove commented out code.
2010-11-18 20:59:35 +00:00
Petr Mladek
49aa0834b9
Do not mention date in the downlaod tarball name
...
it was to long; version is enough
2010-11-18 20:43:48 +01:00
Petr Mladek
fcecf91f85
fallback to the old install dirname if ooodownloadfilename is not defined
...
the check for versioned install dir (fdo#30837) broke creation of
languagepack on Windows and MAC; it is because ooodownloadfilename
was defined only for linux; we still need lang-specific directory
for other archs
2010-11-18 20:43:19 +01:00
Petr Mladek
7d95994e4a
Do not mention date in the downlaod tarball name
...
it was to long; version is enough
2010-11-18 20:39:50 +01:00
Petr Mladek
8c4782605d
fallback to the old install dirname if ooodownloadfilename is not defined
...
the check for versioned install dir (fdo#30837) broke creation of
languagepack on Windows and MAC; it is because ooodownloadfilename
was defined only for linux; we still need lang-specific directory
for other archs
2010-11-18 20:35:06 +01:00
sb
697265b8e2
sb136: #i114155# partially revert fix for i108776 to avoid ABI incompatibility of jvmaccess library
2010-11-17 15:17:56 +01:00
Caolán McNamara
87b1638b0a
fix this to build again
2010-11-16 16:04:07 +00:00
Sebastian Spaeth
7957d807c3
delete hicontrast-to-theme script
...
We put the theme now into its own directory, rather than fishing the
icons out with this script.
2010-11-16 09:34:18 +01:00
Sebastian Spaeth
d0ee671787
remove converttags.pl
...
The converttags script replaced the tags:
[PRODUCTNAME] [TITLE] and two color references
in the source code, but those tags don't occur (anymore?) and it is
never called. So remove this.
2010-11-16 08:57:46 +01:00
Jordan Ayers
b582fdbef1
Perl Installer: Remove disabled Win9x build guard.
...
Remove the feature component counting routines.
These were added to enforce a Win9x component count limit, but no longer
do anything except collect and log counts.
2010-11-11 10:20:20 +00:00
Sebastian Spaeth
babab2c53f
Avoid outputting duplicate empty lines
...
All these did were outputting empty lines where already some were
being output leading to duplicate empty lines in the build log.
2010-11-10 15:40:49 +01:00
Hanno Meyer-Thurow
6bbd93fde9
Get rid of undefined $setup_vars array.
2010-11-10 05:09:01 +01:00
Hanno Meyer-Thurow
1e2ab23a89
Get rid of undefined $setup_vars array.
2010-11-10 04:58:40 +01:00
Sebastian Spaeth
f9ab38b12a
Perl installer: Reinstate some potentially useful commented out code
2010-11-09 10:39:06 +01:00
Robert Nagy
ca44c035e3
no /proc on OpenBSD
2010-11-09 09:58:14 +01:00
Robert Nagy
7b9e093236
no /proc on OpenBSD
2010-11-09 09:57:42 +01:00
Jordan Ayers
bf33898aa0
Cleanup build.pl
...
Remove commented out code.
Remove $html_last_updated (unused).
Correct a few spelling mistakes.
Translate a few bits of German.
2010-11-09 09:04:10 +01:00
Jordan Ayers
ac06dbe8a0
Perl Installer: Remove commented out code.
2010-11-09 08:39:35 +01:00
Robert Nagy
8cbdb7f084
add OPENBSD specific stuff
2010-11-08 17:45:24 +01:00
Robert Nagy
470e4511e3
add OPENBSD specific stuff
2010-11-08 17:29:08 +01:00
Surendran Mahendran
bc9a1a72bc
Build script improvement to dev-install target
...
For every dev-install the install directory in rawbuild had to be removed. This
patch fixes that and consecutive dev-install works without manual intervention.
2010-11-08 13:55:19 +00:00
Caolán McNamara
78f394bff8
return early if source doesn't exist on symlink
2010-11-08 12:17:54 +01:00
Jordan Ayers
91907b045d
Perl Installer: Use built-in chmod
...
Replace system calls which performed single-file permission sets with calls to the built-in chmod.
Replace the implementation of create_directory with a call to create_directory_with_privileges.
2010-11-08 00:06:45 -06:00
Jordan Ayers
b8fcb346da
Perl Installer: Use built-in chmod
...
Replace several system calls which performed single-file permission sets with the built-in chmod command.
2010-11-08 00:06:36 -06:00
Caolán McNamara
e50139ec72
return early if source doesn't exist on symlink
2010-11-06 12:20:47 +00:00
Thomas Klausner
49e0ad98bc
Replace "errror" with "warn"; suggested by tml.
2010-11-06 00:05:12 +01:00
Petr Mladek
dee36f28cb
fix ooinstall to create the installation dir
...
Cwd::realpath does not work if the path does not exist
2010-11-05 15:00:47 +01:00
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
Thorsten Behrens
bf0eb7e035
Use org.libreoffice.script for Mac preferences
...
This fixes fdo#30568
2010-11-05 13:13:47 +01:00
Petr Mladek
76aecf4cfc
create the installation dir when defined (fdo#30837)
...
it was logical problem when I updated the code for fdo#30837
2010-11-04 17:50:16 +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
a87487daaf
better name directory with download tarballs
2010-11-04 16:02:38 +01:00
Thomas Klausner
1e66187e48
ENV_SCRIPT contains .sh, don't append it. Use only ASCII chars in messages.
2010-11-04 15:46:15 +01:00
Petr Mladek
82e176709b
better name directory with download tarballs
2010-11-04 15:33:18 +01:00
Petr Mladek
bdf0529c64
use versioned path in download tarballs (fdo#30837)
2010-11-03 21:30:17 +01:00
Petr Mladek
59d1c5cee4
use versioned path in download tarballs (fdo#30837)
2010-11-03 21:20:18 +01:00
Joseph Powers
9efac44c5a
Fix Mac build issues.
...
(cherry picked from commit 994b9eaca0707c9d462a358a10d2ae7a066edc32)
2010-11-03 10:19:26 +01:00
Joseph Powers
48bd163f87
Fix Mac build issues.
2010-11-03 10:17:39 +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
René Kjellerup
f87611e9a2
remove un-necessary profiling module causing crashes
2010-10-28 11:46:00 +01: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
libreoffice@mcmurrays.org
413d918706
Added perl module required for commit f8114ef6051e0fb5cb02d97ea468a2da7d2047fa
2010-10-25 17:04:44 +01:00
Cédric Bosdonnat
fe58c42cc6
Moved parts of ooinstall to boostrap to shorten the install path
2010-10-23 19:06:08 +02:00
Cédric Bosdonnat
b8faf72b59
Don't resolve the symlinks in the build.pl script
2010-10-23 19:06:08 +02:00
Petr Mladek
978ff55147
install into /opt/libreoffice instead of /opt/libreoffice3
...
discussed on the mailing list
2010-10-21 16:44:03 +02:00
Caolán McNamara
415f815f16
disable pgination in gdb script
2010-10-21 10:08:07 +01:00
Caolán McNamara
de485fdd90
make it easy to trace try/catches, etc. for cppunit tests
2010-10-20 20:36:02 +01:00
Jan Holesovsky
8509ba60d1
Get rid of the CWS tools, not necessary.
2010-10-19 17:48:19 +02:00
Petr Mladek
afe97f9fd5
fix build failure when creating i586 rpms in instsetoo_native
...
there was used "if" instead of "elsif" for the AIX variant
2010-10-18 17:56:43 +02:00
Luboš Luňák
cbc4cd4fdb
avoid error message from ooenv if java is disabled
2010-10-15 15:47:49 +02:00
Michael Meeks
5270167c75
print all broken modules out correctly, not just one
2010-10-14 21:46:22 +01:00
Michael Meeks
f0b3aaf345
add warning about occasional need to remove outpath
2010-10-14 19:01:32 +01:00
Michael Meeks
15c61bb323
Improve error reporting accuracy, to help people re-build
2010-10-14 12:54:29 +01:00
Caolán McNamara
509ff5a4a9
add AIX stuff
2010-10-13 20:29:38 +01:00
Jan Holesovsky
f94cbdaa52
Merge commit 'ooo/OOO330_m10'
...
Conflicts:
solenv/inc/minor.mk
2010-10-13 11:30:47 +02:00
Giuseppe Castagno
d669861292
Changed one more of the dowload package names.
2010-10-11 21:10:33 +02:00
Michael Meeks
6683ae6bb5
switch to g_slice
2010-10-08 16:41:55 +01:00
Fridrich Štrba
5e31262fe2
LO -> LibO
2010-10-08 17:23:35 +02:00
obo
8e105c58ad
CWS-TOOLING: integrate CWS hb22
2010-10-08 08:45:29 +02:00
Fridrich Štrba
52f8089599
Expand the list of problematic msitrans.exe
2010-10-07 18:41:08 +02:00
Fridrich Štrba
2c58512caf
Don't bother about Win9x and WinMe
2010-10-07 15:22:48 +02:00
Jan Holesovsky
772988682d
Merge commit 'ooo/OOO330_m9'
...
Conflicts:
solenv/inc/minor.mk
2010-10-06 13:31:15 +02:00
Caolán McNamara
47ac2e8d1f
add some configure options to control external libtextcat and libtextcat data
2010-10-05 11:50:11 +01:00
Fridrich Štrba
edaad89672
Allow upgrading of the same version on windows
...
Prevents the 'Same product is already installed' error when trying to reinstall a new binaries with the same build id
2010-10-01 14:31:35 +02:00
Rene Engelhard
332538fc4e
make build.pls message to "prolongue" the build more understandable
2010-09-30 01:21:13 +02:00
Fridrich Štrba
0e4c8011b2
LibreOffice Branding: first cut
2010-09-28 08:44:06 +02:00
Petr Mladek
32ddcb6916
installer-get-path-correctly.diff: allow to get path also from ./file
...
Otherwise, it installed the license files into ugly subdirectories
for example into <ooo-home>/LICENSE.html/LICENSE.html
even worse, the direcotry had the rights 444
2010-09-24 15:22:59 +02:00
Vladimir Glazunov
46a58eb98d
masterfix: #i10000# fix for race condition
2010-09-23 17:41:56 +02:00
Petr Mladek
0c265830c2
Install file into /opt/{UNIXBASISROOTNAME}{BRANDPACKAGEVERSION} by default
...
We modified scp2 to install everything into single directory =>
packagerootpath must be set to /<prefix>/<app-dir> instead of /<prefix>
Without this fix, it puts everything directly under /opt in the credated
rpms.
2010-09-22 13:01:33 +02:00
Jan Holesovsky
34156c2473
Make the build.pl executable.
2010-09-14 20:30:15 +02:00
Tor Lillqvist
248569f78a
win32-multi-lang-installer.diff: Multi-language installer stuff
...
i#66062, i#88638, i#88639
2010-09-14 14:51:07 +02:00
Tor Lillqvist
fac3786191
build-fix-win32.diff: Fix Windows build on partition without short names
2010-09-14 12:20:12 +02:00
Tor Lillqvist
65eee44249
win32-cygwin-1.7.diff: Fix windows build using cygwin 1.7
...
i#59477
2010-09-14 12:03:43 +02:00
sb
f68c781b94
hb22: #b6982587# treat null LD_LIBRARY_PATH like unset one
2010-09-09 10:48:03 +02:00