metainfo: add address_keeper plugin
authorIgor Gnatenko <i.gnatenko.brain@gmail.com>
Thu, 12 Jun 2014 13:34:37 +0000 (17:34 +0400)
committerIgor Gnatenko <i.gnatenko.brain@gmail.com>
Thu, 12 Jun 2014 19:27:38 +0000 (23:27 +0400)
Reference: http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3210
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
src/plugins/address_keeper/Makefile.am
src/plugins/address_keeper/claws-mail-address_keeper.metainfo.xml [new file with mode: 0644]

index cb97455c84b7c093d0b380b75e0d32270f1b7ae3..32e51fadcbcb3ab4b891ed20a0bafd159911aaae 100644 (file)
@@ -2,7 +2,10 @@
 # This file is part of Claws Mail package.
 # See COPYING file for license details.
 
 # This file is part of Claws Mail package.
 # See COPYING file for license details.
 
-EXTRA_DIST = claws.def plugin.def version.rc
+appdata_files = claws-mail-address_keeper.metainfo.xml
+appdatadir = $(datadir)/appdata
+appdata_DATA = $(appdata_files)
+EXTRA_DIST = claws.def plugin.def version.rc $(appdata_files)
 
 IFLAGS = \
        -I$(top_srcdir)/src \
 
 IFLAGS = \
        -I$(top_srcdir)/src \
diff --git a/src/plugins/address_keeper/claws-mail-address_keeper.metainfo.xml b/src/plugins/address_keeper/claws-mail-address_keeper.metainfo.xml
new file mode 100644 (file)
index 0000000..cb4e6a7
--- /dev/null
@@ -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-address_keeper</id>
+<extends>claws-mail.desktop</extends>
+<name>AddressKeeper</name>
+<summary>Allows saving outgoing addresses to a designated folder in the address book</summary>
+<url type="homepage">http://claws-mail.org/plugins.php</url>
+<metadata_license>CC0-1.0</metadata_license>
+<project_license>GPL-3.0+</project_license>
+<updatecontact>i.gnatenko.brain@gmail.com</updatecontact>
+</component>