[gnome-contacts] misc: Add appdata description for Contacts



commit d5b3c501f766184d04dd9e81d4b27dc9050c357c
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Mon Sep 9 13:30:33 2013 -0400

    misc: Add appdata description for Contacts

 data/Makefile.am                |    4 ++++
 data/gnome-contacts.appdata.xml |   27 +++++++++++++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b08083e..1a463e7 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,8 +21,12 @@ service_DATA = $(service_in_files:.service.in=.service)
        $(AM_V_GEN) [ -d $(@D) ] || $(mkdir_p) $(@D) ; \
                    sed -e "s|\ libexecdir\@|$(libexecdir)|" $< > $  tmp && mv $  tmp $@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-contacts.appdata.xml
+
 EXTRA_DIST = \
        gnome-contacts.desktop.in.in    \
+       gnome-contacts.appdata.xml      \
        $(searchprovider_DATA)  \
        $(service_in_files)  \
        $(NULL)
diff --git a/data/gnome-contacts.appdata.xml b/data/gnome-contacts.appdata.xml
new file mode 100644
index 0000000..f3bbd58
--- /dev/null
+++ b/data/gnome-contacts.appdata.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">gnome-contacts.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      Contacts keeps and organize your contacts information. You can create,
+      edit, delete and link together pieces of information about your contacts.
+      Contacts aggreagates the details from all your sources providing a
+      centralized place for managing your contacts.
+    </p>
+    <p>Features</p>
+    <ul>
+      <li>Search for and view contacts</li>
+      <li>Edit contact details and make new contacts</li>
+      <li>Integration with online address books</li>
+      <li>Automatic linking of contacts from different online sources</li>
+    </ul>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="800" height="575">
+      https://wiki.gnome.org/Apps/Contacts?action=AttachFile&amp;do=get&amp;target=appdata.png
+    </screenshot>
+  </screenshots>
+  <url type="homepage">https://wiki.gnome.org/Apps/Contacts</url>
+  <updatecontact>erickpc gnome org</updatecontact>
+</application>


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