[empathy] add empathy.appdata.xml



commit ade90f4f06e468aa3190334fba5d5232626d9ea7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Sep 9 10:36:20 2013 +0200

    add empathy.appdata.xml

 data/Makefile.am         |    4 ++++
 data/empathy.appdata.xml |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e6627ae..a7bada5 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 0000000..52b18ec
--- /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&amp;do=get&amp;target=empathy.png</screenshot>
+  </screenshots>
+  <updatecontact>telepathy lists freedesktop org</updatecontact>
+</application>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]