Takeshi Abe
7f11a1b9db
Replace all occured, occurance etc.
2010-12-05 17:18:37 +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
Fridrich Štrba
c3701eb55f
Windows Installer package that contains more than 32767 files
2010-12-01 11:28:52 +01:00
Michael Meeks
01b2b72fe4
get substitution order right for overlapping variables
2010-11-30 16:59:40 +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
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
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
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
f9ab38b12a
Perl installer: Reinstate some potentially useful commented out code
2010-11-09 10:39:06 +01:00
Jordan Ayers
ac06dbe8a0
Perl Installer: Remove commented out code.
2010-11-09 08:39:35 +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
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
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
a87487daaf
better name directory with download tarballs
2010-11-04 16:02:38 +01:00
Petr Mladek
bdf0529c64
use versioned path in download tarballs (fdo#30837)
2010-11-03 21:30:17 +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
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
libreoffice@mcmurrays.org
413d918706
Added perl module required for commit f8114ef6051e0fb5cb02d97ea468a2da7d2047fa
2010-10-25 17:04:44 +01:00
Cédric Bosdonnat
b8faf72b59
Don't resolve the symlinks in the build.pl script
2010-10-23 19:06:08 +02: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
Caolán McNamara
509ff5a4a9
add AIX stuff
2010-10-13 20:29:38 +01:00
Giuseppe Castagno
d669861292
Changed one more of the dowload package names.
2010-10-11 21:10:33 +02:00
Fridrich Štrba
73145ff611
LO -> LibO
2010-10-08 17:34:57 +02:00
Fridrich Štrba
e5a76c50d1
Expand the list of problematic msitrans.exe
2010-10-08 15:30:46 +02:00
Fridrich Štrba
2c58512caf
Don't bother about Win9x and WinMe
2010-10-07 15:22:48 +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
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
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
Jan Holesovsky
38a8239241
Merge commit 'ooo/OOO330_m6'
2010-09-07 09:33:00 +02:00
Tor Lillqvist
0e4bc92c6a
novell-win32-odma.diff: ODMA dialog implementation.
...
i#6885, i#32741
2010-08-25 22:33:30 +02:00
Kurt Zenker
0dfc03a267
CWS-TOOLING: integrate CWS jl154
2010-08-18 12:00:05 +02:00
Kurt Zenker
64a49647b3
CWS-TOOLING: integrate CWS vgbugs10_OOO330
2010-08-11 14:03:45 +02:00
Joerg Skottke [jsk]
3187f616ff
jl154: Local merge
2010-08-11 08:57:13 +02:00
Kurt Zenker
08918310f5
masterfix: #i10000# fixed packing of long names for installsets
2010-08-06 13:36:52 +02:00
Ingo Schmidt
d070c1a0ff
native323 #i113447# setting Windows update path correctly
2010-07-30 13:49:54 +02:00
Vladimir Glazunov
ee7fa0323d
vgbugs10: #i162450# fix for regression
2010-07-29 16:04:40 +02:00
Ingo Schmidt
ed6c3b782d
jl154 #162868# no registration of extensions in products without unopkg file
2010-07-28 17:03:11 +02:00
Vladimir Glazunov
b1e16431c0
vgbugs10: #162096# initialisation repository is the only active repository when source_config is missing
2010-07-27 10:49:30 +02:00