summaryrefslogtreecommitdiff
path: root/shell/Package_scripts_kde.mk
blob: c5e4978a42695b4617a45d828e736438943ba097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Package_Package,shell_scripts_kde,$(SRCDIR)/shell/source/unix/misc))

$(eval $(call gb_Package_add_file,shell_scripts_kde,$(LIBO_BIN_FOLDER)/kde-open-url,kde-open-url.sh))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
>Michael Stahl 2013-02-20fdo#49202 install the "Python-UNO Bridge" component on Windows unconditionallyAndras Timar 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-12-12LibreLogo should be an optional moduleAndras Timar 2012-11-27clean up PYTHON related version etc. variables:Michael Stahl 2012-11-27Switch from python to python3Michael Stahl