[gnome-tetravex] Add an appdata file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex] Add an appdata file
- Date: Sun, 15 Sep 2013 00:18:55 +0000 (UTC)
commit ebbddf37b1da8824488c1f3cc933cee6fe9e5cc5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 14 19:18:27 2013 -0500
Add an appdata file
data/Makefile.am | 4 ++++
data/gnome-tetravex.appdata.xml | 22 ++++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 8510635..d799053 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -8,6 +8,9 @@ desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-tetravex.appdata.xml
+
gsettings_in_file = org.gnome.tetravex.gschema.xml.in
gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
@INTLTOOL_XML_NOMERGE_RULE@
@@ -16,6 +19,7 @@ gsettings_SCHEMAS = $(gsettings_in_file:.xml.in=.xml)
man_MANS = gnome-tetravex.6
EXTRA_DIST = \
+ $(appdata_DATA) \
$(ui_DATA) \
$(gsettings_in_file) \
$(man_MANS)
diff --git a/data/gnome-tetravex.appdata.xml b/data/gnome-tetravex.appdata.xml
new file mode 100644
index 0000000..115638a
--- /dev/null
+++ b/data/gnome-tetravex.appdata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnome-tetravex.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Tetravex</name>
+ <description>
+ <p>
+ Each square piece has a number on each side. Position the pieces on the left
+ side of the board so that the same numbers are next to each other. If the
+ numbers don't match, you can't put the piece there. Move quickly: you're
+ being timed!
+ </p>
+ <p>
+ You can make the game easier or harder by changing the size of the board.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="602"
height="440">https://wiki.gnome.org/Tetravex?action=AttachFile&do=get&target=tetravex.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Tetravex</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]