summaryrefslogtreecommitdiffstats
path: root/scp2/Module_scp2.mk
Commit message (Collapse)AuthorAgeFilesLines
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-3/+0
| | | | | | | Change-Id: I3df1216054c133314b2317849744a0a37e9fbc8f Reviewed-on: https://gerrit.libreoffice.org/13733 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* scp2: move firebird into base.Andrzej Hunt2014-04-071-3/+0
| | | | Change-Id: I35f9b2dcb821bda0ea97de12a8ae8d27915f6b3e
* Remove *_Test product, so cppunittester can be NONE againStephan Bergmann2013-10-181-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...as per #libreoffice-dev IRC: Sep 19 10:32:24 <mst__> sberg, moggi why the hell is that thing named "cppunit/cppunittester" and inside a subdir? it's obstructing my attempt to put it in $(INSTDIR)/program Sep 19 10:33:28 <mst__> (... and if you wonder "wtf does it have to do with INSTDIR" you have never heard of awesome LibreOffice_Test installset.... not that i would know who needs it :) Sep 19 10:36:36 <sberg> mst__, it is in a subdir of solver/*/bin so that on Windows it would not accidentally have picked DLLs next to itself instead of the module-local DLLs it was supposed to test (back when we had module-local output trees) Sep 19 10:37:02 <mst__> sberg, ahh hysteric reasons then, /me renames it Sep 19 10:37:55 <tml> mst__, if nobody you know uses LibreOffice_Test, just kill it? Sep 19 10:38:59 <sberg> mst__, tml, LibreOffice_Test was conceived by pmladek and/or kendy, IIRC Sep 19 10:40:31 * kendy does not remember anything about it :-) Sep 19 10:42:17 <sberg> wasn't that something so users (or QA people?) could easily run the smoketest against an installation, to see whether the installation is any good at all, by installing that LibreOffice_Test alongside the installation proper? Sep 19 10:43:26 <sberg> mst__, ...and I'd unscientifically vote to kill it Sep 19 11:34:23 <pmladek> mst__, sberg: I have created the LibreOffice_Test package for one QA guy. He does not longer work on LO. I am not sure if anyone else started to use it. So, I think that it can be killed. Oct 17 18:18:07 <tml_> sberg: have you ever noticed that when you try to actually run instdir/unxmacxi/LibreOfficeDev.app , the system actually tries to run cppunittester inside the app bundle (it says so in the crash report) (it crashes because cppunittester requires a specialized DYLIB_LIBRARY_PATH apparently) Oct 17 18:19:29 <tml_> I suspect that the system when cppunittester as part of the build process is run from inside instdir (i.e. inside an app bundle) the system "caches" this false knowledge, and thinks that the executable of the app bundle is cppunittester... Oct 17 18:19:36 <sberg> tml_, no, never noticed; with "run instdir/unxmacxi/LibreOfficeDev.app" you mean calling "open instdir/unxmacxi/LibreOfficeDev.app"? (I always call .app/Contenst/MacOS/program explicitly) Oct 17 18:19:52 <tml_> yes, I mean "open instdir/..." Oct 17 18:20:53 <tml_> some googling tells me that at least years ago, the CFBundleExecutable key in the Info.plist is ignored if it is manually changed, so I guess similar caching of mapping between an app bundle and which executable to actually run happens in this case Oct 17 18:23:17 <tml_> and last year somebody even claims "And while on Mountain Lion, CFBundleExecutable seems to be a no-op", which would be odd, surely there must be widely used apps that have several executables inside the MacOS directory; how would the system know which one to run when the app is run? Oct 17 18:24:38 <tml_> hmm, apparently the code that handles this might be open source even, http://www.opensource.apple.com/source/CF/CF-744.18/CFBundle.c Oct 17 18:25:52 <tml_> some mention of "caches" there yes, my guesses might be right Oct 17 18:27:05 <tml_> if I cp -R instdir/unxmacxi/LibreOffice.app foo.app and open foo.app, it works fine Oct 17 18:28:33 <tml_> anyway, I guess it would be cleaner to have cppunittester somewhere else even without this problem Oct 17 18:37:09 <sberg> tml_, yes, IIRC having cppunittester in instdir was a misguided mst decision, because that odd LibreOffice_Test product (that pmladek said nobody needs any longer anyway) includes it; I think consensus was to kill LibreOffice_Test and move cppunittester where all the other NONE executables are, but looks like nobody executed Oct 17 18:37:55 <tml_> ah ok, so mst should know what needs to be done? good, no need for me to try to hack this now then Oct 17 18:38:19 <sberg> tml_, I'll do the cleanup tomorrow, unless somebody beats me This removes smoketest/losmoketest et al along with the *_Test product, as they seem to not make sense without it anyway. smoketest/Executable_libtest.mk appears to be a test that could also be run during the build, and only ended up in the *_Test product by accident, so I left it untouched for now. Change-Id: I8024472c909fe0a885eb08ef4d3777f8a9e1f7c8
* remove WITH_ACTIVEX_COMPONENTMatúš Kukan2013-09-171-1/+1
| | | | Change-Id: I3320b3ce3307598a479dfac5b120e85441c670dc
* Fix --disable-firebird-sdbc.Andrzej J.R. Hunt2013-07-161-1/+3
| | | | Change-Id: I040049b4c034858f4be4aa580a17fd8bb5986396
* Setup Firebird installation / scp2 details.Andrzej J.R. Hunt2013-07-161-0/+1
| | | | Change-Id: I03393b08db5878b099a2e71b9b515b707a386e3f
* gbuild: s/AutoInstallLibs/AutoInstall/gMatúš Kukan2013-06-101-1/+1
| | | | Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
* fdo#60924 autoinstall - gbuild/scp2: add canvas moduleMarcos Paulo de Souza2013-06-091-1/+0
| | | | Change-Id: I740ee32653059669e299ab52f7709319a8534f21
* gbuild: simplify AutoInstallLibs makefilesMatúš Kukan2013-06-071-11/+1
| | | | Change-Id: I19a0daab185a1ef25f9354f551f8cb0c03064cb1
* fdo#60924 autoinstall - gbuild/scp2: add impress moduleMarcos Paulo de Souza2013-06-061-0/+1
| | | | | | | Change-Id: Id1256a9b62d72bce6a225d2b022865a31c01e25d Reviewed-on: https://gerrit.libreoffice.org/4180 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
* fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza2013-06-061-0/+1
| | | | | | | Change-Id: Iee1000ff245c369446a9e671a3f7c637f76f989b Reviewed-on: https://gerrit.libreoffice.org/4153 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
* fdo#60924 autoinstall - gbuild/scp2: add math moduleMarcos Paulo de Souza2013-06-011-0/+1
| | | | | | | | Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8 Reviewed-on: https://gerrit.libreoffice.org/4065 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* fdo#60924 autoinstall - gbuild/scp2: add onlineupdate moduleMarcos Paulo de Souza2013-05-231-0/+1
| | | | Change-Id: Ib541799e5bd8c95878d61dadbad2bcca80d44367
* scp2: only package the sdk if it is enabled.Michael Meeks2013-05-151-2/+4
| | | | Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63
* fdo#60924 autoinstall - gbuild/scp2: add graphicfilter moduleMarcos Paulo de Souza2013-05-091-0/+1
| | | | | | | Change-Id: I7823b4f0d8b7ab99ef549361a89f12036bf63270 Reviewed-on: https://gerrit.libreoffice.org/3827 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#60924 autoinstall - gbuild/scp2: add gnome moduleMarcos Paulo de Souza2013-05-071-0/+1
| | | | | | | | | Conflicts: Repository.mk scp2/Module_scp2.mk solenv/gbuild/Helper.mk Change-Id: I37570787815d85d30eed3b5291e1e4450e5ffd51
* fdo#60924 autoinstall - gbuild/scp2: add tde moduleMarcos Paulo de Souza2013-05-071-0/+1
| | | | Change-Id: I4c13d1cd4b7490a0b4db8f0dd40d823a5906c8aa
* fdo#60924 autoinstall - gbuild/scp2: add kde moduleMatúš Kukan2013-05-041-0/+1
| | | | Change-Id: Id1a836da9b97ba2b542b68cfa650fede523b0a0e
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* scp2: forgot to include AutoInstallLibs_writer.mkMatúš Kukan2013-04-151-0/+1
| | | | Change-Id: If91d957a362a29dbff6a8b1e7485d916b36dd053
* autoinstall ure private librariesMatúš Kukan2013-04-111-0/+1
| | | | Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
* remove stale javafiltersAndras Timar2013-03-031-3/+0
| | | | Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
* Kill the --without-system-stdlibs optionFridrich Štrba2013-02-191-3/+0
| | | | Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
* Remove the need to manually register libs in scp2Bjoern Michaelsen2013-02-151-0/+1
| | | | | | | | | | | | | | | | | | - we have all the needed information in gbuild - reduce the amount of double and triple bookkeeping - hopefully the generated files for scp2 are only a intermediate step and we can do whatever perl voodoo scp2 does directly in gbuild - currently using basctl as an example - this also means we have to be more strict in Repository.mk with what we register: - if we dont build a libs, it shouldnt be registered (otherwise scp2 will want the nonexisting lib) - in the end, this is a Good Thing(tm): we dont want anyone trying to e.g. link against a lib we dont build - should now hopefully work on all platforms - added module bookkeeping to gbuild Change-Id: I241ca67edbfabae83859274f9aa35d2d26165ef6
* there is no standalone URE installationMatúš Kukan2013-01-161-4/+0
| | | | | | | | ..I hope :-). URE is part of normal installation. - removes script from scp2 and unused stuff from instsetoo_native. - removes also OxygenOffice mentioned in openoffice.lst. Change-Id: I1673c06aa84ae0eb2adda2df78a50a5c5d0761c1
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* binfilter.die.die.dieNorbert Thiebaud2012-11-091-3/+0
| | | | | | | Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan2012-09-191-2/+0
| | | | | | | | | This is first in do-not-duplicate-stuff-in-solver patch series. Adds direct include path for gb_ScpPreprocessTarget. Avoids copying .par files by using gb_InstallScriptTarget__get_dirs for include paths. Change-Id: I0a2b76accbbe7f33c83816fb8ad69cc29590e9e2
* fdo#54450 install evolution DB driver correctlyDavid Tardon2012-09-071-1/+1
| | | | Change-Id: I0b6eb67014a61e22981f1f6be488fa762d639554
* gbuildize scp2David Tardon2012-05-291-0/+89
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615