summaryrefslogtreecommitdiff
path: root/extras/Package_gallmytheme.mk
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2013-05-08 17:10:02 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-05-15 09:37:39 +0100
commit22ca7c45b91d6f32de9f9b48c72d5b9d2374234d (patch)
tree7749e667b9aeb118ef0be94b4582c46d4009f5e6 /extras/Package_gallmytheme.mk
parentbb6b011fbbafb93d47620d5b4d05a721343147f5 (diff)
galleries: implement first self-built sound gallery
Change-Id: Ibbf8f1f8b1590af461dfa5885adb1027580f8f15
Diffstat (limited to 'extras/Package_gallmytheme.mk')
-rw-r--r--extras/Package_gallmytheme.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/Package_gallmytheme.mk b/extras/Package_gallmytheme.mk
new file mode 100644
index 000000000000..0b56289248b9
--- /dev/null
+++ b/extras/Package_gallmytheme.mk
@@ -0,0 +1,17 @@
+# -*- 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_gallmytheme,$(SRCDIR)/extras/source/gallery/gallery_sound))
+
+$(eval $(call gb_Package_set_outdir,extras_gallmytheme,$(INSTDIR)))
+
+$(eval $(call gb_Package_add_files,extras_gallmytheme,presets/gallery,\
+ sg30.sdv \
+ sg30.thm \
+))