From e1fbe56adf49a5f4d3a3bb493933d9ae5a5c081f Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 5 Dec 2016 17:36:57 +0300 Subject: plugins: make them actually recognized and loaded by Pluma - use *.plugin extension instead of *.pluma-plugin - use "Plugin" section name instead of "Pluma Plugin" mostly adapted from: https://git.gnome.org/browse/gedit/commit/?id=1d56b827f14096891bb03dbd5e8211fdad1331ad https://git.gnome.org/browse/gedit/commit/?id=7c22769d73f756b9d1388febd147c9d267ed54cb --- plugins/changecase/Makefile.am | 6 +++--- plugins/changecase/changecase.plugin.desktop.in | 8 ++++++++ plugins/changecase/changecase.pluma-plugin.desktop.in | 8 -------- plugins/docinfo/Makefile.am | 6 +++--- plugins/docinfo/docinfo.plugin.desktop.in | 7 +++++++ plugins/docinfo/docinfo.pluma-plugin.desktop.in | 7 ------- plugins/filebrowser/Makefile.am | 6 +++--- plugins/filebrowser/filebrowser.plugin.desktop.in | 10 ++++++++++ .../filebrowser/filebrowser.pluma-plugin.desktop.in | 10 ---------- plugins/modelines/Makefile.am | 6 +++--- plugins/modelines/modelines.plugin.desktop.in | 8 ++++++++ plugins/modelines/modelines.pluma-plugin.desktop.in | 8 -------- plugins/sort/Makefile.am | 6 +++--- plugins/sort/sort.plugin.desktop.in | 9 +++++++++ plugins/sort/sort.pluma-plugin.desktop.in | 9 --------- plugins/spell/Makefile.am | 6 +++--- plugins/spell/spell.plugin.desktop.in | 9 +++++++++ plugins/spell/spell.pluma-plugin.desktop.in | 9 --------- plugins/taglist/Makefile.am | 6 +++--- plugins/taglist/taglist.plugin.desktop.in | 8 ++++++++ plugins/taglist/taglist.pluma-plugin.desktop.in | 8 -------- plugins/time/Makefile.am | 6 +++--- plugins/time/time.plugin.desktop.in | 8 ++++++++ plugins/time/time.pluma-plugin.desktop.in | 8 -------- plugins/trailsave/Makefile.am | 6 +++--- plugins/trailsave/trailsave.plugin.desktop.in | 9 +++++++++ plugins/trailsave/trailsave.pluma-plugin.desktop.in | 9 --------- po/POTFILES.in | 18 +++++++++--------- 28 files changed, 112 insertions(+), 112 deletions(-) create mode 100644 plugins/changecase/changecase.plugin.desktop.in delete mode 100644 plugins/changecase/changecase.pluma-plugin.desktop.in create mode 100644 plugins/docinfo/docinfo.plugin.desktop.in delete mode 100644 plugins/docinfo/docinfo.pluma-plugin.desktop.in create mode 100644 plugins/filebrowser/filebrowser.plugin.desktop.in delete mode 100644 plugins/filebrowser/filebrowser.pluma-plugin.desktop.in create mode 100644 plugins/modelines/modelines.plugin.desktop.in delete mode 100644 plugins/modelines/modelines.pluma-plugin.desktop.in create mode 100644 plugins/sort/sort.plugin.desktop.in delete mode 100644 plugins/sort/sort.pluma-plugin.desktop.in create mode 100644 plugins/spell/spell.plugin.desktop.in delete mode 100644 plugins/spell/spell.pluma-plugin.desktop.in create mode 100644 plugins/taglist/taglist.plugin.desktop.in delete mode 100644 plugins/taglist/taglist.pluma-plugin.desktop.in create mode 100644 plugins/time/time.plugin.desktop.in delete mode 100644 plugins/time/time.pluma-plugin.desktop.in create mode 100644 plugins/trailsave/trailsave.plugin.desktop.in delete mode 100644 plugins/trailsave/trailsave.pluma-plugin.desktop.in diff --git a/plugins/changecase/Makefile.am b/plugins/changecase/Makefile.am index 6b3a1cdd..5cb37347 100644 --- a/plugins/changecase/Makefile.am +++ b/plugins/changecase/Makefile.am @@ -19,11 +19,11 @@ libchangecase_la_LIBADD = $(PLUMA_LIBS) uidir = $(PLUMA_PLUGINS_DATA_DIR)/changecase ui_DATA = -plugin_in_files = changecase.pluma-plugin.desktop.in +plugin_in_files = changecase.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/changecase/changecase.plugin.desktop.in b/plugins/changecase/changecase.plugin.desktop.in new file mode 100644 index 00000000..d1539d99 --- /dev/null +++ b/plugins/changecase/changecase.plugin.desktop.in @@ -0,0 +1,8 @@ +[Plugin] +Module=changecase +IAge=2 +_Name=Change Case +_Description=Changes the case of selected text. +Authors=Paolo Borelli +Copyright=Copyright © 2004-2005 Paolo Borelli +Website=http://www.mate-desktop.org diff --git a/plugins/changecase/changecase.pluma-plugin.desktop.in b/plugins/changecase/changecase.pluma-plugin.desktop.in deleted file mode 100644 index d8383125..00000000 --- a/plugins/changecase/changecase.pluma-plugin.desktop.in +++ /dev/null @@ -1,8 +0,0 @@ -[Pluma Plugin] -Module=changecase -IAge=2 -_Name=Change Case -_Description=Changes the case of selected text. -Authors=Paolo Borelli -Copyright=Copyright © 2004-2005 Paolo Borelli -Website=http://www.mate-desktop.org diff --git a/plugins/docinfo/Makefile.am b/plugins/docinfo/Makefile.am index ec9fc410..1e1b48e9 100644 --- a/plugins/docinfo/Makefile.am +++ b/plugins/docinfo/Makefile.am @@ -19,11 +19,11 @@ libdocinfo_la_LIBADD = $(PLUMA_LIBS) uidir = $(PLUMA_PLUGINS_DATA_DIR)/docinfo ui_DATA = docinfo.ui -plugin_in_files = docinfo.pluma-plugin.desktop.in +plugin_in_files = docinfo.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/docinfo/docinfo.plugin.desktop.in b/plugins/docinfo/docinfo.plugin.desktop.in new file mode 100644 index 00000000..b4da32b0 --- /dev/null +++ b/plugins/docinfo/docinfo.plugin.desktop.in @@ -0,0 +1,7 @@ +[Plugin] +Module=docinfo +IAge=2 +_Name=Document Statistics +_Description=Analyzes the current document and reports the number of words, lines, characters and non-space characters in it. +Authors=Paolo Maggi ;Jorge Alberto Torres +Copyright=Copyright © 2002-2005 Paolo Maggi diff --git a/plugins/docinfo/docinfo.pluma-plugin.desktop.in b/plugins/docinfo/docinfo.pluma-plugin.desktop.in deleted file mode 100644 index 990f2cd6..00000000 --- a/plugins/docinfo/docinfo.pluma-plugin.desktop.in +++ /dev/null @@ -1,7 +0,0 @@ -[Pluma Plugin] -Module=docinfo -IAge=2 -_Name=Document Statistics -_Description=Analyzes the current document and reports the number of words, lines, characters and non-space characters in it. -Authors=Paolo Maggi ;Jorge Alberto Torres -Copyright=Copyright © 2002-2005 Paolo Maggi diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am index 3b494cdf..faa554ec 100644 --- a/plugins/filebrowser/Makefile.am +++ b/plugins/filebrowser/Makefile.am @@ -44,9 +44,9 @@ libfilebrowser_la_LIBADD = $(PLUMA_LIBS) uidir = $(PLUMA_PLUGINS_DATA_DIR)/filebrowser ui_DATA = pluma-file-browser-widget-ui.xml -plugin_in_files = filebrowser.pluma-plugin.desktop.in +plugin_in_files = filebrowser.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 pluma-file-browser-enum-types.h: pluma-file-browser-enum-types.h.template $(NOINST_H_FILES) $(GLIB_MKENUMS) (cd $(srcdir) && $(GLIB_MKENUMS) --template pluma-file-browser-enum-types.h.template $(NOINST_H_FILES)) > $@ @@ -63,7 +63,7 @@ pluma-file-browser-marshal.c: pluma-file-browser-marshal.list $(GLIB_GENMARSHAL) $(AM_V_GEN) echo "#include \"pluma-file-browser-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=pluma_file_browser_marshal >> $@ -plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) @INTLTOOL_XML_NOMERGE_RULE@ filebrowser_gschema_in = org.mate.pluma.plugins.filebrowser.gschema.xml.in diff --git a/plugins/filebrowser/filebrowser.plugin.desktop.in b/plugins/filebrowser/filebrowser.plugin.desktop.in new file mode 100644 index 00000000..625f2d01 --- /dev/null +++ b/plugins/filebrowser/filebrowser.plugin.desktop.in @@ -0,0 +1,10 @@ +[Plugin] +Loader=C +Module=filebrowser +IAge=2 +_Name=File Browser Pane +_Description=Easy file access from the side pane +Icon=system-file-manager +Authors=Jesse van den Kieboom +Copyright=Copyright © 2006 Jesse van den Kieboom +Website=http://www.mate-desktop.org diff --git a/plugins/filebrowser/filebrowser.pluma-plugin.desktop.in b/plugins/filebrowser/filebrowser.pluma-plugin.desktop.in deleted file mode 100644 index 02668983..00000000 --- a/plugins/filebrowser/filebrowser.pluma-plugin.desktop.in +++ /dev/null @@ -1,10 +0,0 @@ -[Pluma Plugin] -Loader=C -Module=filebrowser -IAge=2 -_Name=File Browser Pane -_Description=Easy file access from the side pane -Icon=system-file-manager -Authors=Jesse van den Kieboom -Copyright=Copyright © 2006 Jesse van den Kieboom -Website=http://www.mate-desktop.org diff --git a/plugins/modelines/Makefile.am b/plugins/modelines/Makefile.am index e375c898..c4840177 100644 --- a/plugins/modelines/Makefile.am +++ b/plugins/modelines/Makefile.am @@ -22,10 +22,10 @@ libmodelines_la_SOURCES = \ libmodelines_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libmodelines_la_LIBADD = $(PLUMA_LIBS) -plugin_in_files = modelines.pluma-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_in_files = modelines.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:.pluma-plugin.desktop.in=.pluma-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = \ $(plugin_in_files) \ diff --git a/plugins/modelines/modelines.plugin.desktop.in b/plugins/modelines/modelines.plugin.desktop.in new file mode 100644 index 00000000..04c34e7f --- /dev/null +++ b/plugins/modelines/modelines.plugin.desktop.in @@ -0,0 +1,8 @@ +[Plugin] +Module=modelines +IAge=2 +_Name=Modelines +_Description=Emacs, Kate and Vim-style modelines support for pluma. +Authors=Steve Frécinaux +Copyright=Copyright © 2005 Steve Frécinaux +Website=http://www.mate-desktop.org diff --git a/plugins/modelines/modelines.pluma-plugin.desktop.in b/plugins/modelines/modelines.pluma-plugin.desktop.in deleted file mode 100644 index 9adf3f4e..00000000 --- a/plugins/modelines/modelines.pluma-plugin.desktop.in +++ /dev/null @@ -1,8 +0,0 @@ -[Pluma Plugin] -Module=modelines -IAge=2 -_Name=Modelines -_Description=Emacs, Kate and Vim-style modelines support for pluma. -Authors=Steve Frécinaux -Copyright=Copyright © 2005 Steve Frécinaux -Website=http://www.mate-desktop.org 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.plugin.desktop.in b/plugins/sort/sort.plugin.desktop.in new file mode 100644 index 00000000..5775a984 --- /dev/null +++ b/plugins/sort/sort.plugin.desktop.in @@ -0,0 +1,9 @@ +[Plugin] +Module=sort +IAge=2 +_Name=Sort +_Description=Sorts a document or selected text. +Icon=view-sort-ascending +Authors=Carlo Borreo ;Lee Mallabone ;Paolo Maggi ;Jorge Alberto Torres H. +Copyright=Copyright © 2001 Carlo Borreo\nCopyright © 2002-2003 Lee Mallabone, Paolo Maggi\nCopyright © 2004-2005 Paolo Maggi +Website=http://www.mate-desktop.org diff --git a/plugins/sort/sort.pluma-plugin.desktop.in b/plugins/sort/sort.pluma-plugin.desktop.in deleted file mode 100644 index 6676ab6b..00000000 --- a/plugins/sort/sort.pluma-plugin.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Pluma Plugin] -Module=sort -IAge=2 -_Name=Sort -_Description=Sorts a document or selected text. -Icon=view-sort-ascending -Authors=Carlo Borreo ;Lee Mallabone ;Paolo Maggi ;Jorge Alberto Torres H. -Copyright=Copyright © 2001 Carlo Borreo\nCopyright © 2002-2003 Lee Mallabone, Paolo Maggi\nCopyright © 2004-2005 Paolo Maggi -Website=http://www.mate-desktop.org diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am index 001b25ae..9b15bc36 100644 --- a/plugins/spell/Makefile.am +++ b/plugins/spell/Makefile.am @@ -44,11 +44,11 @@ pluma-spell-marshal.c: pluma-spell-marshal.list $(GLIB_GENMARSHAL) $(AM_V_GEN) echo "#include \"pluma-spell-marshal.h\"" > $@ && \ $(GLIB_GENMARSHAL) $< --body --prefix=pluma_marshal >> $@ -plugin_in_files = spell.pluma-plugin.desktop.in +plugin_in_files = spell.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) @INTLTOOL_XML_NOMERGE_RULE@ spell_gschema_in = org.mate.pluma.plugins.spell.gschema.xml.in diff --git a/plugins/spell/spell.plugin.desktop.in b/plugins/spell/spell.plugin.desktop.in new file mode 100644 index 00000000..9bf11b72 --- /dev/null +++ b/plugins/spell/spell.plugin.desktop.in @@ -0,0 +1,9 @@ +[Plugin] +Module=spell +IAge=2 +_Name=Spell Checker +_Description=Checks the spelling of the current document. +Icon=tools-check-spelling +Authors=Paolo Maggi +Copyright=Copyright © 2002-2005 Paolo Maggi +Website=http://www.mate-desktop.org diff --git a/plugins/spell/spell.pluma-plugin.desktop.in b/plugins/spell/spell.pluma-plugin.desktop.in deleted file mode 100644 index 970a505f..00000000 --- a/plugins/spell/spell.pluma-plugin.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Pluma Plugin] -Module=spell -IAge=2 -_Name=Spell Checker -_Description=Checks the spelling of the current document. -Icon=tools-check-spelling -Authors=Paolo Maggi -Copyright=Copyright © 2002-2005 Paolo Maggi -Website=http://www.mate-desktop.org diff --git a/plugins/taglist/Makefile.am b/plugins/taglist/Makefile.am index 2b85c58a..044fae3f 100644 --- a/plugins/taglist/Makefile.am +++ b/plugins/taglist/Makefile.am @@ -30,9 +30,9 @@ libtaglist_la_SOURCES = \ libtaglist_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libtaglist_la_LIBADD = $(PLUMA_LIBS) -plugin_in_files = taglist.pluma-plugin.desktop.in +plugin_in_files = taglist.plugin.desktop.in -%.pluma-plugin: %.pluma-plugin.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) +%.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 GZIP_ENV = -9 @@ -41,7 +41,7 @@ GZIP_ENV = -9 LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache GZIP=$(GZIP_ENV) gzip -n -f $(@:.gz=) -plugin_DATA = $(plugin_in_files:.pluma-plugin.desktop.in=.pluma-plugin) +plugin_DATA = $(plugin_in_files:.plugin.desktop.in=.plugin) EXTRA_DIST = \ $(taglist_in_files) $(taglist_DATA) \ diff --git a/plugins/taglist/taglist.plugin.desktop.in b/plugins/taglist/taglist.plugin.desktop.in new file mode 100644 index 00000000..00b07952 --- /dev/null +++ b/plugins/taglist/taglist.plugin.desktop.in @@ -0,0 +1,8 @@ +[Plugin] +Module=taglist +IAge=2 +_Name=Tag list +_Description=Provides a method to easily insert commonly used tags/strings into a document without having to type them. +Authors=Paolo Maggi +Copyright=Copyright © 2002-2005 Paolo Maggi +Website=http://www.mate-desktop.org diff --git a/plugins/taglist/taglist.pluma-plugin.desktop.in b/plugins/taglist/taglist.pluma-plugin.desktop.in deleted file mode 100644 index a138ff3a..00000000 --- a/plugins/taglist/taglist.pluma-plugin.desktop.in +++ /dev/null @@ -1,8 +0,0 @@ -[Pluma Plugin] -Module=taglist -IAge=2 -_Name=Tag list -_Description=Provides a method to easily insert commonly used tags/strings into a document without having to type them. -Authors=Paolo Maggi -Copyright=Copyright © 2002-2005 Paolo Maggi -Website=http://www.mate-desktop.org diff --git a/plugins/time/Makefile.am b/plugins/time/Makefile.am index d1f8fe3b..30363e76 100644 --- a/plugins/time/Makefile.am +++ b/plugins/time/Makefile.am @@ -21,11 +21,11 @@ ui_DATA = \ pluma-time-dialog.ui \ pluma-time-setup-dialog.ui -plugin_in_files = time.pluma-plugin.desktop.in +plugin_in_files = time.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) @INTLTOOL_XML_NOMERGE_RULE@ time_gschema_in = org.mate.pluma.plugins.time.gschema.xml.in diff --git a/plugins/time/time.plugin.desktop.in b/plugins/time/time.plugin.desktop.in new file mode 100644 index 00000000..a59f2085 --- /dev/null +++ b/plugins/time/time.plugin.desktop.in @@ -0,0 +1,8 @@ +[Plugin] +Module=time +IAge=2 +_Name=Insert Date/Time +_Description=Inserts current date and time at the cursor position. +Authors=Paolo Maggi ;Lee Mallabone +Copyright=Copyright © 2002-2005 Paolo Maggi +Website=http://www.mate-desktop.org diff --git a/plugins/time/time.pluma-plugin.desktop.in b/plugins/time/time.pluma-plugin.desktop.in deleted file mode 100644 index af812768..00000000 --- a/plugins/time/time.pluma-plugin.desktop.in +++ /dev/null @@ -1,8 +0,0 @@ -[Pluma Plugin] -Module=time -IAge=2 -_Name=Insert Date/Time -_Description=Inserts current date and time at the cursor position. -Authors=Paolo Maggi ;Lee Mallabone -Copyright=Copyright © 2002-2005 Paolo Maggi -Website=http://www.mate-desktop.org diff --git a/plugins/trailsave/Makefile.am b/plugins/trailsave/Makefile.am index c8446959..d5879e46 100644 --- a/plugins/trailsave/Makefile.am +++ b/plugins/trailsave/Makefile.am @@ -16,11 +16,11 @@ libtrailsave_la_SOURCES = \ libtrailsave_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS) libtrailsave_la_LIBADD = $(PLUMA_LIBS) -plugin_in_files = trailsave.pluma-plugin.desktop.in +plugin_in_files = trailsave.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 = $(plugin_in_files) diff --git a/plugins/trailsave/trailsave.plugin.desktop.in b/plugins/trailsave/trailsave.plugin.desktop.in new file mode 100644 index 00000000..3849ba7f --- /dev/null +++ b/plugins/trailsave/trailsave.plugin.desktop.in @@ -0,0 +1,9 @@ +[Plugin] +Module=trailsave +IAge=2 +_Name=Save Without Trailing Spaces +_Description=Removes trailing spaces from lines before saving. +Icon=edit-cut +Authors=Marty Mills +Copyright=Copyright © 2015 Marty Mills +Website=http://www.mate-desktop.org diff --git a/plugins/trailsave/trailsave.pluma-plugin.desktop.in b/plugins/trailsave/trailsave.pluma-plugin.desktop.in deleted file mode 100644 index dcdbeee6..00000000 --- a/plugins/trailsave/trailsave.pluma-plugin.desktop.in +++ /dev/null @@ -1,9 +0,0 @@ -[Pluma Plugin] -Module=trailsave -IAge=2 -_Name=Save Without Trailing Spaces -_Description=Removes trailing spaces from lines before saving. -Icon=edit-cut -Authors=Marty Mills -Copyright=Copyright © 2015 Marty Mills -Website=http://www.mate-desktop.org diff --git a/po/POTFILES.in b/po/POTFILES.in index 1dbbcf4a..309f7bd1 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -45,21 +45,21 @@ pluma/pluma-ui.xml pluma/pluma-utils.c pluma/pluma-view.c pluma/pluma-window.c -plugins/changecase/changecase.pluma-plugin.desktop.in +plugins/changecase/changecase.plugin.desktop.in plugins/changecase/pluma-changecase-plugin.c -plugins/docinfo/docinfo.pluma-plugin.desktop.in +plugins/docinfo/docinfo.plugin.desktop.in [type: gettext/glade]plugins/docinfo/docinfo.ui plugins/docinfo/pluma-docinfo-plugin.c -plugins/filebrowser/filebrowser.pluma-plugin.desktop.in +plugins/filebrowser/filebrowser.plugin.desktop.in [type: gettext/gsettings]plugins/filebrowser/org.mate.pluma.plugins.filebrowser.gschema.xml.in plugins/filebrowser/pluma-file-bookmarks-store.c plugins/filebrowser/pluma-file-browser-plugin.c plugins/filebrowser/pluma-file-browser-store.c plugins/filebrowser/pluma-file-browser-view.c plugins/filebrowser/pluma-file-browser-widget.c -plugins/modelines/modelines.pluma-plugin.desktop.in +plugins/modelines/modelines.plugin.desktop.in plugins/sort/pluma-sort-plugin.c -plugins/sort/sort.pluma-plugin.desktop.in +plugins/sort/sort.plugin.desktop.in [type: gettext/glade]plugins/sort/sort.ui [type: gettext/gsettings]plugins/spell/org.mate.pluma.plugins.spell.gschema.xml.in plugins/spell/pluma-automatic-spell-checker.c @@ -71,18 +71,18 @@ plugins/spell/pluma-spell-plugin.c [type: gettext/glade]plugins/spell/languages-dialog.ui [type: gettext/glade]plugins/spell/spell-checker.ui [type: gettext/glade]plugins/spell/pluma-spell-setup-dialog.ui -plugins/spell/spell.pluma-plugin.desktop.in +plugins/spell/spell.plugin.desktop.in plugins/taglist/pluma-taglist-plugin.c plugins/taglist/pluma-taglist-plugin-panel.c plugins/taglist/pluma-taglist-plugin-parser.c plugins/taglist/HTML.tags.xml.in plugins/taglist/Latex.tags.xml.in -plugins/taglist/taglist.pluma-plugin.desktop.in +plugins/taglist/taglist.plugin.desktop.in plugins/taglist/XSLT.tags.xml.in plugins/taglist/XUL.tags.xml.in [type: gettext/gsettings]plugins/time/org.mate.pluma.plugins.time.gschema.xml.in plugins/time/pluma-time-plugin.c -plugins/time/time.pluma-plugin.desktop.in -plugins/trailsave/trailsave.pluma-plugin.desktop.in +plugins/time/time.plugin.desktop.in +plugins/trailsave/trailsave.plugin.desktop.in [type: gettext/glade]plugins/time/pluma-time-dialog.ui [type: gettext/glade]plugins/time/pluma-time-setup-dialog.ui -- cgit v1.2.1