diff options
author | Daniel Mustieles <daniel.mustieles@gmail.com> | 2014-01-22 11:50:15 +0100 |
---|---|---|
committer | Daniel Mustieles <daniel.mustieles@gmail.com> | 2014-01-31 14:06:14 +0100 |
commit | 1829f75a5a67eaf58aa33aca614f260a29199ffc (patch) | |
tree | 856ecc55592f5ddc5d64b283f92435a9f6bdab8d | |
parent | dd74b9357c911edbd5cd2cb912048ba0a3a4011e (diff) | |
download | yelp-1829f75a5a67eaf58aa33aca614f260a29199ffc.tar.gz |
Added AppData file
-rw-r--r-- | data/Makefile.am | 12 | ||||
-rw-r--r-- | data/yelp.appdata.xml.in | 19 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 31 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 234e6139..59fe31b8 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 00000000..9d7d39af --- /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 fec0dae7..d3fc9e62 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 |