commit c21423fb61920e7b9188ba372e65ce3f40b0345c parent 03df1ed5502a4363dc7625120db6f886218953d5 Author: Igor Gnatenko <i.gnatenko.brain@gmail.com> Date: Thu, 12 Jun 2014 20:13:00 +0400 metainfo: add python plugin Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com> Diffstat:
| M | src/plugins/python/Makefile.am | | | 5 | +++++ |
| A | src/plugins/python/claws-mail-python.metainfo.xml | | | 12 | ++++++++++++ |
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git 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 @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> --> +<component type="addon"> +<id>claws-mail-python</id> +<extends>claws-mail.desktop</extends> +<name>Python</name> +<summary>Offers a Python scripting. Code can be entered into an embedded Python console or stored</summary> +<url type="homepage">http://claws-mail.org/plugin.php?plugin=python</url> +<metadata_license>CC0-1.0</metadata_license> +<project_license>GPL-3.0+</project_license> +<updatecontact>i.gnatenko.brain@gmail.com</updatecontact> +</component>