summaryrefslogtreecommitdiff
path: root/extras/Package_glade.mk
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-21 10:21:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-21 10:53:15 +0000
commitd48d8c5da8c51d7b87a609932d28db6ff132683b (patch)
tree70c862972a37c1317ba193c93daab97badbaac0e /extras/Package_glade.mk
parentaa0b9d13b5f8c150a3b3035aa7a1d54f70720cdd (diff)
add a glade catalog so glade can manage our custom widgets
export GLADE_CATALOG_SEARCH_PATH=install/share/glade distro maintainers can link/move this to /usr/share/glade/catalogs Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
Diffstat (limited to 'extras/Package_glade.mk')
-rw-r--r--extras/Package_glade.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/extras/Package_glade.mk b/extras/Package_glade.mk
new file mode 100644
index 000000000000..9621aa9ba8f1
--- /dev/null
+++ b/extras/Package_glade.mk
@@ -0,0 +1,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,extras_glade,$(SRCDIR)/extras/source/glade))
+
+$(eval $(call gb_Package_add_file,extras_glade,pck/libreoffice-catalog.xml,libreoffice-catalog.xml))
+
+# vim: set noet sw=4 ts=4: