[iagno] Add an AppData file



commit 5622a4cf4074d7373caa532de051a653a74082cd
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Mon Sep 2 23:19:49 2013 +0200

    Add an AppData file

 data/Makefile.am       |    4 ++++
 data/iagno.appdata.xml |   20 ++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 1cf589a..b187b90 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -23,6 +23,9 @@ Gamesdir = $(datadir)/applications
 Games_in_files = iagno.desktop.in.in
 Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
 
+appdatadir = $(datadir)/appdata
+appdata_files = iagno.appdata.xml
+
 gsettings_in_file = org.gnome.iagno.gschema.xml.in
 gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
 @INTLTOOL_XML_NOMERGE_RULE@
@@ -34,6 +37,7 @@ EXTRA_DIST = \
        $(ui_DATA) \
        $(theme_DATA) \
        $(sounds_DATA) \
+       $(appdata_files) \
        $(gsettings_in_file) \
        $(man_MANS)
 
diff --git a/data/iagno.appdata.xml b/data/iagno.appdata.xml
new file mode 100644
index 0000000..49446e2
--- /dev/null
+++ b/data/iagno.appdata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">iagno.desktop</id>
+  <licence>CC0</licence>
+  <description>
+    <p>
+      Iagno is a computer version of the game Reversi, more popularly called
+      Othello. Iagno is a two player strategy game similar to Go. The board is 8
+      by 8 with tiles that are black on one side and white on the other side.
+      The object of Iagno is to flip as many of your opponent's tiles to your
+      color as possible without your opponent flipping your tiles. This is done
+      by trapping your opponent's tiles between two tiles of your own color.
+    </p>
+  </description>
+  <screenshots>
+    <screenshot type="default" width="690" 
height="623">https://people.gnome.org/~thomashpa/iagno.png</screenshot>
+  </screenshots>
+  <url type="homepage">https://wiki.gnome.org/Apps/Iagno</url>
+  <updatecontact>games-list_at_gnome.org</updatecontact>
+</application>


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