Commit Graph

24 Commits

Author SHA1 Message Date
7a878f9c5f gbuild: s/AutoInstallLibs/AutoInstall/g
Change-Id: I582a841ea3b2a882cbdc1556058b007a8667024a
2013-06-10 20:03:02 +02:00
17704f59cc fdo#60924 autoinstall - gbuild/scp2: add canvas module
Change-Id: I740ee32653059669e299ab52f7709319a8534f21
2013-06-09 23:01:36 +02:00
9edb6984a1 gbuild: simplify AutoInstallLibs makefiles
Change-Id: I19a0daab185a1ef25f9354f551f8cb0c03064cb1
2013-06-07 15:09:53 +02:00
a6f81b3a98 fdo#60924 autoinstall - gbuild/scp2: add impress module
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>
2013-06-06 22:30:59 +00:00
53070b048a fdo#60924 autoinstall - gbuild/scp2: add base module
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-06-06 12:46:10 +00:00
8a58bc2535 fdo#60924 autoinstall - gbuild/scp2: add math module
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>
2013-06-01 07:03:56 +00:00
2feb756dd5 fdo#60924 autoinstall - gbuild/scp2: add onlineupdate module
Change-Id: Ib541799e5bd8c95878d61dadbad2bcca80d44367
2013-05-23 09:26:24 +02:00
3f70a6c0f8 scp2: only package the sdk if it is enabled.
Change-Id: Id5798c97d3dcfd997ce56f7a7ea72660c9b86c63
2013-05-15 12:12:41 +01:00
67dd958fdb fdo#60924 autoinstall - gbuild/scp2: add graphicfilter module
Change-Id: I7823b4f0d8b7ab99ef549361a89f12036bf63270
Reviewed-on: https://gerrit.libreoffice.org/3827
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
2013-05-09 03:30:52 +00:00
36564f36a8 fdo#60924 autoinstall - gbuild/scp2: add gnome module
Conflicts:
	Repository.mk
	scp2/Module_scp2.mk
	solenv/gbuild/Helper.mk

Change-Id: I37570787815d85d30eed3b5291e1e4450e5ffd51
2013-05-07 22:36:12 +02:00
4656a89b0b fdo#60924 autoinstall - gbuild/scp2: add tde module
Change-Id: I4c13d1cd4b7490a0b4db8f0dd40d823a5906c8aa
2013-05-07 22:36:11 +02:00
d0e099fb5f fdo#60924 autoinstall - gbuild/scp2: add kde module
Change-Id: Id1a836da9b97ba2b542b68cfa650fede523b0a0e
2013-05-04 17:36:46 +02:00
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
df7e5114ba scp2: forgot to include AutoInstallLibs_writer.mk
Change-Id: If91d957a362a29dbff6a8b1e7485d916b36dd053
2013-04-15 18:35:40 +02:00
c9c963d3e6 autoinstall ure private libraries
Change-Id: Ia390c4d4a9be4b5520fd82a573029ea242f9ffb9
2013-04-11 16:44:25 +02:00
a5783fe922 remove stale javafilters
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-03 19:19:26 +01:00
3708fe8434 Kill the --without-system-stdlibs option
Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
2013-02-19 10:05:23 +01:00
c743324292 Remove the need to manually register libs in scp2
- 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
2013-02-15 19:31:40 +01:00
33b05d5de7 there is no standalone URE installation
..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
2013-01-16 14:29:24 +01:00
c29098917a Get rid of (most uses of) GUI
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>
2012-12-25 17:53:25 +00:00
060219ac1a binfilter.die.die.die
Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3
Reviewed-on: https://gerrit.libreoffice.org/1014
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-09 07:58:02 +00:00
69a98d23e4 gbuild: avoid unnecessary Packages while processing scp2 files
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-09-19 21:06:53 +02:00
5e19849479 fdo#54450 install evolution DB driver correctly
Change-Id: I0b6eb67014a61e22981f1f6be488fa762d639554
2012-09-07 12:45:11 +02:00
cdf8d40394 gbuildize scp2
Change-Id: If9a0906a76943160cfdbd647b26a801bc4389615
2012-05-29 07:34:18 +02:00