summaryrefslogtreecommitdiffstats
path: root/scp2
Commit message (Collapse)AuthorAgeFilesLines
* fix deb packagingPeter Foley2013-02-231-1/+1
| | | | Change-Id: I9ddbfad9d332cb68b03857947ce502bda4c0db1b
* add a glade catalog so glade can manage our custom widgetsCaolán McNamara2013-02-213-0/+14
| | | | | | | | | export GLADE_CATALOG_SEARCH_PATH=install/share/glade distro maintainers can link/move this to /usr/share/glade/catalogs Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
* fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionallyAndras Timar2013-02-2012-153/+31
| | | | Change-Id: I1d9d62b024c4442182d67d93915af0f793265ebd
* Kill the --without-system-stdlibs optionFridrich Štrba2013-02-193-44/+0
| | | | Change-Id: I54bff2c8593995829857d30b38b8626a8c1a1a4f
* Remove some bits that have been commented out since 2004Tor Lillqvist2013-02-175-62/+0
| | | | Change-Id: Ibd95e9ea1c3ab6f24e0a469108191e59b049823e
* scp2: CustomActions are not for MinGW, yetAndras Timar2013-02-171-1/+1
| | | | Change-Id: Ic323ea935d45f7f58b36b314be8036c6b6342335
* proposal: move towards killing UNOLIBS_OOO and merge libs to OOOLIBSBjoern Michaelsen2013-02-162-21/+3
| | | | | | | | | | | | | | | | | - this is a partial example commit moving ogltrans and mtfrenderer to OOOLIBS - this renames the libs universally as gbuild is making this trivial and little risk of having libs linking against the old name - having libs named differently (lib*.uno.so and lib*lo.so) just adds needles complexity to the build system and creates insecurity for new contributors (and is not really documented either) - we should probably look at the other lib groups for cheap kills too (renaming in stable/frozen URE isnt worth it though) Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c Reviewed-on: https://gerrit.libreoffice.org/2169 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* fdo#60924: move libbib to autoinstallationBjoern Michaelsen2013-02-151-2/+0
| | | | Change-Id: I41a94def0db257470e08a86078d1f8bda8470c76
* Remove the need to manually register libs in scp2Bjoern Michaelsen2013-02-155-3/+17
| | | | | | | | | | | | | | | | | | - 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
* fdo#60483 English -> English (United States) in language selector of installerAndras Timar2013-02-142-4/+4
| | | | Change-Id: I0a0534bf4a8d7f61b255f36de96a2918ddec5422
* Get Labels.xcu out of configuration data.Matúš Kukan2013-02-143-0/+14
| | | | | | Modify the file format, install separately into share/labels, and parse it using xmlreader when needed. Saves time on startup and reduces pointless configurarion size.
* pyagenda: Register and Pack python agenda wizardXisco Fauli2013-02-142-1/+11
| | | | Change-Id: I3fc2b0f4e014d358d416c230b0450dcbe5d76363
* advertised shotrcutsAndras Timar2013-02-118-30/+12
| | | | | | | | | The main goal of this patch was to simplify things. The LibreOffice version that goes to Intel AppUp use advertsied shourtcuts, because it is what Intel AppUp Center requires. We can reduce complexity a bit, if we use advertised shortcuts in normal builds, too. Change-Id: Ia35a753c83cb592137232428ab897a640e7ccc1f
* fdo#60491: scp2: always package emboleobj library on non-WNT platformsMichael Stahl2013-02-101-1/+2
| | | | | | | (regression from 09cd5c460704ddd99669a61ae335bfb2ce357140, which defined DISABLE_ATL on all platforms in configure) Change-Id: If2373386102373cb49e8cd0c6bf807da2f805dda
* scp2: remove unused gidsAndras Timar2013-02-093-97/+3
| | | | Change-Id: I7e59c571ba59981f6fef33f437f2074dcb42cb5f
* fdo#50827 move language dependent wordlists to the appropriate dict packAndras Timar2013-02-082-4/+24
| | | | Change-Id: Ie60051b65834cdfc748d12a71089a683f3108335
* Package the right pixman and cairoFridrich Štrba2013-02-081-1/+5
| | | | Change-Id: Ibd9941ff5dcf303e83790a901e36008c98f57608
* convert libxslt to gbuild and add to tail_buildPeter Foley2013-02-051-2/+0
| | | | | | | | Change-Id: I16eb442fd65b3a2f3a44108f670fd364dc7a64c0 Reviewed-on: https://gerrit.libreoffice.org/1988 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* scp2: copy the install script to the tarball on LinuxMiklos Vajna2013-02-051-0/+8
| | | | Change-Id: I657b2ec94e6029cc14bd29611c7b0c3ce359103b
* remove CopyEditionData CustomActionAndras Timar2013-01-301-10/+0
| | | | | | | | It is not entirely clear what this CustomAction was supposed to do, but program\edition directory is not present in LibreOffice, therefore this feature is useless. Change-Id: Icfcd9c5f88da28e171329d951956baaa42908fd0
* remove DotNetCheck CustomActionAndras Timar2013-01-301-10/+0
| | | | | | We do not need to call a dll function for a simple version check. Change-Id: If82b06a61f10dbfe3eb92b6fe495e6d800c57aff
* remove CopyExtensionData CustomActionAndras Timar2013-01-301-10/+0
| | | | | | | | It copied *.oxt from [SourceDir]\extension to TARGETDIR\share\extension\install. One might think that *.oxt files there get installed automagically at first start, but no, it does not happen. This feature looks useless. Change-Id: I5ce583f3b46f5e4e962449790bdce70f99aa135b
* remove CustomAction ExecutePostUninstallScriptAndras Timar2013-01-301-9/+0
| | | | | | | | I think this CustomAction is unnecessary, providing that we do not use Star Division home-made PATCH technology. I have never seen this CustomAction used in any OpenOffice.org/LibreOffice builds. Change-Id: I62f3b5a3ef8a9686f018ca1af52689954262e830
* convert SetAdminInstallProperty CustomAction to type 51Andras Timar2013-01-301-9/+0
| | | | | | It does not make sense to call a dll function to set a single property to 1. Change-Id: I4e3cb35d2d3b644805d1d7573c9bf1dc45befbd4
* remove stray, old, obsolete CustomAction: RegCleanOldAndras Timar2013-01-301-9/+0
| | | | Change-Id: I6d524a2342390658062cfc0108853756c543bd7c
* we don't build language packs on WindowsAndras Timar2013-01-302-39/+0
| | | | Change-Id: I672886764e9451a983b823ec3666f126b758bd1e
* restore javafilters' registration under WindowsAndras Timar2013-01-281-0/+6
| | | | Change-Id: I59e4c93bc7868a5ae4e73721b186c6a22f85c752
* fdo#59713 add Bosnian Hunspell dictionaryAndras Timar2013-01-224-0/+31
| | | | Change-Id: I84a561fe081040a56acd394b789e2ce1cb488457
* there is no standalone URE installationMatúš Kukan2013-01-164-181/+0
| | | | | | | | ..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
* QUARTZ is equivalent to MACOSXTor Lillqvist2013-01-114-11/+11
| | | | | | | So just check MACOSX in the sources, and don't pass any -DQUARTZ to compilations. Change-Id: Ia1de6024810f81f1eea01b8eb0b885d9d1ee8e20
* fdo#58909: Missing BAK_EXTENSIONS bootstrap variableStephan Bergmann2013-01-102-0/+17
| | | | | | | | | | | | | | | daeed90f4586eb9533041fb89bee163a5193596c "re-base on ALv2 code" had incorporated from <http://svn.apache.org/viewvc?view=revision&revision=1172102> "imported patch extensions_i117681.patch" the parts using BAK_EXTENSIONS in desktop/source/deployment/manager/, but not the parts setting BAK_EXTENSIONS in scp2/source/ooo/. Also, setting the stamp for "bak" in PackageManagerImpl::create needed to be adapted to bee742eb7a0d5dfe23e61d9ee49a29286de90256 "Fix sense of r/o detection code, and clean up" and 61eeb689d7605a23c3e71c652b57ee65cf5b28dc "fix smoketest - need to check read-only-ness of non-existent paths." Change-Id: If7cc363b3cf21fd13fb467f5f672eda5312515c8
* Kill the ancient StarOffice "patch" conceptTor Lillqvist2013-01-1013-135/+3
| | | | | | | | | | | | | | | | | | | | | For Windows, superseded by Windows Installer patching (i.e., creating .msp files), which is something completely different. (And quite hard to get working... but still a saner approach, I think.) For Linux, many distros use delta RPMs or similar, so no home-grown LO-specific patching mechanism is needed. Remove the -patch and -patchinc command-line options to make_installer.pl and all code that was invoked only when using those. Remove the PATCH and PATCH_ONLY flags in scp2. Remove the patchmsi.dll Windows Installer custom action. Change-Id: I09e949e601a969f88eff60067faa2352f4f89537 Reviewed-on: https://gerrit.libreoffice.org/1605 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* No need to have a ProductSource in versionrc/version.ini any moreTor Lillqvist2013-01-061-9/+0
|
* convert redland to gbuild and add to tail_buildPeter Foley2012-12-301-1/+0
| | | | | | | Change-Id: I953fb203b1a24920f236c2f6e1fd9d82edda1f0f Reviewed-on: https://gerrit.libreoffice.org/1493 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* Get rid of (most uses of) GUITor Lillqvist2012-12-255-5/+5
| | | | | | | | | | 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>
* API CHANGE: Remove obsolete regcomp from UREStephan Bergmann2012-12-181-31/+0
| | | | Change-Id: Iaec5e0fd53d340f028e271f28e99a73dedc636f7
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-172-41/+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?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
* LibreLogo should be an optional moduleAndras Timar2012-12-126-10/+67
| | | | | | | On Windows it is installed by default, but can be disabled in the installer easily. Change-Id: Ic820f08b51edf71eb09fd3533dc42b82bd06bb38
* BUILD_DIR -> BUILDDIR, to be consistent with the other *DIRLuboš Luňák2012-12-111-2/+2
| | | | Change-Id: Ia80a1246a7e3c8862a50a3daf79aba5609b7df3a
* Prepare for read-only source buildNorbert Thiebaud2012-12-111-2/+2
| | | | | | | | | | | | | | | | | | This patch allows to do mkdir <build_dir> cd <build_dir> <src_root>/autogen.sh make Only the remaining dmake modules are poluting the <src_root>... which will get eventually convererd to gmake... Change-Id: Iefd64732fa12e096d554cff4eee6b777deb92338 Reviewed-on: https://gerrit.libreoffice.org/1273 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* Bug 57917 - --enable-ext-oooblogger does not work with Python 3Noel Grandin2012-12-064-45/+0
| | | | | | | Remove the oooblogger extension. It is unmaintained and the original author (caolan) wants it dead. Change-Id: Iff89f5badbb74f465c57e068a9e1acbbc13bc235
* Drop support for old ...configuration.PackageRegistryBackend/registry layerStephan Bergmann2012-12-051-5/+1
| | | | | | ...that cannot appear in a LO 4 user profile. Change-Id: I91eaf50289119fd26a54a99067ecfd3f323d61d6
* Drop support for long-gone share/registry/modules layerStephan Bergmann2012-12-051-1/+1
| | | | | | | Support for "module" layers in configmgr/source/components.cxx is still needed for gb_CppunitTest_use_filter_configuration in solenv/gbuild/CppunitTest.mk. Change-Id: I0563145bdfc31e8024a9025e1e390e3c0c4394bb
* Clean up scp2 flagsStephan Bergmann2012-12-053-64/+53
| | | | Change-Id: Ib4f5c28478d24a97131b6d9b3b1539d4982f762d
* Bye bye ODMATor Lillqvist2012-12-051-8/+0
| | | | | SUSE has no interest in it any longer, and I doubt anybody else has either.
* package moz stuff only when WITH_MOZAB4WIN == YESPetr Mladek2012-12-041-1/+3
| | | | Change-Id: I2228d246e6d94f27d18d597c3833578592487b94
* Adapt scp2 to WITH_MOZAB4WINStephan Bergmann2012-12-043-7/+4
| | | | Change-Id: Ibef1ceb454eafba7129c774b8ced8c743ea3ce3d
* adding calc add-in for option pricingtino2012-12-042-1/+6
| | | | | | | Change-Id: Ica4b621a7ae7e5ab447192ae3fe7b8911295bef2 Reviewed-on: https://gerrit.libreoffice.org/1232 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* add Sidama (sid) languageAndras Timar2012-11-302-0/+12
| | | | Change-Id: I7c7fb38d7df5aecda8e81443aa7045479e0efceb
* Turn Python Scripting Provider from bundled extension to plain codeStephan Bergmann2012-11-303-18/+15
| | | | | | | | | | To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa