diff options
Diffstat (limited to 'tools/plugin_template/pluma-plugin.desktop.in')
-rw-r--r-- | tools/plugin_template/pluma-plugin.desktop.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/plugin_template/pluma-plugin.desktop.in b/tools/plugin_template/pluma-plugin.desktop.in new file mode 100644 index 00000000..c12b91b9 --- /dev/null +++ b/tools/plugin_template/pluma-plugin.desktop.in @@ -0,0 +1,12 @@ +[Pluma Plugin] +##ifdef WITH_PYTHON +Loader=python +##endif +Module=##(PLUGIN_MODULE) +IAge=2 +_Name=##(PLUGIN_NAME) +_Description=##(DESCRIPTION) +Icon=pluma-plugin +Authors=##(AUTHOR_FULLNAME) <##(AUTHOR_EMAIL.lower)> +Copyright=Copyright © ##(DATE_YEAR) ##(AUTHOR_FULLNAME) +Website=http://www.mate-desktop.org |