diff options
author | Mike Swanson | 2015-06-13 05:40:25 -0700 |
---|---|---|
committer | Mike Swanson | 2015-08-29 16:18:34 -0700 |
commit | 59acab4c89c29d4b8016281f34eb7540df7e03f5 (patch) | |
tree | 16f95702300a411473a7ad96db231c83f60dffda /src | |
parent | 392226bf11ee7e909938e85a454368ee0f616741 (diff) | |
download | chocolate-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')
-rw-r--r-- | src/doom.appdata.xml.in | 24 | ||||
-rw-r--r-- | src/heretic.appdata.xml.in | 24 | ||||
-rw-r--r-- | src/hexen.appdata.xml.in | 24 | ||||
-rw-r--r-- | src/strife.appdata.xml.in | 24 |
4 files changed, 76 insertions, 20 deletions
diff --git a/src/doom.appdata.xml.in b/src/doom.appdata.xml.in index 64589c59..1c3aa545 100644 --- a/src/doom.appdata.xml.in +++ b/src/doom.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">@PROGRAM_PREFIX@doom.desktop</id> +<component type="desktop"> + <id>@PROGRAM_PREFIX@doom.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <developer_name>@PACKAGE_MAINTAINER@</developer_name> @@ -25,7 +25,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/9/97/GNOME_FreeDM_DEMO4.png</image> + <caption>FreeDM, DM05: Metal</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/a/a6/GNOME_Doom_II_DEMO2.png</image> + <caption>Doom II, Level 5: The Waste Tunnels</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/4/41/GNOME_Doomsday_of_UAC.png</image> + <caption>Doomsday of UAC (uac_dead.wad)</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/2/2a/GNOME_Freedoom_DTWID_DEMO3.png</image> + <caption>Doom the Way id Did, on Freedoom. Level 3-2: City of Corpses</caption> + </screenshot> </screenshots> -</application> +</component> diff --git a/src/heretic.appdata.xml.in b/src/heretic.appdata.xml.in index 1b123aab..dff84410 100644 --- a/src/heretic.appdata.xml.in +++ b/src/heretic.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">@PROGRAM_PREFIX@heretic.desktop</id> +<component type="desktop"> + <id>@PROGRAM_PREFIX@heretic.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/9/93/GNOME_Heretic_E5M4.png</image> + <caption>Level E5M4: Courtyard</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/1/14/GNOME_Heretic_Shareware_DEMO3.png</image> + <caption>Shareware Level E1M9: The Graveyard</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/3/34/GNOME_Heretic_E4M1.png</image> + <caption>Level E4M1: Catafalque</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/4/42/GNOME_Heretic_Shareware_DEMO1.png</image> + <caption>Shareware Level E1M3: The Gatehouse</caption> + </screenshot> </screenshots> -</application> +</component> 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> diff --git a/src/strife.appdata.xml.in b/src/strife.appdata.xml.in index 4e04e2fe..ff545539 100644 --- a/src/strife.appdata.xml.in +++ b/src/strife.appdata.xml.in @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">@PROGRAM_PREFIX@strife.desktop</id> +<component type="desktop"> + <id>@PROGRAM_PREFIX@strife.desktop</id> <metadata_license>CC0-1.0</metadata_license> <project_license>GPL-2.0+</project_license> <developer_name>@PACKAGE_MAINTAINER@</developer_name> @@ -25,7 +25,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/b/b2/GNOME_Strife_Rowan.png</image> + <caption>Talking to Rowan</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/1/1f/GNOME_Strife_Town.png</image> + <caption>The Town</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/8/8a/GNOME_Strife_Opening.png</image> + <caption>Opening Cinematic</caption> + </screenshot> + <screenshot> + <image>http://www.chocolate-doom.org/wiki/images/c/c4/GNOME_Strife_Sewage.png</image> + <caption>In the sewage</caption> + </screenshot> </screenshots> -</application> +</component> |