diff options
author | Stefano Karapetsas <[email protected]> | 2014-01-29 16:07:41 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-01-29 16:07:41 +0100 |
commit | 5697065e11fd593042ad572ba032b96fddad9cb5 (patch) | |
tree | a4a0e57436af53712d1c3f9d7f1d4be2f1c292ee /tools/plugin_template/pluma-plugin.desktop.in | |
parent | f9933b9afdf50f311b48749fd4b6f88323f22665 (diff) | |
download | pluma-5697065e11fd593042ad572ba032b96fddad9cb5.tar.bz2 pluma-5697065e11fd593042ad572ba032b96fddad9cb5.tar.xz |
Add tool to generate plugin templates
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 |