Description: Improve the info panel
Author: Alex Myczko <tar@debian.org>
Forwarded: no
Last-Update: 2017-05-03
---

--- chess.app-2.8.orig/ChessInfo.plist
+++ chess.app-2.8/ChessInfo.plist
@@ -1,4 +1,12 @@
 {
+  ApplicationDescription = "A graphical Chess game";
+  ApplicationRelease = 2.8;
+  Authors = (
+        "Apple Computer",
+        "Gregory Casamento",
+        "Riccardo Mottola"
+  );
+  Copyright = "2000-2017";
   NSExecutable = "Chess";
   NSMainNibFile = "Chess";
   GSMainMarkupFile = "";
@@ -11,6 +19,6 @@
             CFBundleTypeRole = Editor;
             CFBundleTypeIconFile = (chess.icns);
             CFBundleTypeExtensions = (chess);
-	}    
-  );  
+	}
+  );
 }
