summaryrefslogtreecommitdiff
path: root/Module_tail_build.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-11-04Enough with that...Norbert Thiebaud1-2/+0
peter's gbuildifications caused and ocean of red, that 1/ was not followed up by any attempt by the author to fix 2/ I wasted a good part of the weekend to de-entangle with only partial sucess reverting the whole mess for now... to be resubmited when a bit less borked... This reverts commit c4c160a4519f20d50e7189ef92aac99b83c4cc6a. This reverts commit faef2e51d0c7b74334a11400b205daf382805780. This reverts commit 057ce1fe2911f51be97199bf95e175db8aebfa42. This reverts commit a7d34af344900233ba08aee2a56a3daf85ab2421. This reverts commit befae0ceb80deb4623f3e41ff88b6dcb63eca0ad. This reverts commit 433b43bcd2dbd146a9d6342fab0704d653c50d29. This reverts commit 93e2c4a9d257ebbe794fbaba888229857e7c42d8.
2012-11-04convert lcms2 to gbuildPeter Foley1-0/+1
Change-Id: I96de6b20b2a68f0982a30d33359e9e9cda9e642c
2012-11-03convert lpsolve to gbuildPeter Foley1-0/+1
Change-Id: I0038b21a1b3bde4d8d3f5dd0092d15d858336680
2012-11-03convert hyphen to gbuildPeter Foley1-0/+1
Change-Id: I55b3832128aa096eb44b67a26ec2afeb6c573604
2012-10-29convert curl to gbuildPeter Foley1-0/+1
Change-Id: I8c038a0c59660f4fb672d71c08e6ee0b56c302ee
2012-10-28convert hunspell to gbuildPeter Foley1-0/+1
Change-Id: I285292ca7f7252399c3898ca49f73727ab569fca
2012-10-28openldap: convert to gbuildMatúš Kukan1-0/+1
Change-Id: Ic1c4c58a09fd41bce78731e61349baa129f5e935
2012-10-28epm: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
2012-10-28convert mythes to gbuildPeter Foley1-0/+1
Change-Id: I9c6b670a2df8b1d3a868d91737fcf93e7d40bcb4
2012-10-28add languagetool to tail_buildMatúš Kukan1-0/+1
Change-Id: Id42c86bc5e6deaaa3215beefcf06474b5049e6e3
2012-10-28fix x11_extensions deliveringMatúš Kukan1-1/+1
Change-Id: Ib9de68943db9a29f2cd00d1388e473b242a2a866
2012-10-25add sal to tail_buildPeter Foley1-0/+1
Change-Id: Id398311fe86dbd81e5d1cbdf129783e659973737
2012-10-25graphite: convert to gbuildMatúš Kukan1-1/+2
Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
2012-10-25remove all traces of saxonDavid Tardon1-1/+0
Change-Id: I33ca2c27d557d24e3900d7ebf8f3ea2d99b3cfb0
2012-10-24freetype: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I67f550385fa1f4073873f1e503eb153665e718ef
2012-10-24fontconfig: convert to gbuildMatúš Kukan1-0/+1
Change-Id: Ia0ba9294e36c30147ed52826eac4b0059cfed200
2012-10-23add ct2n to tail_buildPeter Foley1-0/+1
Change-Id: Idc46fff0e019e114d67600fcf8ce4b46e791c100
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+0
Change-Id: I313afb391562adae4f91c55480a036c228e0b540
2012-10-21convert postgresql to gbuildPeter Foley1-0/+1
Change-Id: Ia1345904a819d8edfad53c8882be35b398e8bc6e
2012-10-12convert librsvg to gbuildPeter Foley1-0/+1
Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
2012-10-05gbuildification of jfreereportDavid Ostrovsky1-0/+1
In dmake jfreereport build system an intermediate directory classes was used. All artefacts that created during build were copied there, including external apache-commons-logging.jar. Finally java system property was used -Dlib=classes. In gbuild we don't want to mess with copying artefacts around. The artefacts are packaging in $(OUTDIR)/bin and java system property points to -Dlib=$(OUTDIR)/bin. However the dependencies must be set inside jfreereport module, because of jar interdependency: liblayout depends on other jars and flow-engine depends on liblayout. This is achived with new function gb_ExternalProject_use_packages. Special treatment is necessary when system apache-commons library is used, in which case it is not reside in $(OUTDIR)/bin, but in /usr/share/java/commons-logging.jar or in custom location. For that purpose the both patches: flow-engine.patch and liblayout.patch were extended and new java system property was introduced -Dcommons-logging.jar and passed to the build.xml. A dependency from liblayout to apache-commons-logging is set. jfreereport was moved to tail_build module. Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e Reviewed-on: https://gerrit.libreoffice.org/761 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-02gbuildification of rhinoDavid Ostrovsky1-0/+1
Default patch level 3 was not working here and must be overriden with gb_UnpackedTarball_set_patchlevel function with 2. New java file OfficeScriptInfo.java was extracted from rhino1_5R5.patch and added with gb_UnpackedTarball_add_file. Change-Id: Iba25b2350caffd943af93f59fa2139332b009ef2 Reviewed-on: https://gerrit.libreoffice.org/752 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-02gbuildification of beanshellDavid Ostrovsky1-0/+1
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7 Reviewed-on: https://gerrit.libreoffice.org/745 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-01add saxon to tail_buildDavid Tardon1-0/+1
Change-Id: I01e2b99a2618c3b4e5e80dc9e38652e75ef5217d
2012-09-29add tomcat to tail_buildNorbert Thiebaud1-0/+1
Change-Id: Ida93051b4b631d24e738584a8a3ff2e24ea7bd7a
2012-09-29add apache_commons to tail_buildNorbert Thiebaud1-0/+1
Change-Id: I0365a5170011ad44b9a0ab8f1129a756884694d5
2012-09-29beautify Module_tailbuild a bitNorbert Thiebaud1-149/+109
Change-Id: If54d57c962c6cb97c539e46f2ea747668706770e
2012-09-27add --with-system-ucppRene Engelhard1-1/+3
Change-Id: Ic322d1be23033049fa3b5cd60c00479bb6cae3ca
2012-09-26xsltml: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I7074c377b6a8f8250adcae73178882fc9e68c696
2012-09-26gbuildification of afmsNorbert Thiebaud1-0/+3
Change-Id: I7ead3e90c9037289b917820c20f5265d5b080b47
2012-09-23gbuildification of more_fontsNorbert Thiebaud1-0/+3
Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a
2012-09-23keep the lists alphabetically sortedDavid Tardon1-5/+8
Change-Id: I82734285736dd9ee5236f522892bd80a80f520fc
2012-09-23do not build what is not necessaryDavid Tardon1-2/+6
Change-Id: I6fb9ff64c2cc408bf4133ddcee4a255b54078e41
2012-09-23add translations to tail_buildDavid Tardon1-0/+3
Change-Id: Ibb4d777b216a1782b17dfd9a24c3ee839ccdd980
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky1-4/+7
Change-Id: I8698d2da889d74a9f806c01f520ac0cbcca67b03
2012-09-22add newly eligible modules to tail_buildDavid Tardon1-0/+28
Change-Id: I3afc9dfb56ab29abaec1cb5dc60689be3243a1b1
2012-09-22neon: convert to gbuildMatúš Kukan1-0/+3
Change-Id: I1cca0e3be7e148c835af26d2c001878b849e8432
2012-09-18add --with-system-bluez and alöllow disabling of sdremoteRene Engelhard1-1/+3
Change-Id: I1b0dbc8e8efa7535bdc699e343e31594af00d553
2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar1-0/+1
we may want to use syntax highlighter class from svtools later, which is not available for l10ntools Change-Id: I5a06b77cb6935e3ef68015fb608aa26ac7c53fac
2012-09-11add mdds to tail_build againMatúš Kukan1-0/+1
Change-Id: I77a90f816d062bdc9ca4de6e151593e264e4c042
2012-09-11liborcus: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I6a0d869526ffd40bfe5ff81267f241c049d050f0
2012-09-09get mdds out of tail_build; liborcus depends on itMatúš Kukan1-1/+0
Change-Id: I0c09260911b3979c5eb8aa33c25073bec105b987
2012-09-08libcmis: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
2012-09-08libwpd: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I5a8d3979e8b3e1e3d33882715fbb61f37bf27e35
2012-09-08libwpg: convert to gbuildMatúš Kukan1-0/+1
Change-Id: If440c551aedf805eb364c0fe575e8c5f4f66c18f
2012-09-08libcdr: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I067ab0a4559bf7ee0da36a67567e0db9a6e34f87
2012-09-08libmspub: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I502c849e40d84e6038b0b83fe344699944ec4a8f
2012-09-08libwps: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I8f5312d9751d4bc4f26feb1d58b1c4b3184441c0
2012-09-08libvisio: convert to gbuildMatúš Kukan1-0/+1
Change-Id: Ie52c2ed87bf7631877bdf9a4cffc2f0a8fb3736c
2012-08-31mdds: convert to gbuildMatúš Kukan1-0/+1
Change-Id: I7db5dd20e41297efbabef22f559b5552f3afff0f