Kalman Szalai - KAMI
daccfdaedd
Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/bootstrap into libreoffice-3-4
2011-04-23 03:39:19 +02:00
Kalman Szalai - KAMI
4b932956bd
Add initial configure and download stuffs for extra things
...
OxygenOffice related
2011-04-22 16:32:24 +02:00
Petr Mladek
8c67ee188e
do not enable BrOffice branding by default (fdo#36262)
2011-04-22 15:20:18 +02:00
Petr Mladek
7341d8f71d
Disable BrOffice branding for official builds (fdo#36262)
2011-04-22 11:29:22 +02:00
Andras Timar
535bee89a2
fix L10N_MODULE path on Windows
2011-04-21 07:06:02 +02:00
Petr Mladek
e60843d62d
set default install dirname from AC_PACKAGE_NAME
...
idea by Hanno Meyer-Thurow <h.mth@web.de>
2011-04-20 16:43:09 +02:00
Andras Timar
e85640d0bb
do not ship Letter Wizard templates twice fdo#35722
2011-04-20 15:28:00 +01:00
Luboš Luňák
75c72d86b7
don't link soffice.bin and stuff back into src tree
...
This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again,
removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake.
With the linking it's possible that soffice.bin becomes the wrapper
script that ends up calling itself recursively.
2011-04-20 16:18:59 +02:00
Hanno Meyer-Thurow
eed8e0b62e
make the installation dir better configurable
...
install to %libdir% intead of %prefix% as it is usual for other projects;
use the usual DESTDIR instead of OODESTDIR
Note that the default installation path is /usr/local/lib/libreoffice;
it can be redefined by --prefix, --libdir, --with-install-dirname
configure options
Some of these changes contributed by Petr Mladek <pmladek@suse.cz>
2011-04-20 15:30:08 +02:00
Petr Mladek
03ead18c2a
Version 3.3.99.2, tag libreoffice-3.3.99.2 (3.4.0-beta2)
2011-04-19 18:58:44 +02:00
Andras Timar
dcb67a54aa
fix typos in messages
2011-04-19 18:43:25 +02:00
Petr Mladek
c3bcb02fb8
bump product version to 3.4.0beta2, release number to 2
2011-04-19 18:13:06 +02:00
Petr Mladek
f11a0e77f4
fix build with older gcc that does not read options via @file
...
needed to fix build on SLED10 with gcc-4.1.2
we want to use @$(extraobjectlist) in the long run
2011-04-19 17:32:44 +02:00
Petr Mladek
e596738017
bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277)
2011-04-19 13:48:41 +02:00
Jan Holesovsky
1aa690299a
'paths', not 'pathes'...
2011-04-19 09:36:52 +02:00
Robert Nagy
552e623414
sync with unxgcc.mk
2011-04-18 21:49:39 +02:00
Tor Lillqvist
49313fa83b
Fix from-scratch build breakage: Don't call realpath on Windows path
...
In a from-scratch build, when running the configure script, which then
runs the set_soenv script, the default_images symlink (that is passed
to this function in the form of a Windows path, for some reason) does
not exist yet, and realpath fails anyway. So don't bother calling
realpath on Windows paths.
Although I don't know whether it then will cause a problem that the
cygpath -m call won't be able to expand the symlink as it doesn't
exist anyway. This is a mess. And if cygpath -m expands symlinks
anyway, why is the realpath needed at all?
2011-04-18 12:43:20 +03:00
Norbert Thiebaud
2174045ac7
gcc-4.0 on MacOSX does not support the @file syntax
2011-04-17 13:19:42 -05:00
Jan Holesovsky
9d66573987
Don't override CC and CXX on Windows when set, handle ccache.
...
This is to allow use of ccache by specifying something like:
export CC="ccache C:/path/to/cl.exe"
export CXX="ccache C:/patch/to/cl.exe"
before running ./autogen.sh
2011-04-15 14:20:36 +02:00
Jan Holesovsky
15a1260bd7
Detect the prefix of the cl.exe -showIncludes output.
2011-04-15 14:20:36 +02:00
Jan Holesovsky
4d1bdd7a08
Use cl.exe's -showIncludes to generate dependency files.
2011-04-15 14:20:36 +02:00
Jan Holesovsky
56c4710008
Don't mention that we are updating autogen.lastrun.
2011-04-15 14:20:36 +02:00
Caolán McNamara
4db32f1d29
move this in here so that on windows we convert paths to win format
2011-04-14 17:34:52 +03:00
Andras Timar
1c47c5cb1f
check if file exists in *.po hook
...
otherwise a removed file would be recreated
2011-04-14 10:23:43 +02:00
Petr Mladek
1da0fa2025
lo-commit-stat: add --rev-list option
...
+ use "git log" again to get weekly commit logs
+ use "git rev-list" only with --rev-list option; useful to list differences
between branches
2011-04-13 16:10:45 +02:00
Luboš Luňák
0b5b56be4d
switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes
...
http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html
2011-04-13 14:02:56 +02:00
Bjoern Michaelsen
0812c77743
set STAR_RESOURCEPATH for cppunit tests to find resources from solver
2011-04-12 18:18:09 +02:00
Bjoern Michaelsen
c5046e93a8
add support for auxiliary arguments to the cppunit tests
2011-04-12 18:18:09 +02:00
Bjoern Michaelsen
37d41b23e4
fixing up extra object list support
2011-04-12 18:18:09 +02:00
Bjoern Michaelsen
84edb157a5
make get_linktargetname public again so unittests can find the object lists
2011-04-12 18:18:09 +02:00
Andras Timar
d005fb4624
use git hook instead of gitattributes filter for *.po files
2011-04-12 17:52:54 +02:00
Petr Mladek
a547fe19a3
Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1)
2011-04-11 17:52:50 +02:00
Petr Mladek
5131f42eb7
lo-commit-stat: allow to list commits between branches
...
use "git rev-list --pretty=medium" instead of "git log"
to be able to use origin/libreoffice-3-4 ^origin/libreoffice-3-3
to generate list of changes that are in 3.4 but not in 3.3
2011-04-11 17:09:34 +02:00
Petr Mladek
52d7f2fd88
set SHORT_PRODUCTEXTENSION to beta1
2011-04-11 16:19:54 +02:00
Petr Mladek
f89b46fc3a
allow to download and unpack official source tarballs
2011-04-11 16:08:00 +02:00
Petr Mladek
81b9202167
lo-pack-sources: generate bootstrap.ver profile
...
FIXME: we should find another way to tell dowload the right version
of used sources
2011-04-11 16:04:35 +02:00
Andras Timar
d19b273b6b
let the 'kid' language code (Key ID build) pass configure check
2011-04-11 14:51:35 +02:00
Petr Mladek
f7b5f014bc
lo-pack-sources: new script to generate source tarballs
...
based on libreoffice/build/bin/lo-pack-sources; still need some clean up
2011-04-11 14:43:06 +02:00
Andras Timar
5aa623271d
add the missing strings for Burmese (my)
2011-04-10 10:45:35 +02:00
Andras Timar
f35ba94190
replace NS to NSO (language code changed)
2011-04-10 10:37:58 +02:00
Andras Timar
d159a69472
replace BE_BY to BE (language code changed)
2011-04-10 10:37:09 +02:00
Fridrich Štrba
99dcfcf818
remove obsolete configure options + fix system_xrender_headers vs system_xrender
2011-04-08 13:31:35 +02:00
Andras Timar
427de9a0c8
s/OOo/LibreOffice/ in a printed string
2011-04-08 12:59:33 +02:00
Tor Lillqvist
4fe951fde5
Remove ENABLE_PRESENTER_EXTRA_UI from here, too
2011-04-08 13:47:40 +03:00
Tor Lillqvist
47bca2f064
Don't worry if there is no distro-configs/Foo.conf
...
The --with-distro options might come from bin/build-ooo in a "build"
style build, and in that case, the relevant configure options are
already on the command line, too.
2011-04-08 13:30:17 +03:00
Tor Lillqvist
45f8c190a9
Make the list of valid distros show up also in slightly older Perl versions
...
See http://perldoc.perl.org/functions/readdir.html .
2011-04-08 13:30:15 +03:00
Fridrich Štrba
074f0c72c0
Some more defaults to LibreOfficeLinux distro config
2011-04-08 11:46:17 +02:00
Tor Lillqvist
cabdacb818
Don't attempt to show release notes after installing, fdo#31023
2011-04-08 11:01:32 +03:00
Tor Lillqvist
05808a2850
chmod -x
2011-04-08 10:56:17 +03:00
Tor Lillqvist
63730107a9
Don't attempt to show release notes after installing, fdo#31023
2011-04-08 10:56:15 +03:00