metainfo: add vcalendar 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>
This commit is contained in:
Igor Gnatenko 2014-06-12 20:35:23 +04:00
parent 0a993fd53d
commit f7999d439a
2 changed files with 17 additions and 1 deletions

View file

@ -2,8 +2,12 @@
# This file is part of Claws Mail package.
# See COPYING file for license details.
appdata_files = claws-mail-vcalendar.metainfo.xml
appdatadir = $(datadir)/appdata
appdata_DATA = $(appdata_files)
SUBDIRS = libical
EXTRA_DIST = claws.def plugin.def version.rc
EXTRA_DIST = claws.def plugin.def version.rc $(appdata_files)
IFLAGS = \
-I$(top_srcdir)/src \

View file

@ -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-vcalendar</id>
<extends>claws-mail.desktop</extends>
<name>vCalendar</name>
<summary>Enables vCalendar message handling and handles webCal subscriptions. Provides a calendar import</summary>
<url type="homepage">http://claws-mail.org/plugin.php?plugin=vcalendar</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<updatecontact>i.gnatenko.brain@gmail.com</updatecontact>
</component>