commit 0d1dfe65a505b71083d1afd4ec01d1eb2d043a05
parent 6a68d40e7d985a54fdf30e1087292bf3d11fd215
Author: Colin Leroy <colin@colino.net>
Date: Sun, 25 May 2014 20:56:10 +0200
Added appdata helper file - http://people.freedesktop.org/~hughsient/appdata/
Diffstat:
2 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -19,6 +19,7 @@ EXTRA_DIST = \
claws-mail.pc.in \
claws-mail.desktop \
claws-mail.png \
+ claws-mail.appdata.xml \
autogen.sh \
claws-features.h.in \
version
@@ -38,6 +39,9 @@ pixmap128_DATA=claws-mail-128x128.png
gnomapdir = $(datadir)/applications
gnomap_DATA=claws-mail.desktop
+appdatadir=$(datadir)/appdata
+appdata_DATA = claws-mail.appdata.xml
+
rename-icons:
@cd $(DESTDIR)$(datadir)/icons/hicolor/64x64/apps && \
mv claws-mail-64x64.png claws-mail.png
diff --git a/claws-mail.appdata.xml b/claws-mail.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Colin Leroy <colin@colino.net> and the Claws Mail team -->
+<application>
+ <id type="desktop">quitcount.desktop</id>
+ <metadata_license>GFDL-1.3</metadata_license>
+ <project_license>GPL-3.0+</project_license>
+ <description>
+ <p>
+ Claws Mail is a fast, powerful and very extensible email client.
+ </p>
+ <p>
+ It is highly configurable and handles hundreds of thousands of emails
+ easily. Messages are managed in an open format, easy to interact with.
+ </p>
+ <p>
+ Lots of extra functionality is provided by plugins, like PGP signatures
+ and encryption, an RSS aggregator, calendar, powerful spam filtering,
+ Perl and Python interactions, HTML and PDF rendering, and more.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="928" height="522">http://www.claws-mail.org/appdata/claws-main.png</screenshot>
+ <screenshot width="928" height="522">http://www.claws-mail.org/appdata/claws-setup.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://www.claws-mail.org/</url>
+ <updatecontact>devel@lists.claws-mail.org</updatecontact>
+</application>