shithub: choc

Download patch

ref: 1b04c5f44cd5f5aa307c109fc3e87797f7fbac85
parent: 53eea282a777b17312b7a98af71d4d991d3670cb
author: Mike Swanson <mikeonthecomputer@gmail.com>
date: Fri Jun 12 10:40:14 EDT 2015

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.

--- 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>
--- 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>
--- 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>
--- 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>