[quadrapassel] Add an appdata file
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [quadrapassel] Add an appdata file
- Date: Sat, 14 Sep 2013 15:32:01 +0000 (UTC)
commit 2b89df0c878c9f5436b904ed24843ec600f68c64
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Sep 14 10:31:08 2013 -0500
Add an appdata file
data/Makefile.am | 4 ++++
data/quadrapassel.appdata.xml | 25 +++++++++++++++++++++++++
2 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index ddd1670..90e5cfd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -21,9 +21,13 @@ desktop_in_files = quadrapassel.desktop.in.in
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+appdatadir = $(datadir)/appdata
+appdata_DATA = quadrapassel.appdata.xml
+
man_MANS = quadrapassel.6
EXTRA_DIST = \
+ $(appdata_DATA) \
$(gsettings_in_file) \
$(sounds_DATA) \
$(desktop_in_files) \
diff --git a/data/quadrapassel.appdata.xml b/data/quadrapassel.appdata.xml
new file mode 100644
index 0000000..e022c45
--- /dev/null
+++ b/data/quadrapassel.appdata.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">quadrapassel.desktop</id>
+ <licence>CC0</licence>
+ <description>
+ <p>
+ Quadrapassel is a derivitive of the classic Russian falling-block game.
+ Reposition and rotate the blocks as they fall, and attempt to fit them
+ together. When you form a complete horizontal row of blocks, the row will
+ disappear and you score points. The game is over when the blocks get stacked
+ too high. As your score gets higher, you level up and the blocks fall faster.
+ </p>
+ <p>
+ If you're looking for a challenge, Quadrapassel allows you to increase the
+ initial speed of the blocks, or begin the game with partial blocks on some
+ of the rows. Or, instead of allowing the blocks to fall randomly, it can
+ select blocks that will be hard for you to place.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="502"
height="540">https://wiki.gnome.org/Apps/Quadrapassel?action=AttachFile&do=get&target=quadrapassel.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Apps/Quadrapassel</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]