diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-09-07 22:50:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-09-07 23:17:12 +0800 |
commit | 2a6eb7c4d6d02daa60f81268d50e366738a86206 (patch) | |
tree | 88a61044022dc8f7b03dd460743309c2cafe74d7 /data | |
parent | 3ba71a0078beec8065c2907bca1d5a2c7373d355 (diff) | |
download | gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar.gz gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar.bz2 gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar.lz gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar.xz gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.tar.zst gsoc2013-evolution-2a6eb7c4d6d02daa60f81268d50e366738a86206.zip |
Add an AppData description for Evolution.
Based on http://people.freedesktop.org/~hughsient/appdata/.
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/evolution.appdata.xml | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 1bc90ca4af..62dca8ba19 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,6 +4,9 @@ desktopdir = $(datadir)/applications desktop_in_files = evolution.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +appdatadir = $(datadir)/appdata +appdata_DATA = evolution.appdata.xml + autostartdir = $(sysconfdir)/xdg/autostart autostart_in_files = evolution-alarm-notify.desktop.in autostart_DATA = $(autostart_in_files:.desktop.in=.desktop) @@ -65,6 +68,7 @@ CLEANFILES = \ $(desktop_DATA) EXTRA_DIST = \ + $(appdata_DATA) \ $(autostart_in_files) \ $(desktop_in_files) \ $(convert_DATA) \ diff --git a/data/evolution.appdata.xml b/data/evolution.appdata.xml new file mode 100644 index 0000000000..a4b65018fb --- /dev/null +++ b/data/evolution.appdata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<application> +<id type="desktop">evolution.desktop</id> +<licence>CC0</licence> +<description> +<p> +Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality. +</p> +<p> +Evolution supports a wide range of industry standard data formats and network protocols for information exchange, with an emphasis on standards compliance and security. Evolution can also integrate smoothly with Microsoft Exchange by way of the "Exchange Web Services" (EWS) extension. +</p> +</description> +<url type="homepage">https://live.gnome.org/Apps/Evolution</url> +<screenshots> + <screenshot type="default">https://wiki.gnome.org/Apps/Evolution/Screenshots?action=AttachFile&do=get&target=evolution_mail.png</screenshot> +</screenshots> +<updatecontact>evolution-hackers_at_gnome.org</updatecontact> +</application> |