diff options
author | Mathias Hasselmann <mathias@openismus.com> | 2013-03-14 12:54:17 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-03-14 13:46:42 +0000 |
commit | 0f972e94a2fcbc6b227a2ae7b5d435438f6dbdc1 (patch) | |
tree | d0e2bc815ad1956560edf645db8def29b7334fbd /extras/Package_glade.mk | |
parent | d6e752d5ebfaf66d1c9b0694f9c8582311d6151a (diff) |
Show LibreOffice controls in Glade's tool palette
Glade didn't show any LibreOffice controls in its tool palette
because the catalog didn't have any glade-widget-group element.
This adds a XSLT script to automatically generate such element.
A better version of the script would create separate groups for
each module/namespace, but currently I have no idea how to do
this with libxslt, as it doesn't provide fn::distinct-values().
Change-Id: Iaa3e4b0471b58c48838e000e6d78a73b0c6a4bd3
Reviewed-on: https://gerrit.libreoffice.org/2724
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extras/Package_glade.mk')
-rw-r--r-- | extras/Package_glade.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Package_glade.mk b/extras/Package_glade.mk index 9621aa9ba8f1..1ac1f690786a 100644 --- a/extras/Package_glade.mk +++ b/extras/Package_glade.mk @@ -7,7 +7,7 @@ # 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_Package,extras_glade,$(call gb_CustomTarget_get_workdir,extras/source/glade))) $(eval $(call gb_Package_add_file,extras_glade,pck/libreoffice-catalog.xml,libreoffice-catalog.xml)) |