[Commits] [SCM] claws branch, master, updated. 3.9.3-231-g0d1dfe6
colin at claws-mail.org
colin at claws-mail.org
Sun May 25 21:00:25 CEST 2014
The branch master of project "claws" (Claws Mail) has been updated
via 0d1dfe65a505b71083d1afd4ec01d1eb2d043a05 (commit)
from 6a68d40e7d985a54fdf30e1087292bf3d11fd215 (commit)
- Log -----------------------------------------------------------------
commit 0d1dfe65a505b71083d1afd4ec01d1eb2d043a05
Author: Colin Leroy <colin at colino.net>
Date: Sun May 25 20:56:10 2014 +0200
Added appdata helper file - http://people.freedesktop.org/~hughsient/appdata/
diff --git a/Makefile.am b/Makefile.am
index 853fa09..eb390ba 100644
--- 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
new file mode 100644
index 0000000..fd7d919
--- /dev/null
+++ b/claws-mail.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Colin Leroy <colin at 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 at lists.claws-mail.org</updatecontact>
+</application>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 4 ++++
claws-mail.appdata.xml | 27 +++++++++++++++++++++++++++
2 files changed, 31 insertions(+)
create mode 100644 claws-mail.appdata.xml
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list