summaryrefslogtreecommitdiffstats
path: root/scp2/source/ooo/module_hidden_ooo.scp
Commit message (Collapse)AuthorAgeFilesLines
* Package fonts to the fonts subpackagePetr Mladek2013-03-121-15/+33
| | | | | | | | | | People were confused that for example LiberationSerif-Regular.ttf was not there. It was partly caused by missing entries and partly by missing comma separators. Change-Id: I6262d46d381bd5ef8e97cd55f367cc4d12c59907 Reviewed-on: https://gerrit.libreoffice.org/2683 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-171-2/+0
| | | | | | | | | | | | | | | | | | | | The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). (cherry picked from commit 77d3777c8934171a9557a96872d020cf12443fb9, minus the code that addressed Windows C4005 warnings -- which after all were due to unrelated changes for PCH rather than this commit) Conflicts: postprocess/prj/build.lst Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
* Isolate PDF Import so it can be made optionally installableStephan Bergmann2012-11-291-3/+0
| | | | | | | | | | | | | ...which can be attractive for installation sets that use --with-system-poppler but do not want the LO core package to depend on a poppler package. See the comment at the top of scp2/source/ooo/module_pdfimport.scp for details. The build-time --disable-pdfimport configure switch is gone, PDF Import is built unconditionally for all platforms but Android and iOS now. (The ENABLE_PDFIMPORT variable now uses TRUE/FALSE rather than YES/NO, to increase consistency across those variables.) Change-Id: I6509d0b2e770b276cd54540408fb1ec5a7dda058
* Turn PDF import from bundled extension to plain codeStephan Bergmann2012-11-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | No need for dirty hacks linking in basegfx objects statically any more. To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed all relevant UNO implementation identifiers from com.sun.star.comp.documents.* to org.libreoffice.comp.documents.*. Also, existing installations of the extension are explicitly not migrated to new user profiles. The xpdfimport executable is now in program/, its xpdfimport_err.pdf in share/xpdfimport/. To simplify finding the _err.pdf from xpdfimport, its full pathname is now given as additional second argument to xpdfimport. To find xpdfimport executable from CppunitTest, CppunitTest creates a symlink from solver's unittest/installation/program to solver's bin, so that "$BRAND_BASE_DIR/program/xpdfimport" works there (as CppunitTest now sets BRAND_BASE_DIR to solver's unittest/installation). The sdext/source/pdfipmort/dialogs/ Basic stuff appeared to be unused (even though it was included in the .oxt) and has been removed. The --disable-ext-pdfimport configure switch is renamed to --disable-pdfimport. Having it still conditional requires some pdf_Portable_Document_Format vs. pdf_Portable_Document_Format_import foo in module filter. Change-Id: Iee58c2f6187142a418decc9ea3a5df10eb7e0523
* Package svgioFridrich Štrba2012-11-211-0/+1
| | | | Change-Id: I847e50c9dded10affaef77c51561f04412d635ad
* dung out berkeleydb gnumake / configure bits ...Michael Meeks2012-11-211-1/+0
|
* remove losessioninstall from module_hidden as it is in gnome nowBjoern Michaelsen2012-11-151-1/+0
| | | | Change-Id: I62fbf218bc79e79ce9f836ea8a8a9dfaf8955213
* remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen2012-11-141-3/+0
| | | | Change-Id: Ie5ea41e7376838ac7f2ebfbe0d703e6a28d8a8a9
* remove obsolete regexp pieces.Michael Meeks2012-11-121-1/+0
|
* making org.freedesktop.PackageKit.Query and .Modify availableBjoern Michaelsen2012-11-091-0/+1
| | | | | | | | - partial implementation of the SessionInstaller interfaces - accessable via service: org.freedesktop.PackageKit.SyncDbusSessionHelper Change-Id: Ica91f481d041a066215fba3e808bf587e1271f1b
* Add more fontsStefan Knorr2012-11-081-1/+15
| | | | | | | | | | (PT Serif, Source Code Pro and Souce Sans Pro under OFL; Open Sans under ALv2) Change-Id: Ic783f0d5841cafce6dba60213b0a658978ff2cfd Reviewed-on: https://gerrit.libreoffice.org/1007 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* Goodbye gettext, glib, gdk-pixbuf, pango, libcroco, libgsf and librsvgTor Lillqvist2012-11-061-26/+0
| | | | | | | | | | Now with librsvg no longer used, and liblangtag no longer using glib, a bunch of bundled (in some configurations, always on some platforms) 3rd-party libraries are no longer needed. Initial work by rene, continued by tml. Change-Id: I76edd7aea5452e3487499f0b9ed9f767cf760194
* convert java XSL transformer into extensionDavid Tardon2012-10-251-1/+0
| | | | Change-Id: Ided6c480969764073056830722c8996e0df52285
* install ui-previewerCaolán McNamara2012-09-281-0/+1
|
* Some clean-up of mork-related changsStephan Bergmann2012-09-181-4/+1
| | | | | | | And reverted for now the configure error when --enable-mozilla on non-Windows; it is still used for other features, too. Change-Id: I1ce5ff1a7a3d140a1ab7ba1e905166d91229c926
* switch build system to mork driver implementationDavid Ostrovsky2012-09-181-0/+4
| | | | | | | | | | | | On all non windows platforms no mozilla is used any more. On windows it used for O and OE address book access. Once alternative implementation for it exists, mozilla can be stripped there too. Change-Id: I54144005e6a284326b45a34eb958d170e872471e Reviewed-on: https://gerrit.libreoffice.org/637 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* build and deliver internal libexslt. Use LIBEXSLT_LIBS is system xslt is usedPeter Jentsch2012-09-101-1/+10
| | | | Change-Id: I7ab624bc4877af51d4182ab213ef49cd8c5bb2a4
* add "Tango Testing" icon themePetr Mladek2012-08-311-0/+3
| | | | | | | | | | It is enabled by default for dev build. It will be used for reworking the Tango theme by the design team. The them was requested by Stefan Knorr (Astron) <heinzlesspam at gmail dot com> The two intial icons are from Alexander Wilms <alexander dot wilms at zoho dot com> Change-Id: I9205a3164352442a2cdc02e75e58b15b327dfbd3
* installer: Remove unused -tab command-line option and TAB_ONLY flag.Tim Retout2012-08-231-1/+0
| | | | | | | Change-Id: Idcb8be8882db8f487ba9bda2ae8947ccd9d99712 Reviewed-on: https://gerrit.libreoffice.org/462 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann2012-08-101-2/+1
| | | | | | | | | | | | Now that 5c47e5f63a79a9e72ec4a100786b1bbf65137ed4 "fdo#51252 Disable copying share/prereg/bundled to avoid startup crashes" removed the use of share/prereg, there is no longer need to generate it in the first place (by calling "unopkg sync" at build or installation time), and so no need for the "unopkg sync" sub- command, either. This also allows to simplify some of the jvmfwk code that was only there so that "unopkg sync" (which can require a JVM) can work in "hostile" environments (during build and installation). Change-Id: I52657384f4561bf27948ba4f0f88f4498e90987f
* gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks2012-08-091-9/+10
| | | | | | | Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
* merge pointlessly fragmented chart2 libraries, leaving controller split.Michael Meeks2012-08-061-3/+1
|
* gid_File_Basic_Schedule doesn't exist nowCaolán McNamara2012-06-251-1/+0
| | | | Change-Id: I5e081637617be8f15acf3c8a90810b2bd2ade7bb
* Resolves: fdo#51166 disconnect inclusion of nss libs in install from mozillaCaolán McNamara2012-06-251-0/+12
| | | | | | | | | | | | | | | | We need the nss libs in our final install always (unless using system-nss libs) so finally disentangle nss from mozilla because --disable-build-mozilla had the sideeffect of *not* including the nss libraries in the final install. Which means that the xml_xmlsec.dll on windows couldn't be loaded due to missing dependencies. a) Strip out the nss libs from the pre-builds if those are being used. b) Strip out the nss libs from the mozilla build itself if that's being used. c) Don't include the nss libs in the weird mozillaruntime.zip which gets unpacked into the install. d) Package the nss libs directly in scp2 like everything else Change-Id: Ia89d75cb0c0b83e84e60d0444ffc7997103fbc55
* remove ugly extra symbols from scp2, tooAndras Timar2012-06-051-1/+0
| | | | Change-Id: Ice52de070220b4e7ae8a3dd0ccb41e3a12d471b8
* TDE integrationNorbert Thiebaud2012-05-141-0/+4
| | | | Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
* Clean up optional online update moduleStephan Bergmann2012-04-051-1/+0
| | | | | | | | | | | | | | | * The updatecheckui lib is part of that module; should its scp entry also be marked ComponentCondition="ISCHECKFORPRODUCTUPDATES=1"? * unpack_update (and other scripts as well?) need only be generated if ENABLE_ONLINE_UPDATE. * It is inconsistent that there is a distinct onlineupdate.xcd not merged into main.xcd, while the updchk and updatecheckui component files are merged into the global services.rdb. * The updchk res file should also go into (a resource sub-module of) the optional online update module.
* remove unused xpdinstaller moduleAndras Timar2012-03-201-12/+0
|
* need to remove i18npaper from install lib listCaolán McNamara2012-03-081-1/+0
|
* just link to HelpIndexerCaolán McNamara2012-02-231-1/+0
|
* use different OUString ctor for RTL_TEXTENCODING_UCS4Caolán McNamara2012-02-231-0/+3
|
* bootstrap replacement c++ help componentCaolán McNamara2012-02-231-4/+2
|
* Put HEADLESS definition under LIBO namespaceRiccardo Magliocchetti2012-02-211-1/+1
| | | | | | | tml reminds us that use a generic and potentially clash-prone word like HEADLESS as preprocessor defintion is pretty lame. He suggests to put it under the already used LIBO namespace. To sum it up let's do a s/HEADLESS/LIBO_HEADLESS/g.
* Introduce headless switch for X / cairo / toolkit less buildRiccardo Magliocchetti2012-02-171-0/+2
| | | | | The plan is to reduce dependencies to be easier to deploy libreoffice server side in headless mode.
* add human theme to packagingBjoern Michaelsen2012-01-171-0/+3
|
* extensions: remove unused xmx libraryMatúš Kukan2012-01-111-1/+0
|
* fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan2011-12-191-1/+0
|
* Fix typo and clean up.Stephan Bergmann2011-12-161-1/+0
|
* wizards: completely work python wizard packaging and registrationMichael Meeks2011-12-051-0/+3
| | | | | Also improve exception handling and error printing in pythonloader Allow registration of explicit .py components - the only method that works
* fdo#42312: Change bsh and js script providers from extensions to optional ↵Stephan Bergmann2011-11-031-1/+0
| | | | | | | | | | | | | modules. Their jar files reference other non-URE jars, so they cannot be extensions. bsh.jar has been moved into the optional module (it used to be installed always, but it looks like only the bsh script provider needs it; also, it had been added to URE_MORE_JAVA_CLASSPATH_URLS if SYSTEM_BSH, which also appears unnecessary as it is mentioned with an absolute file URL in the Class-Path of the script provider jar). js.jar has been included in the optional module (it used to be not installed at all?).
* Undo basis/brand split: Moved the rest of the WNT-only stuff.Stephan Bergmann2011-10-241-2/+0
|
* Don't package this oneFridrich Štrba2011-10-051-1/+0
|
* Fix Windows build and enable CMIS inconditionallyFridrich Štrba2011-10-051-2/+0
| | | | | Since the provider should now build everywhere, enable it inconditionally to catch minor problems
* Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat2011-10-041-1/+3
|
* Cmis: Fixed the installation of the new UCP provider and libcmisCédric Bosdonnat2011-10-011-0/+1
|
* bump to libexttextcat 3.1.0, enable previously broken languagesCaolán McNamara2011-09-291-72/+0
|
* remove checks for unused BUILD_SPECIAL environment variableAndras Timar2011-09-281-12/+0
|
* drop empty .lm filesCaolán McNamara2011-09-231-2/+0
|
* mingwm10.dll is obsoleteTor Lillqvist2011-08-291-1/+0
|
* Add support for creating merged library.Matúš Kukan2011-08-241-0/+1
| | | | | | | | | This commit allows to set which libraries to merge and creates merged library in tail_build if enabled. This should save time when loading libraries in application and also makes more sense for link-time optimization. Signed-off-by: Michael Meeks <michael.meeks@novell.com>