summaryrefslogtreecommitdiff
path: root/shell/Package_scripts_kde.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-05-04 09:07:16 +0200
committerDavid Tardon <dtardon@redhat.com>2013-05-04 16:44:48 +0200
commit6514956d4239f77d3cba34fd06aab5f1001e05de (patch)
tree87d6910a51e2e91c57e3c02461f723ffb0dd3e7b /shell/Package_scripts_kde.mk
parentd7f00e2e8aa4f91c340f3f7c4856259abee13b16 (diff)
install scripts from shell using filelists
The FILELIST install method is really tailored to large sets of closely related files. It is not such a great idea to apply it just to move some unrelated files, delivered from a single module, out of $(OUTDIR), like here, because it requires splitting one Package to several to allow the files to be placed to different installation modules in scp2. The extra makefile increases the overhead needed to place a file into an installation set. We really need a better way to handle this... Change-Id: I2f271562d8773152e69d284b4fe8ae356dea0945
Diffstat (limited to 'shell/Package_scripts_kde.mk')
-rw-r--r--shell/Package_scripts_kde.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/Package_scripts_kde.mk b/shell/Package_scripts_kde.mk
new file mode 100644
index 000000000000..95f15986c99b
--- /dev/null
+++ b/shell/Package_scripts_kde.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_kde,$(SRCDIR)/shell/source/unix/misc))
+
+$(eval $(call gb_Package_set_outdir,shell_scripts_kde,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_file,shell_scripts_kde,program/kde-open-url,kde-open-url.sh))
+
+# vim: set shiftwidth=4 tabstop=4 noexpandtab: