]> git.0d.be Git - empathy.git/commitdiff
add empathy.appdata.xml
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Sep 2013 08:36:20 +0000 (10:36 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 9 Sep 2013 08:45:38 +0000 (10:45 +0200)
data/Makefile.am
data/empathy.appdata.xml [new file with mode: 0644]

index e6627ae15e8366ed7ebc52b755612c1034731508..a7bada5bf90c853dac69841bb53912e663a69910 100644 (file)
@@ -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 (file)
index 0000000..52b18ec
--- /dev/null
@@ -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&amp;do=get&amp;target=empathy.png</screenshot>
+  </screenshots>
+  <updatecontact>telepathy@lists.freedesktop.org</updatecontact>
+</application>