summaryrefslogtreecommitdiff
path: root/extras/Package_tplpresnt.mk
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-07 22:19:09 +0100
committerDavid Tardon <dtardon@redhat.com>2015-01-07 23:10:07 +0000
commitea6da165da50c60fcf5d4dc4ab93b798f03879c8 (patch)
tree485239616d55148583a13db606968c8a87a8afad /extras/Package_tplpresnt.mk
parent4e7e27662c523514c8e589e5c077321546ea59ce (diff)
Include the new templates in the installation.
All the templates are result of the Templates contest for 4.4, and were contributed under CC0. The templates were contributed by the following people: * Alexander Wilms <f.alexander.wilms@gmail.com> * Edmund Laugasson <edmund.laugasson@gmail.com> * Jun NOGATA <nogajun@gmail.com> * Michael Kovarik <fractalsandflowers@gmail.com> * Péter Szathmáry <mi84aa@gmail.com> * Zirk <showeet@ymail.com> Thank you (and all the other participants) for your contributions! install the new templates too (cherry picked from commit 9da59f23a0b100454bdc4c663db82a61f1d7ec30) Change-Id: I9fa578fafa5e350a186a77b3e023474b289e0fb8 Reviewed-on: https://gerrit.libreoffice.org/13806 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'extras/Package_tplpresnt.mk')
-rw-r--r--extras/Package_tplpresnt.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/extras/Package_tplpresnt.mk b/extras/Package_tplpresnt.mk
new file mode 100644
index 000000000000..1f76e598ef20
--- /dev/null
+++ b/extras/Package_tplpresnt.mk
@@ -0,0 +1,19 @@
+# -*- 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,extras_tplpresnt,$(SRCDIR)/extras/source/templates/presnt))
+
+$(eval $(call gb_Package_add_files,extras_tplpresnt,$(LIBO_SHARE_FOLDER)/template/common/presnt,\
+ Alizarin.otp \
+ Focus.otp \
+ Impress.otp \
+ Midnightblue.otp \
+))
+
+# vim: set noet sw=4 ts=4: