foxygit / doom Log in
commit 1b04c5f44cd5f5aa307c109fc3e87797f7fbac85
Author:     Mike Swanson <mikeonthecomputer@gmail.com>
AuthorDate: Fri Jun 12 14:40:14 2015 -0700
Commit:     Mike Swanson <mikeonthecomputer@gmail.com>
CommitDate: Sat Jun 13 06:06:58 2015 -0700

    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.
---
 src/doom.appdata.xml.in    | 5 ++---
 src/heretic.appdata.xml.in | 5 ++---
 src/hexen.appdata.xml.in   | 5 ++---
 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>