diff options
author | Daniel Mustieles <daniel.mustieles@gmail.com> | 2013-10-16 17:02:25 +0800 |
---|---|---|
committer | Daniel Mustieles <daniel.mustieles@gmail.com> | 2013-10-16 17:02:25 +0800 |
commit | c1d5e82faf3636f1f66cd56313a6035120bd4461 (patch) | |
tree | b63ac57cc0da095a581166069908860b0717141e /data/empathy.appdata.xml.in | |
parent | 207b37adbcb2b0ab096deacd7eee67fdbb5cdf59 (diff) | |
download | gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar.gz gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar.bz2 gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar.lz gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar.xz gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.tar.zst gsoc2013-empathy-c1d5e82faf3636f1f66cd56313a6035120bd4461.zip |
Added missing file
Diffstat (limited to 'data/empathy.appdata.xml.in')
-rw-r--r-- | data/empathy.appdata.xml.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/empathy.appdata.xml.in b/data/empathy.appdata.xml.in new file mode 100644 index 000000000..0d655f40d --- /dev/null +++ b/data/empathy.appdata.xml.in @@ -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> |