summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_base.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-10-29scp2: move base executables to AutoInstallMichael Stahl1-0/+1
Change-Id: I772bbfc05d4f8fd38df7a75d3b0982c843be2524
2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist1-1/+0
In other words, only executable files go in the MacOS folder. Dynamic libraries and bundled frameworks (i.e., LibreOfficePython), and nothing else, go in the Frameworks folder, and all other files go in the Resources folder. Especially, note that Java class files and rc (.ini) files also go in Resources. Such an app bundle structure is what Apple strongly suggests one should use, and it has been hinted that future versions of code signing and/or Gatekeeper will require such a structure. There is still some ugliness thanks to traces of the historical separation of URE from "the office". Like there are two separate "unorc" files, one for URE, one for the LibreOffice application. IMHO, this should be cleaned up, but is probably controversial. (Eek! I now see there are actually *three* unorc files in the app bundle. Not intentional. Need to fix that later.) Change-Id: Idcf235038deb5b8e1d061734993e9f31869b7606
2014-07-20scp2: move postgresqlsdbc libraries to AutoInstallMichael Stahl1-1/+4
Change-Id: Ia96e85191d877ebfd7621f7aa572f29e6482716c
2014-04-07scp2: move firebird into base.Andrzej Hunt1-0/+3
Change-Id: I35f9b2dcb821bda0ea97de12a8ae8d27915f6b3e
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist1-4/+4
Change all instances of hardcoded "program", "share" etc subfolder names to use those from <config_folders.h> instead. In normal builds, the end result will not change. Change-Id: I91c95cd8e482818be67307e889ae6df887763f53
2013-07-16fb-sdbc: installing lib and resources.Javier Fernandez1-1/+0
Change-Id: I2d7bf2b4308b9e52ebadd0d73f43baf469f506a6
2013-07-16Firebird: initial implementation of the skeleton driver.Javier Fernandez1-0/+1
Change-Id: I45087282fe7b7fc5bcebeeb2bbb79d0db1e043bd
2013-06-06fdo#60924 autoinstall - gbuild/scp2: add base moduleMarcos Paulo de Souza1-0/+2
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>
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-22/+4
2013-03-18fdo#61950 move report builder from bundled extensions to plain codeDavid Ostrovsky1-3/+4
For test sample report from fdo#61726 can be used. Change-Id: Iacf8ddc4cf8ad0a408d72e18ecb7237476afeffe Reviewed-on: https://gerrit.libreoffice.org/2718 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2012-09-19gbuild: avoid unnecessary Packages while processing scp2 filesMatúš Kukan1-5/+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
2012-05-29gbuildize scp2David Tardon1-0/+52
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615