summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2015-10-12 10:43:48 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2015-10-12 18:20:58 +0200
commita9e7645cb96135609016533793580d1a94158af7 (patch)
tree65e6cc8383c9edd90ae1c715ab68863bddca04d5 /shell
parent4d4835cc55561b7ccdd628fa3a40d71fc9e9ff9e (diff)
TDE: move stuff into the tde-integration package
Currently the package just contains the TDE shell backend library. This moves the URL handler tde-url-open and the vcl plugin into the integration package, like the KDE3 based kde-integration. The TDE address book driver is left in the core package. Change-Id: I2687b313d7f106bb344c65c50ae0a07b0140def0
Diffstat (limited to 'shell')
-rw-r--r--shell/Module_shell.mk1
-rw-r--r--shell/Package_scripts.mk4
-rw-r--r--shell/Package_scripts_tde.mk16
3 files changed, 17 insertions, 4 deletions
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 0c4875d2842b..aa4700f7b56e 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -114,6 +114,7 @@ $(eval $(call gb_Module_add_targets,shell,\
Package_scripts \
Package_scripts_gnome \
Package_scripts_kde \
+ Package_scripts_tde \
))
endif
diff --git a/shell/Package_scripts.mk b/shell/Package_scripts.mk
index e4f5a6efc5ec..1b310ca42a57 100644
--- a/shell/Package_scripts.mk
+++ b/shell/Package_scripts.mk
@@ -11,8 +11,4 @@ $(eval $(call gb_Package_Package,shell_scripts,$(SRCDIR)/shell/source/unix/misc)
$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/open-url,open-url.sh))
-ifeq ($(ENABLE_TDE),TRUE)
-$(eval $(call gb_Package_add_file,shell_scripts,$(LIBO_BIN_FOLDER)/tde-open-url,tde-open-url.sh))
-endif
-
# vim: set shiftwidth=4 tabstop=4 noexpandtab:
diff --git a/shell/Package_scripts_tde.mk b/shell/Package_scripts_tde.mk
new file mode 100644
index 000000000000..0d1111fe8c10
--- /dev/null
+++ b/shell/Package_scripts_tde.mk
@@ -0,0 +1,16 @@
+# -*- 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_tde,$(SRCDIR)/shell/source/unix/misc))
+
+ifeq ($(ENABLE_TDE),TRUE)
+$(eval $(call gb_Package_add_file,shell_scripts_tde,$(LIBO_BIN_FOLDER)/tde-open-url,tde-open-url.sh))
+endif
+
+# vim: set shiftwidth=4 tabstop=4 noexpandtab: