summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky2010-12-201-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.in scp2/source/extensions/directory_extensions.scp scp2/source/extensions/module_extensions.scp scp2/source/ooo/file_ooo.scp set_soenv.in solenv/bin/modules/installer/download.pm solenv/bin/modules/installer/helppack.pm solenv/bin/modules/installer/windows/createfolder.pm solenv/bin/modules/installer/worker.pm solenv/bin/ooinstall
| * actually add WITH_HELPPACK_INTEGRATION to set_soenv.inRene Engelhard2010-12-171-0/+1
| |
| * AC_SUBST gperf (fdo#32195)Rene Engelhard2010-12-141-0/+1
| |
| * Propagate the WITH_EXTENSION_INTEGRATION variable to build environmentFridrich Štrba2010-12-131-0/+1
| |
| * rename to with_themes, and test scp2 a littleMichael Meeks2010-12-091-1/+1
| | | | | | | | | | | | Conflicts: scp2/source/ooo/module_hidden_ooo.scp
| * v3 of the configure.in/scp2 patch to allow selecting themesSebastian Spaeth2010-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * merge a modified version of patches/dev300/system-db-check.diffRobert Nagy2010-12-011-0/+2
| | | | | | | | | | try to find all the supported db headers and libs in all the "standard" directories
| * Adds OxygenOffice extras as configurable optionalKalman Szalai - KAMI2010-11-301-0/+4
| | | | | | | | | | | | | | | | | | Introduces: --enable-extra-gallery - for additional galleries --enable-extra-template - for additional templates --enable-extra-sample - for additional samples --enable-extra-font - for additional fonts configure options.
| * set correct $outfile for OpenBSDRobert Nagy2010-11-081-1/+1
| |
| * pick up system jpeg on openbsdRobert Nagy2010-11-081-2/+4
| |
| * OpenBSD needs /usr/local/lib in SOLARLIBRobert Nagy2010-11-081-2/+6
| |
| * make LibreOffice boostrap on OpenBSDRobert Nagy2010-11-081-6/+52
| |
| * Don't add an explicit -L/usr/lib or -L/usr/lib64.Jan Holesovsky2010-11-031-2/+4
| | | | | | | | It breaks KDE3 build on SUSE.
* | AC_SUBST gperf (fdo#32195)Rene Engelhard2010-12-131-0/+1
| |
* | Propagate the WITH_EXTENSION_INTEGRATION variable to build environmentFridrich Štrba2010-12-131-0/+1
| |
* | Remove obsolete gcc tests for gcc < 3.4Sebastian Spaeth2010-12-101-18/+3
| |
* | Don't "sed" bash away in configure just to add it back in set_soenvSebastian Spaeth2010-12-101-2/+2
| | | | | | | | | | | | | | 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>
* | rename to with_themes, and test scp2 a littleMichael Meeks2010-12-091-1/+1
| |
* | v3 of the configure.in/scp2 patch to allow selecting themesSebastian Spaeth2010-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | configure check for C++0x without Language Defect 757Caolán McNamara2010-12-081-0/+1
| |
* | Add NetBSD support for amd64 and for current compiler.Thomas Klausner2010-12-071-2/+18
| | | | | | | | | | Should be merged with the generic gcc file, I'll do that as a separate step.
* | make smoketest use ooinstal to build its install setCaolán McNamara2010-12-021-0/+1
| |
* | Add with-linked-git and make repo list configurableThorsten Behrens2010-12-021-0/+3
| | | | | | | | | | | | | | * adds --with-linked-git config option, that internally uses git-new-workdir * consolidates various repo lists into bin/repo-list, and use that to dynamically add l10n repo
* | merge a modified version of patches/dev300/system-db-check.diffRobert Nagy2010-12-011-0/+2
| | | | | | | | | | try to find all the supported db headers and libs in all the "standard" directories
* | Makefile.in: Introduce the 'install' target.Jan Holesovsky2010-12-011-1/+2
| | | | | | | | | | You can use it like 'make install', or 'make install prefix=/path', to override what has been set by ./configure.
* | correct the instructions:./download and ./g clone are implicit with makeNorbert Thiebaud2010-11-301-1/+0
| |
* | build: Update the download location for the external tarballs.Jan Holesovsky2010-11-301-3/+4
| |
* | Adds OxygenOffice extras as configurable optionalKalman Szalai - KAMI2010-11-301-0/+4
| | | | | | | | | | | | | | | | | | Introduces: --enable-extra-gallery - for additional galleries --enable-extra-template - for additional templates --enable-extra-sample - for additional samples --enable-extra-font - for additional fonts configure options.
* | buildfix-x86-64-visibility-workaround.diff: migrate to gitFridrich Štrba2010-11-251-0/+2
| |
* | Don't set RSC_ONCE, it is unusedSebastian Spaeth2010-11-161-2/+1
| | | | | | | | | | RSC_ONCE was invariably set to true but was not used afterwards. So remove it.
* | set_soenv: remove leftovers from tcsh and .bat file supportSebastian Spaeth2010-11-101-5/+0
| | | | | | | | | | | | | | | | This silences the new "Unknown type!" error messages at the end of a ./configure run. This should not make any functional difference, as the support for those in ToFile was already missing.
* | Make the configure run less verbose (without losing information)Sebastian Spaeth2010-11-101-24/+7
| |
* | Pass thru PYTHON, found by configure.Thomas Klausner2010-11-061-1/+5
| | | | | | | | Will be used by filter/source/config/fragments/makefile.mk.
* | Pass thru MOZ_NSS_LIBS, autodetected by configure and needed by xmlsecurity.Thomas Klausner2010-11-061-0/+1
| |
* | Fix path to the right libraries for MS C/C++ x_64Jesús Corrius2010-11-051-5/+13
| |
* | pick up system jpeg on openbsdRobert Nagy2010-11-051-2/+4
| |
* | OpenBSD needs /usr/local/lib in SOLARLIBRobert Nagy2010-11-051-2/+6
| |
* | Add --enable-cl-x64 optionJesús Corrius2010-11-051-0/+1
| |
* | Remove obsolete --enable-cl-standardJesús Corrius2010-11-041-1/+0
| |
* | make LibreOffice boostrap on OpenBSDRobert Nagy2010-11-041-6/+52
| |
* | Don't add an explicit -L/usr/lib or -L/usr/lib64.Jan Holesovsky2010-11-031-2/+4
| | | | | | | | It breaks KDE3 build on SUSE.
* | bootstrap/set_soenv: remove unused variablesSebastian Spaeth2010-11-031-9/+2
| | | | | | | | | | | | | | The variables $unsetenv, $setenv, $unset, $set $D, $answer were unused in this script and have been removed. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* | bootstrap/soenv: remove tcsh version of LinuxX86-64Env.SetSebastian Spaeth2010-11-031-75/+42
|/ | | | | | | | | Previously we would have been writing out LinuxX86-64Env.Set and LinuxX86-64Env.Set.sh which made my autocompletion useless. Simplify the set_soenv.in to actually only produce 1 version which makes us require bash as interactive build shell. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
* bin aggRene Engelhard2010-10-291-3/+0
|
* Add zenity systray support to the build.Luke Dixon2010-10-261-0/+1
| | | | Adds also a configure option '--enable-zenity' used to enable this feature.
* cleanup / remove obsolete pam config piecesMichael Meeks2010-10-251-3/+0
|
* Fix typo in operating system name.Thomas Klausner2010-10-191-1/+1
|
* Enable Microsoft Visual C++ 10 compiler in the build systemJesús Corrius2010-10-151-0/+4
|
* support for Qt's event loop Glib integrationLuboš Luňák2010-10-141-0/+3
|
* Improve error reporting accuracy, to help people re-buildMichael Meeks2010-10-141-0/+2
|