aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/Makefile.am4
-rw-r--r--data/evolution.appdata.xml18
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&amp;do=get&amp;target=evolution_mail.png</screenshot>
+</screenshots>
+<updatecontact>evolution-hackers_at_gnome.org</updatecontact>
+</application>