summaryrefslogtreecommitdiff
path: root/bin/distro-install-file-lists
AgeCommit message (Collapse)AuthorFilesLines
2013-08-14Unbreak Windows buildFridrich Štrba1-2/+2
Change-Id: Ibeed303ca4b8812cf7deafa1d1ad06f59a73cf8d (cherry picked from commit fb0238d276e5835dbb316a6f4ae383988ed62aee) Reviewed-on: https://gerrit.libreoffice.org/5408 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-06-07distro-install-file-lists: handle new filelists created for 4.1Petr Mladek1-7/+13
Change-Id: I2d7a52b396a46f1f6546b92eb5612958a2cb7397
2013-03-03remove stale javafiltersAndras Timar1-4/+0
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2012-12-19Add librelogo to listsTomas Chvatal1-0/+3
Change-Id: Iee20612a194b563d89c02a286993cd16fd196bbe
2012-12-19Add py script provider to pyunoTomas Chvatal1-0/+3
Change-Id: Ib2791daa0e2c219aee089c4417289316bd0759c9
2012-11-14bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud1-3/+0
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
2012-11-12distro-install: correcly pack KDE and TDE addressbook (bnc#779697)Petr Mladek1-2/+4
Change-Id: Ieb37b226dcccb36d1c0e55e95d99e90ff26d8a26
2012-11-09binfilter.die.die.dieNorbert Thiebaud1-20/+1
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-06SUSE builds use the vendow SUSE now :-)Petr Mladek1-6/+6
Change-Id: I32ecaaea616a1c0ffa62f72a1f3fb3a14d5144c6
2012-08-10Related fdo#51252: No more prereg, no more unopkg syncStephan Bergmann1-1/+0
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
2012-06-11new script config_host.mk.sourcePetr Mladek1-1/+1
it allows to source variables from config_host.mk into shell; there are many different hacks for this on other locations Use this script in bin/distro-install-*; The original solution with 'eval' did not work because shell was not able to pass that many arguments Change-Id: I3d9eb2fe2d6804a3c7783487e9c70f093edb2ad5
2012-05-14TDE integrationNorbert Thiebaud1-1/+10
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-02really put SDK documentation into the doc subpackagePetr Mladek1-4/+4
2012-04-13distro-install-file-lists: handle new file lists that appeared for LO-3.5Petr Mladek1-13/+17
Process the newly added file lists: + Script_Provider_For_Javascript + Script_Provider_For_Beanshell + PostgresqlSdbc + Files_Images
2012-04-13distro-install-file-lists: mark javasettingsunopkginstall.xml as %configPetr Mladek1-0/+1
2012-02-29bin/distro-install*: source config_host.mk instead of Env.Host.shPetr Mladek1-1/+7
thanks Stefan Bergman for improving the sed pattern
2011-12-07Remove testtoolloaderAugust Sodora1-4/+0
2011-11-14Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal1-65/+65
2011-11-07gtk: move the file-picker into vcl/ and add Application:: factory hooksMichael Meeks1-3/+0
drop un-necessary uno service related fluff, and component instantiation. nominal move to XMultiComponentFactory from XMultiServiceFactory Include fpicker in compilation for gtk3, but more work required here Simplify setting up transient parents for picker dialogs
2011-09-17Env.Set.sh -> Env.Host.shTomas Chvatal1-1/+1
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-0/+555
Conflicts: Makefile.in configure.in instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/inc/minor.mk
2011-07-11better support for distro packagingPetr Mladek1-0/+555
This is port from the build repo. The main differences are: + splits package-ooo into several scripts (bin/distro-install-*) + renames many variables to avoid OOO prefix and to better fit the variables produced by the current bootstrap configure.in + uses OOO_VENDOR from bootstrap/configure.in to add distro specific hacks; the conditions have been updated only for "Novell, inc." + install most of the desktop integration from sysui using sysui/desktop/share/create_tree.sh + do not install two extra templates: $OOINSTBASE/basis$VERSION/share/template/en-US/forms/resume.ott $OOINSTBASE/basis$VERSION/share/template/en-US/officorr/project-proposal.ott should get merged with other templates + do not install pyunorc-update64; it is needed only when you want to run 32-bit LO on 64-bit system; is anyone using it? + do not call install-dictionaries: + do not call build-galleries: is anyone using them? + do not install ootool and ooconfig is anyone using them? are they still working? Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>