Added appdata helper file - http://people.freedesktop.org/~hughsient/appdata/
authorColin Leroy <colin@colino.net>
Sun, 25 May 2014 18:56:10 +0000 (20:56 +0200)
committerColin Leroy <colin@colino.net>
Sun, 25 May 2014 19:00:06 +0000 (21:00 +0200)
Makefile.am
claws-mail.appdata.xml [new file with mode: 0644]

index 853fa09a0f254c7fe7b9a9cf533c47867d176423..eb390ba217a87ce7e34a455fd80a57588a852af2 100644 (file)
@@ -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
new file mode 100644 (file)
index 0000000..fd7d919
--- /dev/null
@@ -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>