summaryrefslogtreecommitdiff
path: root/bin/distro-install-desktop-integration
AgeCommit message (Collapse)AuthorFilesLines
2014-06-11Do not hard code /usrBaptiste Daroussin1-0/+1
Not all operation system install packages into /usr, make sure create-tree.sh do respect the PREFIX variable Change-Id: Iff358c9e22fb8969afaef2bb96e1f91eb7e91123 Reviewed-on: https://gerrit.libreoffice.org/9730 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-10Do not hard code bash pathBaptiste Daroussin1-1/+1
Change-Id: I24ee2599ffe8029c3d3888de49cff8bfd0a368e0 Reviewed-on: https://gerrit.libreoffice.org/9723 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-03-21drop spadminCaolán McNamara1-2/+0
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
2014-02-27normalize values of WITH_COMPAT_OOWRAPPERSMichael Stahl1-2/+2
Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
2013-12-07unxlng* is no moreDavid Tardon1-1/+1
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
2013-05-31One more step to have desktop files built again with distro-pack-installTomáš Chvátal1-1/+1
Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd
2013-03-03remove stale javafiltersAndras Timar1-1/+0
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2012-11-14bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud1-3/+0
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
2012-11-09binfilter.die.die.dieNorbert Thiebaud1-1/+0
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-06-19put the two new optinal desktop files into right file listsPetr Mladek1-0/+4
Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
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-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-11-29fix test: s/==/=/Rene Engelhard1-1/+1
2011-11-14Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal1-4/+4
2011-09-19Use PREFIXDIR each time possible to allow installing where /usr is not the ↵Baptiste Daroussin1-13/+13
prefix
2011-09-17Env.Set.sh -> Env.Host.shTomas Chvatal1-1/+1
2011-08-23use /usr/bin/libreoffice symlinkPetr Mladek1-4/+17
it is used by UNO to find the installed LO
2011-08-23distro-install-desktop-integration: use "sed -i"Tomas Chvatal1-14/+10
use the more elegant "sed -i" instead of "sed+mv" Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-08-23distro-install-desktop-integration: create temp files in $TMPDIRPetr Mladek1-1/+1
do not hardcode /tmp Signed-off-by: scarabeus@gentoo.org
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky1-0/+181
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-19distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file listPetr Mladek1-0/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-19distro-install-desktop-integration: do not pack libreoffice-base.desktop twicePetr Mladek1-1/+1
Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-19distro-install-desktop-integration: work with normal userPetr Mladek1-2/+2
+ alllow to overwrite the readonly desktop files + create the compat soffice symlink in DESTDIR Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Andreas Radke <a.radke@arcor.de> Signed-off-by: Fridrich Strba <fridrich.strba@bluewin.ch>
2011-07-11better support for distro packagingPetr Mladek1-0/+180
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>