summaryrefslogtreecommitdiff
path: root/src/hexen.appdata.xml.in
diff options
context:
space:
mode:
authorMike Swanson2015-06-13 05:40:25 -0700
committerMike Swanson2015-08-29 16:18:34 -0700
commit59acab4c89c29d4b8016281f34eb7540df7e03f5 (patch)
tree16f95702300a411473a7ad96db231c83f60dffda /src/hexen.appdata.xml.in
parent392226bf11ee7e909938e85a454368ee0f616741 (diff)
downloadchocolate-doom-59acab4c89c29d4b8016281f34eb7540df7e03f5.tar.gz
chocolate-doom-59acab4c89c29d4b8016281f34eb7540df7e03f5.tar.bz2
chocolate-doom-59acab4c89c29d4b8016281f34eb7540df7e03f5.zip
appdata: add complete set of screenshots, upgrade schema
Diffstat (limited to 'src/hexen.appdata.xml.in')
-rw-r--r--src/hexen.appdata.xml.in24
1 files changed, 19 insertions, 5 deletions
diff --git a/src/hexen.appdata.xml.in b/src/hexen.appdata.xml.in
index 300fad73..e7745bed 100644
--- a/src/hexen.appdata.xml.in
+++ b/src/hexen.appdata.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<application>
- <id type="desktop">@PROGRAM_PREFIX@hexen.desktop</id>
+<component type="desktop">
+ <id>@PROGRAM_PREFIX@hexen.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+</project_license>
<developer_name>@PACKAGE_MAINTAINER@</developer_name>
@@ -24,7 +24,21 @@
</p>
</description>
<screenshots>
- <!-- TODO: Provide some screenshots here. The default GNOME -->
- <!-- window frames with the game at 640x480 should be ideal. -->
+ <screenshot type="default">
+ <image>http://www.chocolate-doom.org/wiki/images/0/0f/GNOME_Hexen_Guardian_of_Fire.png</image>
+ <caption>Level "Guardian of Fire"</caption>
+ </screenshot>
+ <screenshot>
+ <image>http://www.chocolate-doom.org/wiki/images/5/5c/GNOME_Hexen_Effluvium.png</image>
+ <caption>Level "Effluvium"</caption>
+ </screenshot>
+ <screenshot>
+ <image>http://www.chocolate-doom.org/wiki/images/c/c1/GNOME_Hexen_Dragon_Chapel.png</image>
+ <caption>Level "Dragon Chapel"</caption>
+ </screenshot>
+ <screenshot>
+ <image>http://www.chocolate-doom.org/wiki/images/a/a7/GNOME_Hexen_Darkmere.png</image>
+ <caption>Level "Darkmere"</caption>
+ </screenshot>
</screenshots>
-</application>
+</component>