Commit graph

12725 commits

Author SHA1 Message Date
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
David Tardon
eade467383 the file format changed from bmp to png 2010-12-09 12:04:57 +01:00
Norbert Thiebaud
335e988052 Revert "use the 'canonical' way to find JAVA_HOME on MacOS."
This reverts my commit f936362120fcce5b9785851f304c95e3dc0ce9ed.
As it turned out, this was actually breaking the MacOS Build
2010-12-08 22:01:41 -06:00
Michael Meeks
236137a50c cleanup hard-coded license mentions in sdk and installer 2010-12-08 21:04:27 +00:00
Michael Meeks
1bf09eae38 fixup extensions' LICENSE file re-use rules 2010-12-08 20:09:08 +00:00
Michael Meeks
ea16d7259f cleanup unfortunate license duplication 2010-12-08 18:57:58 +00:00
Jesús Corrius
ba1e39610b Change WNT -> WINNT in configure.in 2010-12-08 18:56:42 +01:00
Robert Nagy
f14303b93b broken python component registration on OpenBSD
extend list of library path using AUGMENT_LIBRARY_PATH_LOCAL instead of
AUGMENT_LIBRARY_PATH

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2010-12-08 18:50:35 +01:00
Jesús Corrius
cf4393297d On Windows use always internal Python 2010-12-08 17:53:42 +01:00
Michael Meeks
0edb0764f8 make impress templates language neutral to save space 2010-12-08 15:28:55 +00:00
Caolán McNamara
15a1cfa994 add -Wno-deprecated-declarations to avoid warnings about std::auto_ptr 2010-12-08 12:18:43 +00:00
Caolán McNamara
ac349a76b7 Use c++0x features to detect misuse of SAL_N_ELEMENTS and CONSTASCII 2010-12-08 10:30:18 +00:00
Caolán McNamara
ea24634c60 configure check for C++0x without Language Defect 757 2010-12-08 09:24:49 +00:00
Cédric Bosdonnat
9bd58d2220 linkoo: link the URE libs and jars as well 2010-12-08 00:32:25 +01:00
Robert Nagy
438bff402f unbreak the install target by adding the missing && token 2010-12-07 21:05:41 +01:00
Caolán McNamara
2b53e0dd07 make possible to build with c++0x 2010-12-07 15:25:53 +00:00
Caolán McNamara
02b091434c add some links here 2010-12-07 13:55:42 +00:00
Caolán McNamara
eb37094d68 closing the stream is sufficient to close zenity 2010-12-07 12:14:04 +00:00
Caolán McNamara
05a6a4993f include error message to explain copy failure 2010-12-07 12:14:04 +00:00
Thomas Klausner
d35a430199 Add NetBSD support for amd64 and for current compiler.
Should be merged with the generic gcc file, I'll do that as
a separate step.
2010-12-07 10:54:30 +01:00
Thomas Klausner
137a4680f2 Use "/usr/bin/env perl" to make it work on systems without /usr/bin/perl. 2010-12-07 10:54:30 +01:00
Thomas Klausner
66d4350b8c Also check for db4 in /usr/pkg/include.
This should use the compiler instead of manual path checking...
2010-12-07 10:54:30 +01:00
Thomas Klausner
3d2e5574c6 Display result for BrOffice branding line. 2010-12-07 10:54:30 +01:00
Thomas Klausner
3db757f687 Use bash as shell for this Makefile.
Using /bin/sh, this breaks on NetBSD (not even dmake is built).
2010-12-07 10:54:30 +01:00
Jan Holesovsky
86e5b4eff5 g: Give full path to the repo-list file. 2010-12-06 18:32:17 +01:00
Robert Nagy
56fc453fc2 use /usr/include/db.h as a last resort for berlekey db
the berkeley db header is installed as /usr/local/db.h
on debian/ubuntu
2010-12-06 18:30:22 +01:00
Michael Meeks
f5b4d0aadb remove libegg install 2010-12-06 16:40:25 +00:00
Michael Meeks
ad9ebf19c1 remove EGGTRAYLIB usage 2010-12-06 15:57:39 +00:00
Takeshi Abe
bfa9058d0e more occured replaced 2010-12-06 15:46:04 +00:00
Michael Meeks
c3ff3b09ea remove, obsolete libegg everywhere 2010-12-06 15:07:44 +00:00
Michael Meeks
e837f0c703 disable systray icon if gtk+ version is < 2.10.0 2010-12-06 15:02:59 +00:00
Norbert Thiebaud
f2cb89450f use the 'canonical' way to find JAVA_HOME on MacOS. 2010-12-06 07:29:42 -06:00
Norbert Thiebaud
b13a0c0cc3 download do g clone even if ./clone exist, to pick up changes in repo-list
repo-list can chage due to an autogen and/or a previous clone may have been
incomplete.
2010-12-05 19:10:02 -06:00