From 09a5a4de4970120a9871265fd0a709ff7a664d3f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 12 Jun 2014 19:49:40 +0400 Subject: [PATCH] metainfo: add perl plugin Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210 Signed-off-by: Igor Gnatenko --- src/plugins/perl/Makefile.am | 5 +++++ src/plugins/perl/claws-mail-perl.metainfo.xml | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/plugins/perl/claws-mail-perl.metainfo.xml diff --git a/src/plugins/perl/Makefile.am b/src/plugins/perl/Makefile.am index 21737cac3..ec637ffc3 100644 --- a/src/plugins/perl/Makefile.am +++ b/src/plugins/perl/Makefile.am @@ -2,6 +2,11 @@ # This file is part of Claws Mail package. # See COPYING file for license details. +appdata_files = claws-mail-perl.metainfo.xml +appdatadir = $(datadir)/appdata +appdata_DATA = $(appdata_files) +EXTRA_DIST = $(appdata_files) + SUBDIRS = tools plugindir = $(pkglibdir)/plugins diff --git a/src/plugins/perl/claws-mail-perl.metainfo.xml b/src/plugins/perl/claws-mail-perl.metainfo.xml new file mode 100644 index 000000000..6d86a7305 --- /dev/null +++ b/src/plugins/perl/claws-mail-perl.metainfo.xml @@ -0,0 +1,12 @@ + + + +claws-mail-perl +claws-mail.desktop +Perl +Allowing the use of full Perl power in email filters +http://claws-mail.org/plugins.php +CC0-1.0 +GPL-3.0+ +i.gnatenko.brain@gmail.com + -- 2.25.1