summaryrefslogtreecommitdiff
path: root/plugins/changecase
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/changecase')
-rw-r--r--plugins/changecase/Makefile.am6
-rw-r--r--plugins/changecase/changecase.plugin.desktop.in4
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/changecase/Makefile.am b/plugins/changecase/Makefile.am
index e1404b1c..e30cfa37 100644
--- a/plugins/changecase/Makefile.am
+++ b/plugins/changecase/Makefile.am
@@ -19,11 +19,11 @@ uidir = $(PLUMA_PLUGINS_DATA_DIR)/changecase
ui_DATA =
plugin_in_files = changecase.plugin.desktop.in
-
-%.plugin: %.plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
-
plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin)
+$(plugin_DATA): $(plugin_in_files)
+ $(AM_V_GEN) $(MSGFMT) --keyword=Name --keyword=Description --desktop --template $< -d $(top_srcdir)/po -o $@
+
EXTRA_DIST = $(ui_DATA) $(plugin_in_files)
CLEANFILES = $(plugin_DATA)
diff --git a/plugins/changecase/changecase.plugin.desktop.in b/plugins/changecase/changecase.plugin.desktop.in
index de4cb375..bff2f4f6 100644
--- a/plugins/changecase/changecase.plugin.desktop.in
+++ b/plugins/changecase/changecase.plugin.desktop.in
@@ -1,8 +1,8 @@
[Plugin]
Module=changecase
IAge=2
-_Name=Change Case
-_Description=Changes the case of selected text.
+Name=Change Case
+Description=Changes the case of selected text.
Authors=Paolo Borelli <[email protected]>
Copyright=Copyright © 2004-2005 Paolo Borelli
Website=https://mate-desktop.org