[gnome-nibbles] Add an appdata file



commit 8b3d2c913ee16783326443083b5e70900905aeb4
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 14 17:59:52 2013 -0500

    Add an appdata file

 data/Makefile.am               |    4 ++++
 data/gnome-nibbles.appdata.xml |   28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 811357a..2942653 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -24,9 +24,13 @@ desktop_in_files = gnibbles.desktop.in.in
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-nibbles.appdata.xml
+
 man_MANS = gnome-nibbles.6
 
 EXTRA_DIST = \
+       $(appdata_DATA) \
        $(pixmap_DATA) \
        $(sounds_DATA) \
        $(gsettings_in_file) \
diff --git a/data/gnome-nibbles.appdata.xml b/data/gnome-nibbles.appdata.xml
new file mode 100644
index 0000000..9b4e391
--- /dev/null
+++ b/data/gnome-nibbles.appdata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnibbles.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Nibbles</name>
+ <description>
+  <p>
+   Control a worm in its quest to eat bonuses and become longer. Outmanuever
+   enemy worms while eating doughnuts and ice cream to increase your length.
+   Each worm has ten lives and loses one by running into a wall or another worm.
+   The enemy worms are after the same bonuses that you are, so be careful: if
+   they become too large, you won't have much room to manuever.
+  </p>
+  <p>
+   The adventure progresses through 26 maps of increasing difficulty. The early
+   levels are mostly open with a few walls, but later on, cramped spaces and
+   teleporters make things more interesting.
+  </p>
+  <p>
+   Play on your own against up to five enemy worms, or share your keyboard to
+   let one or more friends join the fun.
+  </p>
+ <screenshots>
+  <screenshot type="default" width="652" 
height="560">https://wiki.gnome.org/Nibbles?action=AttachFile&#x26;do=get&#x26;target=nibbles.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Nibbles</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>


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