diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-09 10:36:20 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2013-09-09 10:45:38 +0200 |
commit | ade90f4f06e468aa3190334fba5d5232626d9ea7 (patch) | |
tree | 372fdfe6e01cccdefbcd1f18fd87e7cf491fa4d3 /data | |
parent | b0d8548254d521cc2d0371e1005a5f3f0d4a6bcf (diff) |
add empathy.appdata.xml
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 4 | ||||
-rw-r--r-- | data/empathy.appdata.xml | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index e6627ae1..a7bada5b 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -60,7 +60,11 @@ css_DATA = \ empathy.css \ $(NULL) +appdatadir = $(datadir)/appdata +appdata_files = empathy.appdata.xml + EXTRA_DIST = \ + $(appdata_files) \ $(convert_DATA) \ $(desktop_in_files) \ $(desktop_DATA) \ diff --git a/data/empathy.appdata.xml b/data/empathy.appdata.xml new file mode 100644 index 00000000..52b18ece --- /dev/null +++ b/data/empathy.appdata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<application> + <id type="desktop">empathy.desktop</id> + <licence>CC0</licence> + <description> + <p> + Empathy is the official instant messaging application of the GNOME desktop environment. Empathy can connect to AIM, MSN, Jabber (including Facebook and Google Talk), IRC, and many other messaging networks. You can chat with text, make audio and video calls, or even transfer files, depending on what your contact’s chat application allows. + </p> + <p> + Empathy provides integrated messaging for the GNOME desktop, so you’ll never miss a message. You can respond to your contacts without even having to open Empathy! + </p> + </description> + <url type="homepage">https://wiki.gnome.org/Empathy</url> + <screenshots> + <screenshot type="default">https://wiki.gnome.org/Empathy?action=AttachFile&do=get&target=empathy.png</screenshot> + </screenshots> + <updatecontact>telepathy@lists.freedesktop.org</updatecontact> +</application> |