[gnome-chess] Add an appdata file



commit 2ecd3b3fb32dba079f573a4f92aa1576c15f8d68
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 13 22:23:22 2013 -0500

    Add an appdata file

 data/Makefile.am             |    3 +++
 data/gnome-chess.appdata.xml |   22 ++++++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index b5f49fe..f3f5e86 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,6 +5,9 @@ desktop_in_files = glchess.desktop.in.in
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = gnome-chess.appdata.xml
+
 uidir = $(pkgdatadir)
 dist_ui_DATA = \
        gnome-chess.ui \
diff --git a/data/gnome-chess.appdata.xml b/data/gnome-chess.appdata.xml
new file mode 100644
index 0000000..6c8e00d
--- /dev/null
+++ b/data/gnome-chess.appdata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">glchess.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Chess</name>
+ <description>
+  <p>
+   GNOME Chess is a simple chess game. You can play against your computer at
+   three different difficulty levels, or against a friend at your computer.
+  </p>
+  <p>
+  Computer chess enthusiasts will appreciate GNOME Chess's compatibility with
+  nearly all modern computer chess engines, and its ability to detect several
+  popular engines automatically if installed.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="702" 
height="590">https://wiki.gnome.org/Apps/Chess?action=AttachFile&#x26;do=get&#x26;target=gnome-chess.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/Chess</url>
+ <updatecontact>mcatanzaro_at_gnome.org</updatecontact>
+</application>


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