summaryrefslogtreecommitdiffstats
path: root/postprocess
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up to 5fc9a33b9a684eff92bdf1bad705dbc5986098ceTor Lillqvist2014-02-031-1/+3
| | | | Change-Id: I07c7d831fc75a6020e03993c6b087562e5422b32
* related: fdo#73682 Introduce HTML detection serviceMaxim Monastirsky2014-01-231-0/+1
| | | | | | | Change-Id: I66bb579019ce8411b821c623955a454fd81cf811 Reviewed-on: https://gerrit.libreoffice.org/7600 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
* Add more logging so that we have the info even in case of weird crashes.Jan Holesovsky2014-01-141-0/+3
| | | | Change-Id: I5888fb3e1ffa1bfdf9b91c06087ef5b7ccbb82ec
* Drop the unnecessary extra directory levelKhaled Hosny2014-01-011-1/+1
| | | | | | | Just like other lingucomponent parts, besides altlinuxhyph is a historical library name that no longer exist. Change-Id: I803c4483633c3c8993d70e0057f0c825b1020ace
* Improve CppunitTest_servicesStephan Bergmann2013-12-192-41/+36
| | | | Change-Id: I4b22ce7e5fa91d5008f72e1f351d25063065ba43
* --disable-atl disables winaccessibilityIsamu Mogi2013-12-191-1/+1
| | | | | | | Change-Id: I548ea294e6c632b8ae95e6745a51d9b12c7e5297 Reviewed-on: https://gerrit.libreoffice.org/7130 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* missing boost_headers externalMatúš Kukan2013-12-181-0/+4
| | | | Change-Id: Ib30dddbc1b105c89c5882f5f857dc20134eca7e6
* Add a unit test trying to create every available service with default ctor.Matúš Kukan2013-12-183-0/+132
| | | | Change-Id: I79e70aeabdb816eaf7a719d2094034d78d11c90b
* postprocess registry is a l10n-relevant targetBjoern Michaelsen2013-12-161-1/+3
| | | | Change-Id: I349fb24a388775c58be7a326832b3fc0ec38180f
* fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza2013-12-111-1/+0
| | | | | | | Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
* fdo#39956 Delete JABDavid Ostrovsky2013-12-051-6/+1
| | | | | | | | | | | JAB has been discontinued in favor of the native IA2 bridge. Change-Id: I88461f73c620507d3e97b077ea2abdd2229322e1 Reviewed-on: https://gerrit.libreoffice.org/6819 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* We need an ENABLE_CURL, tooTor Lillqvist2013-12-051-1/+1
| | | | | | | | It is not enough to just have CURL in BUILD_TYPE or not. At least the ftp UCP requires libcurl unconditionally, so it can't be built if we don't have either a system or bundled libcurl. Change-Id: I38e9939acb160d581e9a070a6cd7a0c89ddb5266
* Let's try to manage without building libcmis for iOSTor Lillqvist2013-12-051-1/+1
| | | | | | | libcmis needs curl and sice 618052e201318bcfba8a0fcdd29cf88eaa4a143e we don't build that for iOS. Change-Id: I78b5faa1a997a3e304cdbd80e254eab370caf552
* fdo#60698: Merge hatchwindowfactory into svtMarcos Paulo de Souza2013-12-041-1/+0
| | | | | | | | | | | They are used at same conditions, and hatchwindowfactory just have four files, so we don'y have any reason to keep them separated. Change-Id: Iae3bb26ab1e95a309bf0d83c4ef17a0bf0261179 Reviewed-on: https://gerrit.libreoffice.org/6811 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* fdo#60698: Merge tvhlp1 into ucpchelp1Marcos Paulo de Souza2013-12-021-1/+0
| | | | | | | | | | | tvhlp1 just have 2 files, and this lib is used always with ucpchelp1. By these reasons, we can merge these 2 libs. Change-Id: I515f9c12893c986279ffac91b83879c467b091c7 Reviewed-on: https://gerrit.libreoffice.org/6820 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* put CJK/CTL .xcds into instdirDavid Tardon2013-11-281-0/+12
| | | | Change-Id: Ibbc34014f91c8f1ce73a6e9a8f61fa421fdb9144
* fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza2013-11-211-1/+0
| | | | | | | | Change-Id: Ifd328ff3ce12364e95d05405759df6588b3a86bc Reviewed-on: https://gerrit.libreoffice.org/6503 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
* Gbuildify winaccessibility serviceDavid Ostrovsky2013-11-191-2/+5
| | | | | | | | | | Conflicts: winaccessibility/source/UAccCOM/UAccCOM.def winaccessibility/source/service/AccObjectWinManager.cxx winaccessibility/source/service/checkmt.cxx winaccessibility/source/service/checkmt.hxx Change-Id: Ia66872bee7c70c840c1bd5caa626bf63eac9ef7c
* datastreams: add toolbar buttons to stop / resume streamingMatúš Kukan2013-11-131-0/+1
| | | | Change-Id: I601a4a174ea191c799623d29ed6eb229f9f372da
* postprocess: remove dependency on AllPackagesMichael Stahl2013-11-121-1/+0
| | | | | | | | | This was introduced with f624144e41291c11f3892dda1027221989d704be but hopefully should no longer be necessary nowadays because the dependencies on the individual xcd files should be sufficient; it can lead to not really necessary rebuilds of the registry xcd files. Change-Id: I189c54d9c61eb0a1f8ec286b0a4e55e83eb08c26
* officecfg: move the reportbuilder filter configuration to filter/Michael Stahl2013-11-071-2/+2
| | | | Change-Id: Ied496ddbc4d5341a8e1e15d760df775eee19f850
* remove INPATH and PROEXTMichael Stahl2013-11-071-2/+2
| | | | | | | | | | | | | | - WORKDIR path is just workdir - INSTDIR path is just instdir - WORKDIR_FOR_BUILD is workdir_for_build - INSTDIR_FOR_BUILD is instdir_for_build - replace other usage of INPATH by combination of OS and CPUNAME Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482 Reviewed-on: https://gerrit.libreoffice.org/6601 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* fdo#60698: Move generic fpicker to svtoolsMarcos Paulo de Souza2013-11-041-1/+0
| | | | | | | | Signed-off-by: Stephan Bergmann <sbergman@redhat.com> Conflicts: dictionaries Change-Id: I6af478d7d6952e0e8f6c8f1b0575fcd50f2ba0e4
* remove SOLARENV variableMichael Stahl2013-11-022-5/+6
| | | | | | | | It is constant and can just be replaced by $(SRCDIR)/solenv. Use BUILD_TYPE where it was used to check if config_*.mk is sourced. Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
* postprocess: CustomTarget_signing: find libs in INSTDIRMichael Stahl2013-10-311-1/+8
| | | | | | | ... not sure if it wouldn't be better to do this directly when linking, but what do i know about this signing stuff anyway... Change-Id: Iabebf21dd8c0198afb4fd03403fca3ca8a0c9b22
* integrate Apple Keynote import filterDavid Tardon2013-10-301-0/+1
| | | | | | | | Change-Id: Icc36b761da9262a99af730cfe71f576bcaab3ee1 Reviewed-on: https://gerrit.libreoffice.org/6488 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* make postprocess handle commas in OOO_VENDOR correctlyBjoern Michaelsen2013-10-301-1/+1
| | | | Change-Id: I560d561ba10cdaa113a154ce9bed27de65d6d8eb
* gbuild: set Package default target to INSTDIRMichael Stahl2013-10-282-4/+0
| | | | Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
* fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza2013-10-181-1/+0
| | | | | | | Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* fdo#61950 De-extensionize presentation minimizerDavid Ostrovsky2013-10-142-0/+3
| | | | | Change-Id: I87805ceacf184d5aa5faae68e8bb932391ace7fb Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* oglcanvas: ship comp registration, return device window.Thorsten Behrens2013-10-081-0/+3
| | | | Change-Id: I6c7e9416f908fd3b903eaef82492c1f4445b4e0c
* fix path to .xcu files in --enable-online-update buildMatúš Kukan2013-10-021-2/+2
| | | | Change-Id: Id305df9d963276c13b0920bdfa24287c8792d25a
* gbuild: kill gb_XcsTarget_get_outdir_targetMatúš Kukan2013-10-021-1/+1
| | | | | | No idea what the '--path $(gb_Configuration_registry)' parameter was for. Change-Id: I892e178a62fa2ea971101815ea558f79d32f85ed
* gbuild: kill gb_XcuModuleTarget_get_outdir_targetMatúš Kukan2013-10-021-50/+50
| | | | Change-Id: I1d54d98b8aa50f778de87e6ebb17ec2eed0d65dc
* gbuild: kill gb_XcuDataTarget_get_outdir_targetMatúš Kukan2013-10-021-1/+1
| | | | Change-Id: Ifad958524cc75ead4d2bb383369f63457a2237fc
* gbuild: kill gb_XcuLangpackTarget_get_outdir_targetMatúš Kukan2013-10-021-2/+2
| | | | Change-Id: I91444ed4fb98b094ba45bfc2a789abc83eb67212
* lingucomponent: kill Package_config.mkMatúš Kukan2013-10-021-3/+3
| | | | Change-Id: I5c97347cfaefb23cd985b7776a83337856e4d55c
* sdext: kill Package_pdfimport_xcu.mkMatúš Kukan2013-10-021-2/+2
| | | | Change-Id: I88a402bf26852e8e216de11d71cbd42edb0aff23
* use full path in postprocess_FILES_fooMatúš Kukan2013-10-021-6/+8
| | | | Change-Id: I55144900bedd79e26979438e9e689488a3bfe2ae
* we do not need .xcd files in solverMatúš Kukan2013-10-024-49/+29
| | | | Change-Id: Ic08b12b0deb7342c520a5385c226d864596fc858
* remove run-time replacement of %WRITERCOMPATIBILITYVERSIONOOO11Michael Stahl2013-10-011-1/+0
| | | | | | | Instead hard-code OpenOffice.org 1.1 as the value, since StarOffice and StarSuite are irrelevant. Change-Id: I9ab3d1cf38cf64cd4e440b3ae43158f748ead7d2
* Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist2013-09-241-2/+0
| | | | | | | | | | | | | | | | | | | | | | After recent instdir changes the SCPZIP_REPLACE thing was not used any more for Info.plist, so all the ${FOO} things were left in Info.plist unexpanded with predictably wonky results, a non-working app. Instead just expand it from the configure script. While at it, use a correct CFBundleShortVersionString: only three integers should be in that. Also, hardcode FILEFORMATNAME as OpenOffice.org and FILEFORMATVERSION as 1.0, and drop the "variables", as that is what those "variables" *means*. They were used to refer to the OOo 1.0 formats. (It would have been utterly wrong to define them as something else, like another product name and a newer version number, in openoffice.lst, so pointless to have them there.) Drop the meaningless BUILDIDCWS. Change-Id: I4030aa060b78e8b3fb812a6362869996e8db7d3d
* Try to fix cross-compilationTor Lillqvist2013-09-233-3/+3
| | | | | | | | Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
* gbuild: remove gb_Rdb__get_final_targetMichael Stahl2013-09-121-3/+1
| | | | | | | | ... by replacing gb_Rdb_install with a separate constructor so the right target can be registered at the module. There is still an ugly special case for the ure/services. Change-Id: I81c004143f201aaf38daca99819888313ee24f49
* typoThomas Arnhold2013-09-121-1/+1
| | | | Change-Id: I92687275c9a8ea1ae063aac5877ad5819bda9a2d
* Towards a working instdir for Mac OS XStephan Bergmann2013-09-113-3/+3
| | | | | | | | | | | | | | | | | Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
* start to use instdir for subsequentcheck tests; avoid make dev-installMatúš Kukan2013-09-091-6/+1
| | | | | | | | | | | This commit breaks linkoo. make dev-install continues to work as before but it's not necessary to use it anymore. make check now uses files copied into instdir by gbuild. TODO: fix remaining issues so that instdir is the same as install/. Change-Id: I66836170f0922ee9ba204a61ffacc30d9e9a5d98
* gbuild: install rdb files directly in module they come fromMatúš Kukan2013-09-091-0/+2
| | | | Change-Id: I3a9cb4ce71cfb02b7378289a36aa0eb6e3a42f26
* change PRODUCTNAME for --enable-dbgutil buildMichael Stahl2013-09-091-3/+3
| | | | | | | The previous commit changed several nodes in main.xcd from LibreOfficeDev to LibreOffice; revert that. Change-Id: Ib1c114a0716a6a930c52c9c9a9144154fcb3934d
* replace variables in main.xcd already in gbuildMatúš Kukan2013-09-091-24/+25
| | | | | | | | | In main.xcd we have some variables which used to be defined mostly in instsetoo_native/util/openoffice.lst and replaced in installer. Process the file in custom target, so we can copy correct main.xcd directly with gbuild. Change-Id: Ie2b1b6da1adb161394f69c345bbe8671cfafb7c4