diff options
author | Mike Swanson | 2015-06-12 14:40:14 -0700 |
---|---|---|
committer | Mike Swanson | 2015-08-29 16:18:34 -0700 |
commit | 392226bf11ee7e909938e85a454368ee0f616741 (patch) | |
tree | dc9c5e634e929809d3010d5c18aec5abf2f484e4 /src | |
parent | 79ef117aa867751110124fec843e0e406ddfe234 (diff) | |
download | chocolate-doom-392226bf11ee7e909938e85a454368ee0f616741.tar.gz chocolate-doom-392226bf11ee7e909938e85a454368ee0f616741.tar.bz2 chocolate-doom-392226bf11ee7e909938e85a454368ee0f616741.zip |
appdata: screenshots do not actually need to be 16:9, revise the TODO
I emailed Richard Hughes about what I interpreted in the spec as a
requirement that images be in 16:9 aspect. He corrected me by saying
that arbitrary dimensions are allowed, the software center will do the
padding on its own.
Diffstat (limited to 'src')
-rw-r--r-- | src/doom.appdata.xml.in | 5 | ||||
-rw-r--r-- | src/heretic.appdata.xml.in | 5 | ||||
-rw-r--r-- | src/hexen.appdata.xml.in | 5 | ||||
-rw-r--r-- | src/strife.appdata.xml.in | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/src/doom.appdata.xml.in b/src/doom.appdata.xml.in index 220229d4..64589c59 100644 --- a/src/doom.appdata.xml.in +++ b/src/doom.appdata.xml.in @@ -25,8 +25,7 @@ </p> </description> <screenshots> - <!-- TODO: The AppData specification demands that screenshot images be --> - <!-- in a 16:9 aspect ratio. We can create some with the Chocolate Doom --> - <!-- window centered against a transparent background. --> + <!-- TODO: Provide some screenshots here. The default GNOME --> + <!-- window frames with the game at 640x480 should be ideal. --> </screenshots> </application> diff --git a/src/heretic.appdata.xml.in b/src/heretic.appdata.xml.in index 943c35ad..1b123aab 100644 --- a/src/heretic.appdata.xml.in +++ b/src/heretic.appdata.xml.in @@ -24,8 +24,7 @@ </p> </description> <screenshots> - <!-- TODO: The AppData specification demands that screenshot images be --> - <!-- in a 16:9 aspect ratio. We can create some with the Chocolate Doom --> - <!-- window centered against a transparent background. --> + <!-- TODO: Provide some screenshots here. The default GNOME --> + <!-- window frames with the game at 640x480 should be ideal. --> </screenshots> </application> diff --git a/src/hexen.appdata.xml.in b/src/hexen.appdata.xml.in index e81af3a7..300fad73 100644 --- a/src/hexen.appdata.xml.in +++ b/src/hexen.appdata.xml.in @@ -24,8 +24,7 @@ </p> </description> <screenshots> - <!-- TODO: The AppData specification demands that screenshot images be --> - <!-- in a 16:9 aspect ratio. We can create some with the Chocolate Doom --> - <!-- window centered against a transparent background. --> + <!-- TODO: Provide some screenshots here. The default GNOME --> + <!-- window frames with the game at 640x480 should be ideal. --> </screenshots> </application> diff --git a/src/strife.appdata.xml.in b/src/strife.appdata.xml.in index f8345e27..4e04e2fe 100644 --- a/src/strife.appdata.xml.in +++ b/src/strife.appdata.xml.in @@ -25,8 +25,7 @@ </p> </description> <screenshots> - <!-- TODO: The AppData specification demands that screenshot images be --> - <!-- in a 16:9 aspect ratio. We can create some with the Chocolate Doom --> - <!-- window centered against a transparent background. --> + <!-- TODO: Provide some screenshots here. The default GNOME --> + <!-- window frames with the game at 640x480 should be ideal. --> </screenshots> </application> |