[gnome-klotski] Add an appdata file



commit f43b3cd9d7ab8772c6eb51c2ef3770333896af1f
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 14 11:24:05 2013 -0500

    Add an appdata file

 data/Makefile.am               |    4 ++++
 data/gnome-klotski.appdata.xml |   19 +++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 6f09456..d0b9b83 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -16,7 +16,11 @@ desktop_in_files = gnotski.desktop.in.in
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-klotski.appdata.xml
+
 EXTRA_DIST = \
+       $(appdata_DATA)         \
        $(gsettings_in_file)    \
        $(desktop_in_files)     \
        $(man_MANS)             \
diff --git a/data/gnome-klotski.appdata.xml b/data/gnome-klotski.appdata.xml
new file mode 100644
index 0000000..bfce488
--- /dev/null
+++ b/data/gnome-klotski.appdata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnotski.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Klotski</name>
+ <description>
+  <p>
+   GNOME Klotski is a set of block sliding puzzles. The objective is to move the
+   patterned block to the area bordered by green markers. To do so, you'll need
+   to slide other blocks out of the way. Complete each puzzle in as few moves as
+   possible!
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="602" 
height="440">https://wiki.gnome.org/Klotski?action=AttachFile&#x26;do=get&#x26;target=klotski.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Klotski</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>


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