diff options
Diffstat (limited to 'plugins/sort')
-rw-r--r-- | plugins/sort/Makefile.am | 6 | ||||
-rw-r--r-- | plugins/sort/sort.plugin.desktop.in (renamed from plugins/sort/sort.pluma-plugin.desktop.in) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sort/Makefile.am b/plugins/sort/Makefile.am index 749be6bc..18245f05 100644 --- a/plugins/sort/Makefile.am +++ b/plugins/sort/Makefile.am @@ -19,11 +19,11 @@ libsort_la_LIBADD = $(PLUMA_LIBS) uidir = $(PLUMA_PLUGINS_DATA_DIR)/sort ui_DATA = sort.ui -plugin_in_files = sort.pluma-plugin.desktop.in +plugin_in_files = sort.plugin.desktop.in -%.pluma-plugin: %.pluma-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: %.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:.pluma-plugin.desktop.in=.pluma-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = $(ui_DATA) $(plugin_in_files) diff --git a/plugins/sort/sort.pluma-plugin.desktop.in b/plugins/sort/sort.plugin.desktop.in index 6676ab6b..5775a984 100644 --- a/plugins/sort/sort.pluma-plugin.desktop.in +++ b/plugins/sort/sort.plugin.desktop.in @@ -1,4 +1,4 @@ -[Pluma Plugin] +[Plugin] Module=sort IAge=2 _Name=Sort |