summaryrefslogtreecommitdiff
path: root/bin/distro-install-desktop-integration
AgeCommit message (Collapse)Author
2019-01-28Fix typoAndrea Gelmini
Change-Id: I372918497b91bd2da0432df7b27795cbf29dc6b8 Reviewed-on: https://gerrit.libreoffice.org/66982 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2018-06-13Respect --bindir..orbea
Change-Id: I2ed73a296b813de722156c69ac64cf9d6cff199d Reviewed-on: https://gerrit.libreoffice.org/55197 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Rene Engelhard <rene@debian.org>
2017-08-15deb#872001: stop shipping mimelnk desktop filesRene Engelhard
they are KDE3 only and we don't support either KDE3 nor TDE anymore anyways Change-Id: I80198c2b63298c0bb3220f3641b6e45107797426 Reviewed-on: https://gerrit.libreoffice.org/41159 Reviewed-by: Rene Engelhard <rene@debian.org> Tested-by: Rene Engelhard <rene@debian.org>
2017-06-27Ported bin/generate-bash-completion from Perl to PythonArkadiy Illarionov
Change-Id: Ie1b5cd0a1f64198f8e6362a02484055c5ae6b26e Reviewed-on: https://gerrit.libreoffice.org/39077 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-04-29Adapt bin/distro-install-desktop-integration to BUILDDIR != SRCDIRStephan Bergmann
Change-Id: Ief204145282d9a13f9a4839aa70c642e569ef6b6
2016-01-05don't use bash completion compatibility dirrezso
Change-Id: I575f6fc9c1605bb7ec07842928f85c2eeadc72f8 Reviewed-on: https://gerrit.libreoffice.org/20954 Reviewed-by: rezso <rezso@rezso.net> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2015-10-27Use portable ordering for mktempRichard PALO
Add omitted APPDATA_SOURCE_DIR for *.appdata.xml files Avoid gnu rmdir by using portable invocation Change-Id: I15a507f3d181f27c86b5332d58a9d76b31eb2fd1 Reviewed-on: https://gerrit.libreoffice.org/18588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-06-11Do not hard code /usrBaptiste Daroussin
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 Daroussin
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 McNamara
Change-Id: Ie10ee80f1d35b40c0baf9d7ba5c1181b52405b5f
2014-02-27normalize values of WITH_COMPAT_OOWRAPPERSMichael Stahl
Change-Id: Ia397d944edf2a06a83e42dd792fc80906978e1bc
2013-12-07unxlng* is no moreDavid Tardon
Change-Id: Ia034c4a8cc034405c5ba4f7fc3a233a5efdadc74
2013-05-31One more step to have desktop files built again with distro-pack-installTomáš Chvátal
Change-Id: Ief2f645be521b74be74c6df030687c91c37cf0cd
2013-03-03remove stale javafiltersAndras Timar
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2012-11-14bin/distro-install* are called from Makefile so the env is already thereNorbert Thiebaud
Change-Id: I11242a896297f71ce0977c5ffeadf5f64f61455e
2012-11-09binfilter.die.die.dieNorbert Thiebaud
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 Mladek
Change-Id: I9e62bb0c14f2ba0d481cb4e926935af2394a652d
2012-06-11new script config_host.mk.sourcePetr Mladek
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 Mladek
thanks Stefan Bergman for improving the sed pattern
2011-11-29fix test: s/==/=/Rene Engelhard
2011-11-14Remove basisVERSION from distro scripts as it is not used anymore.Tomas Chvatal
2011-09-19Use PREFIXDIR each time possible to allow installing where /usr is not the ↵Baptiste Daroussin
prefix
2011-09-17Env.Set.sh -> Env.Host.shTomas Chvatal
2011-08-23use /usr/bin/libreoffice symlinkPetr Mladek
it is used by UNO to find the installed LO
2011-08-23distro-install-desktop-integration: use "sed -i"Tomas Chvatal
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 Mladek
do not hardcode /tmp Signed-off-by: scarabeus@gentoo.org
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky
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 Mladek
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 Mladek
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 Mladek
+ 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 Mladek
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>