From: Igor Gnatenko Date: Thu, 12 Jun 2014 16:13:00 +0000 (+0400) Subject: metainfo: add python plugin X-Git-Tag: 3.11.0~144 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=c21423fb61920e7b9188ba372e65ce3f40b0345c metainfo: add python plugin Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210 Signed-off-by: Igor Gnatenko --- diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am index 8af099cbe..87513f9d1 100644 --- a/src/plugins/python/Makefile.am +++ b/src/plugins/python/Makefile.am @@ -2,6 +2,11 @@ # This file is part of Claws Mail package. # See COPYING file for license details. +appdata_files = claws-mail-python.metainfo.xml +appdatadir = $(datadir)/appdata +appdata_DATA = $(appdata_files) +EXTRA_DIST = $(appdata_files) + SUBDIRS = examples plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/python/claws-mail-python.metainfo.xml b/src/plugins/python/claws-mail-python.metainfo.xml new file mode 100644 index 000000000..edaf08df4 --- /dev/null +++ b/src/plugins/python/claws-mail-python.metainfo.xml @@ -0,0 +1,12 @@ + + + +claws-mail-python +claws-mail.desktop +Python +Offers a Python scripting. Code can be entered into an embedded Python console or stored +http://claws-mail.org/plugin.php?plugin=python +CC0-1.0 +GPL-3.0+ +i.gnatenko.brain@gmail.com +