[gnome-robots] Add an appdata file



commit 5be424c3f0d601057c43142260399e183114c422
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 14 18:50:19 2013 -0500

    Add an appdata file

 data/Makefile.am              |    4 ++++
 data/gnome-robots.appdata.xml |   28 ++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 13ecf23..45980fe 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -56,6 +56,9 @@ Games_in_files = gnobots2.desktop.in.in
 Games_DATA = $(Games_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdatadir = $(datadir)/appdata
+appdata_DATA = gnome-robots.appdata.xml
+
 install-data-local:
        -$(mkinstalldirs) $(DESTDIR)$(scoredir)
        -for cfn in $(config_DATA); do \
@@ -80,6 +83,7 @@ uninstall-local:
            done
 
 EXTRA_DIST = $(cursor_files) \
+            $(appdata_DATA) \
              $(pixmap_DATA) \
              $(sounds_DATA) \
              $(theme_DATA) \
diff --git a/data/gnome-robots.appdata.xml b/data/gnome-robots.appdata.xml
new file mode 100644
index 0000000..b2189b8
--- /dev/null
+++ b/data/gnome-robots.appdata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">gnobots2.desktop</id>
+ <licence>CC0</licence>
+ <name>GNOME Robots</name>
+ <description>
+  <p>
+   It is the distant future – the year 2000. Evil robots are trying to kill you.
+   Avoid the robots or face certain death.
+  </p>
+  <p>
+   Fortunately, the robots are extremely stupid and will always move directly
+   towards you. Trick them into colliding into each other, resulting in their
+   destruction, or into the junk piles that result. You can defend yourself by
+   moving the junk piles, or escape to safety with your handy teleportation
+   device.
+  </p>
+  <p>
+   Your supply of safe teleports is limited, and once you run out, teleportation
+   could land you right next to a robot, who will kill you. Survive for as long
+   as possible!
+  </p>
+ <screenshots>
+  <screenshot type="default" width="722" 
height="606">https://wiki.gnome.org/Robots?action=AttachFile&#x26;do=get&#x26;target=robots.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Robots</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>


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