Norbert Thiebaud
7f60013ace
avoid new-lines in list of repos
2010-12-15 18:01:00 -06:00
Michael Meeks
9e45cce11d
add BrOffice productname_br variant and sorted substitution
2010-12-15 20:58:44 +00:00
Michael Meeks
3dba62a7fa
Use BrOffice branding if present in pt-BR
...
Signed off by Petr Mladek
2010-12-15 17:59:29 +00:00
Joseph Powers
5ebc649e32
Fix -n issues
...
It seams that only Mac OS X uses the echo -n option in make files. I think
I fixed all the references this time.
2010-12-14 08:09:56 -08:00
Joseph Powers
f24c8f32eb
Fix stray -n issue on Mac OS X
...
Also cleans up some trailing white space.
2010-12-14 07:50:47 -08:00
Fridrich Štrba
b0156d90a5
Add missing strings for langpack names and descriptions
2010-12-14 14:13:30 +01:00
Caolán McNamara
3428ef5eb4
try and rebuild dependencies on first dmake failure
2010-12-14 11:04:56 +00:00
Thorsten Behrens
c1030a6bf9
Migrate id, tags, and docs make target over from build repo
...
* make id: create GNU idutils symbol lookup index
* make tags: create ctags index file (c++, java, html)
* make docs: create doxygen-style documentation below docs/
2010-12-13 23:08:58 +01:00
Rene Engelhard
803f02e6a3
AC_SUBST gperf (fdo#32195)
2010-12-13 22:17:31 +01:00
Fridrich Štrba
ae76bde6dc
specify the download names for helppacks
2010-12-13 21:27:11 +01:00
Fridrich Štrba
a2486b0460
remove now useless line
2010-12-13 21:27:03 +01:00
Fridrich Štrba
100a61e950
Create makefile target to package helppacks
2010-12-13 21:08:13 +01:00
Tor Lillqvist
2b454c24f5
Teach the perl monster to create helppacks
2010-12-13 20:57:08 +01:00
Fridrich Štrba
0a356550e0
Don't bundle runtime dlls with extensions included with the installation
2010-12-13 20:39:47 +01:00
Fridrich Štrba
f86d86532a
Propagate the WITH_EXTENSION_INTEGRATION variable to build environment
2010-12-13 20:38:28 +01:00
Kohei Yoshida
8e54953691
Removed soldep module - module no one uses anymore.
2010-12-13 10:51:14 -05:00
Kohei Yoshida
521da7bbda
Removed all references to soldep.
2010-12-13 10:50:10 -05:00
Joachim Tremouroux
59bd44d729
warn, not fail for missing icons we are asked to pack
2010-12-13 12:53:09 +00:00
Andy Holder
f43de73457
Change unnamespaced file.hxx macros
2010-12-12 21:15:27 +00:00
Jesús Corrius
1fcaaf821d
Windows builds need msvcr71.dll in external/msvcp71
2010-12-11 21:14:56 +01:00
Caolán McNamara
70ec8050c8
extend this horrific hack for gcc 4.5.1
2010-12-10 21:33:32 +00:00
Kalman Szalai - KAMI
1af7bd6433
Wrong comment, fixed
2010-12-10 18:35:50 +01:00
Kalman Szalai - KAMI
a3bd4aede6
Add a small note related to extension integration
2010-12-10 18:33:10 +01:00
Kalman Szalai - KAMI
b8ef24c086
Fix for: libreoffice fails to build with --with-lightproof
...
libreoffice fails to build with --with-lightproof unless --with-extension-integration is also specified
https://bugs.freedesktop.org/show_bug.cgi?id=31186
All extension integration require --with-extension-integration switch
2010-12-10 18:28:33 +01:00
kami
cc16e197e9
Fix for: LibO 3.3.0 RC1 fails to build with --enable-extra-gallery
...
https://bugs.freedesktop.org/show_bug.cgi?id=32226
2010-12-10 18:27:56 +01:00
Sebastian Spaeth
b71e975538
Remove explicit check for pkg-config
...
It was in there before, but it is unneccessary as we will check for
pkg-config automatically when needed by PKG_CHECK_MODULES.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 16:02:10 +01:00
Sebastian Spaeth
384bafebf5
Check for pkg-config before we use it and on all platforms
...
Previously, we would skip that check only on Windows but use the Check
for Packages macros anyway, so we required that also on Windows. Move
to the front, no need to check for its existence *after* we already
used it.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 15:49:18 +01:00
Fridrich Štrba
fa4add3e07
Bin some unnecessary tests
2010-12-10 15:25:10 +01:00
Fridrich Štrba
e088db2f9f
AC_CANONICAL_SYSTEM -> AC_CANONICAL_HOST
2010-12-10 15:25:10 +01:00
Sebastian Spaeth
3b59c47a49
Remove obsolete gcc tests for gcc < 3.4
2010-12-10 15:15:41 +01:00
Sebastian Spaeth
65b0bf06a9
Remove obsolete cygwin >1.5 test
2010-12-10 15:03:32 +01:00
Sebastian Spaeth
4fb988c312
Use FONTCONFIG_CFLAGS and FONTCONFIG_LIBS
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 14:43:42 +01:00
Sebastian Spaeth
c6ff64a0b7
Use a proper check for fontconfig
...
Unbreaking BSDs at the same time who have includes in weird locations.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 14:18:47 +01:00
Sebastian Spaeth
9b56a52070
Simplify --disable-strip-solver
...
1) AC_MSG_RESULT something (we did not before)
2) Assume 'yes' if we have a value and it is not 'no'
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:54:39 +01:00
Sebastian Spaeth
cf831f63f2
Simplify logic for checking --enable-symbols
...
1)Always enable when --enable-debug was chosen (as it says in the help)
2)Just check no,small,SMALL values and assume 'yes' for everything else.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:54:39 +01:00
Sebastian Spaeth
72fb403a29
Minor beautifications/simplifications
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:54:39 +01:00
Sebastian Spaeth
d29375c996
Move Windows-specific tests into one location
...
rather than sprinkling them around.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:54:39 +01:00
Sebastian Spaeth
5aea6afa23
Combine all fontconfig tests in one place
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:54:39 +01:00
Sebastian Spaeth
ba22b0ac73
Move GNU tar check to the initial program availability checks
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Sebastian Spaeth
b329360391
Coment additions/removals rhroughout configure.in
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Sebastian Spaeth
9545c724a8
Pull cups-related checks together in one place in configure.in
...
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Sebastian Spaeth
875ee6358b
Don't "sed" bash away in configure just to add it back in set_soenv
...
Keep the full bash path. Made sure it is not used anywhere else.
No functional change at all.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Sebastian Spaeth
74a167e103
Remove deprecated configure options that were not doing anything anymore.
...
Also some whitespace removal in the option definitions.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-10 13:52:28 +01:00
Jesús Corrius
c72fe332ad
don't test for cairo on Windows
2010-12-10 13:25:50 +01:00
Jesús Corrius
c420e2ceef
Remove references to unicows.dll
2010-12-09 23:09:31 +01:00
Caolán McNamara
6486978435
cppcheck: can reduce the scope of these variables
2010-12-09 14:46:05 +00:00
Michael Meeks
d1839b973b
rename to with_themes, and test scp2 a little
2010-12-09 12:57:19 +00:00
Sebastian Spaeth
357d10916a
v3 of the configure.in/scp2 patch to allow selecting themes
...
DOH, here comes v3, I left a debug output in configure.in in v2, otherwise no change. Sorry
Sebastian
>From 6c379488250f5a3349dfc2d805f70a0f084fe07d Mon Sep 17 00:00:00 2001
From: Sebastian Spaeth <Sebastian@SSpaeth.de>
Date: Thu, 9 Dec 2010 12:23:55 +0100
Subject: [PATCHv3] Introduce an --enable-theme="theme1 theme2..." option
By default, we include all defaults as before, but if given, we can
limit the number of included themes with e.g. --enable-theme="oxygen
tango". This is passed through set_soenv and sets the environment
variable ENABLE_THEMES="...." which can be used by the packimages
makefile in the postprocess repository. It also adds defines in the
form of THEME_OXYGEN that are being used in the scp2 module to decide
if we should install the theme file or not.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-12-09 12:57:19 +00:00
David Tardon
a516a964e1
don't link soffice.bin and stuff back into src tree
...
Experiments suggest that it's not needed anymore.
2010-12-09 12:56:23 +01:00
David Tardon
92bf6ff745
link the right file
2010-12-09 12:22:34 +01:00