summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2013-09-09 13:30:33 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2013-09-09 13:30:33 -0400
commitd5b3c501f766184d04dd9e81d4b27dc9050c357c (patch)
tree052b0278ffa498c190a151d2f1c241c7c3fecd7f
parentc256b4c37c11f8969f481a33f4e69207207747e5 (diff)
downloadgnome-contacts-d5b3c501f766184d04dd9e81d4b27dc9050c357c.tar.gz
misc: Add appdata description for Contacts
-rw-r--r--data/Makefile.am4
-rw-r--r--data/gnome-contacts.appdata.xml27
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>