[gnome-mines] Add an appdata file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] Add an appdata file
- Date: Sat, 14 Sep 2013 17:38:28 +0000 (UTC)
commit 55e922a2ad6185e434dba492a8a06824d24915ef
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 14 12:38:15 2013 -0500
Add an appdata file
data/Makefile.am | 4 ++++
data/gnome-mines.appdata.xml | 29 +++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index a36d316..cb905a3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -17,7 +17,11 @@ desktop_in_files = gnomine.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-mines.appdata.xml
+
EXTRA_DIST = \
+ $(appdata_DATA) \
$(gsettings_in_file) \
$(desktop_in_files) \
$(man_MANS) \
diff --git a/data/gnome-mines.appdata.xml b/data/gnome-mines.appdata.xml
new file mode 100644
index 0000000..3409bb7
--- /dev/null
+++ b/data/gnome-mines.appdata.xml
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnomine.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Mines</name>
+ <description>
+ <p>
+ GNOME Mines is a puzzle game where you search for hidden mines. Flag the
+ spaces with mines as quickly as possible to make the board a safer place and
+ win the game. Be careful not to trigger one, or the game is over!
+ </p>
+ <p>
+ When you click on a square, you'll find out if that square contained a mine.
+ If so, the game is over. Otherwise, you'll find out the number of mines in
+ adjacent squares. If no adjacent squares contain a mine, the safe portion of
+ the board will be revealed, so you have more dangerous territory to work on.
+ </p>
+ <p>
+ You can select the size of the field you want to play on at the start of the
+ game. If you get stuck, you can ask for a hint: there's a time penalty, but
+ that's better than hitting a mine!
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="659"
height="578">https://wiki.gnome.org/Mines?action=AttachFile&do=get&target=mines.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Mines</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]