[yelp] Added AppData file



commit 1829f75a5a67eaf58aa33aca614f260a29199ffc
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Wed Jan 22 11:50:15 2014 +0100

    Added AppData file

 data/Makefile.am         |   12 +++++++++++-
 data/yelp.appdata.xml.in |   19 +++++++++++++++++++
 po/POTFILES.in           |    1 +
 3 files changed, 31 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 234e613..59fe31b 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,17 @@ MOSTLYCLEANFILES =
 
 @INTLTOOL_SCHEMAS_RULE@
 
+appdatadir = $(datadir)/appdata
+appdata_in_files = yelp.appdata.xml.in
+appdata_DATA = $(appdata_in_files:.xml.in=.xml)
+ INTLTOOL_XML_RULE@
+
 gsettings_SCHEMAS = org.gnome.yelp.gschema.xml
 @GSETTINGS_RULES@
 
-EXTRA_DIST = $(gsettings_SCHEMAS)
+EXTRA_DIST = \
+       $(appdata_in_files) \
+       $(gsettings_SCHEMAS)
+
+CLEANFILES = \
+       $(appdata_DATA)
diff --git a/data/yelp.appdata.xml.in b/data/yelp.appdata.xml.in
new file mode 100644
index 0000000..9d7d39a
--- /dev/null
+++ b/data/yelp.appdata.xml.in
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+<id type="desktop">yelp.desktop</id>
+<licence>CC0</licence>
+<description>
+<_p>
+Yelp is a viewer and framework for documentation on the Linux desktop. It is used heavily by the GNOME 
desktop environment, and its tools serve as the reference implementation for the Mallard help format. Yelp 
supports DocBook, Mallard, HTML, man, and info documents.
+</_p>
+<_p>
+Yelp development has led to the development of various tools, and the Mallard and DocBook transformations 
live in standalone XSLT module. All of these are under the umbrella name Yelp.
+</_p>
+</description>
+<screenshots>
+<screenshot 
type="default">https://wiki.gnome.org/Apps/Yelp?action=AttachFile&do=view&target=yelp_screenshot.png</screenshot>
+</screenshots>
+<url type="homepage">https://wiki.gnome.org/Apps/Yelp</url>
+<updatecontact>gnome-doc-devel-list gnome org</updatecontact>
+</application>
+
diff --git a/po/POTFILES.in b/po/POTFILES.in
index fec0dae..d3fc9e6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
 # Please keep this file sorted alphabetically.
 [encoding: UTF-8]
 data/domains/yelp.pot
+data/yelp.appdata.xml.in
 libyelp/yelp-bz2-decompressor.c
 libyelp/yelp-debug.c
 libyelp/yelp-docbook-document.c


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