[five-or-more] Add appdata file



commit b420b559afc920ffacf5ce188d84b46db137948e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Sep 13 22:47:47 2013 -0500

    Add appdata file

 data/Makefile.am              |    4 ++++
 data/five-or-more.appdata.xml |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 1709282..2d8c4bd 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -27,8 +27,12 @@ desktopdir = $(datadir)/applications
 desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 
+appdata_dir = $(datadir)/appdata
+appdata_DATA = five-or-more.appdata.xml
+
 EXTRA_DIST =                   \
        $(theme_DATA)           \
+        $(appdata_DATA)                \
        $(gsettings_in_file)    \
        $(man_MANS)     \
        $(ui_DATA)
diff --git a/data/five-or-more.appdata.xml b/data/five-or-more.appdata.xml
new file mode 100644
index 0000000..262e1f4
--- /dev/null
+++ b/data/five-or-more.appdata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+ <id type="desktop">glines.desktop</id>
+ <licence>CC0</licence>
+ <description>
+  <p>
+   Five or More is the GNOME port of a once-popular game. Align five or more
+   objects of the same color into a line to cause them to disappear and score
+   points. More objects appear after every turn. Play as long as possible, until
+   the board is completely full.
+  </p>
+ </description>
+ <screenshots>
+  <screenshot type="default" width="602" 
height="440">https://wiki.gnome.org/Five%20or%20more?action=AttachFile&#x26;do=get&#x26;target=five-or-more.png</screenshot>
+ </screenshots>
+ <url type="homepage">https://wiki.gnome.org/Five%20or%20more</url>
+ <updatecontact>games_list_at_gnome.org</updatecontact>
+</application>


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