[game-data-packager] 01/01: ut99: Use a 256x256 logo

Simon McVittie smcv at debian.org
Wed May 3 06:48:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch master
in repository game-data-packager.

commit df597da4a6c3e8e6f072c41d64b62f2ec7a96ac3
Author: Simon McVittie <smcv at debian.org>
Date:   Tue May 2 11:14:12 2017 +0100

    ut99: Use a 256x256 logo
    
    Gbp-Dch: ignore
---
 data/ut99.yaml                     | 11 +++++++++--
 game_data_packager/games/unreal.py |  2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/data/ut99.yaml b/data/ut99.yaml
index 2c852cc..0a3c92a 100644
--- a/data/ut99.yaml
+++ b/data/ut99.yaml
@@ -46,7 +46,7 @@ packages:
       - icon.bmp?436Linux
       - icon.xpm?436Linux
       - ut
-      - ut99.gif
+      - ut99.png
       - Maps/CityIntro.unr
       - Maps/CTF-High.unr
       - Maps/UTCredits.unr
@@ -115,6 +115,9 @@ files:
   checkfiles.sh?451:
     executable: true
 
+  ut99.png:
+    download: https://web.archive.org/web/20161130002521/http://www.unrealcentral.com/wp-content/uploads/2013/06/ut99_logo.png
+
   ut99.gif:
     download: https://web.archive.org/web/20150410154402/http://openut.sourceforge.net/images/utlogo.gif
 
@@ -1022,7 +1025,7 @@ groups:
 
   misc required assets:
     group_members: |
-      8706      88bcf557b7c566ebfbc056a6db501fcb ut99.gif
+      57887     48bd27ad649a0f5c0316c99c5898e11b ut99.png
 
       # These are not in the nodelta Windows patch but can be obtained from the
       # normal or GOTY Linux installer. New in UT99
@@ -1134,6 +1137,8 @@ groups:
       #9322      24dd59064af27fdec98fea8b608ba679 patch.md5?451
       #9212      16d18cdced589faf5a4335ace654da83 patch.md5?451System
 
+      8706      88bcf557b7c566ebfbc056a6db501fcb ut99.gif
+
   alternatives:
     group_members: |
       3320481   fdeb50aa61babaf52915f05ca8d98c92 Maps/CTF-High.unr?bp3
@@ -2110,6 +2115,7 @@ sha1sums: |
   5af042f00c2f75518ecdb78acc37533b27a279aa ut-install-436-goty.run
   da91bc746ea098455f01b0122f85c85c04c0519d ut-install-436.run
   77ccfd7221411aeb263c3242a2358db20b17a01e ut99.gif
+  cc6b0e3ef40f36cafd692b04149ec0279c0aac59 ut99.png
   3a867e29999e780c624d72e0c35c92b4dcf1613e ut?436Linux
   a151b6b6024ccee80cc956cb8d84845856222b87 ut?436Linux-goty
   6817afd71899a058a45548253f1605bdc8dae102 utpatch436nodelta.exe
@@ -2761,6 +2767,7 @@ sha256sums: |
   1626fc3c56ae5c9261b1e1f62fc5a893a83ec4727e2b0be81916b3d9ae90bfc4 ut-install-436-goty.run
   4008c7501a530c1fb5b8143b8e92baee59ef769c0bffa26c09e9bbb2673bc377 ut-install-436.run
   b013ace7a63fe268911f86e7eb5f427b201f1458e6bff952b6814f8523d6d437 ut99.gif
+  851a3c44b9ea24f4911c9ed35bc7bacafd31ccc6b173453680403dde6bcfa842 ut99.png
   0eac7244f9ba50e9476e126be27d9f04af5f2abf43bcbaff1f3ec9517c43487a ut?436Linux
   f73751a54847ab031d6b824fc443ab8de6b847eab5ef325d0fb40d651857995d ut?436Linux-goty
   b7935e4e7733c399386e370b8865c33eb1fd1575c0c8a3195ec5a6074ce2399c utpatch436nodelta.exe
diff --git a/game_data_packager/games/unreal.py b/game_data_packager/games/unreal.py
index a34b586..72a519c 100644
--- a/game_data_packager/games/unreal.py
+++ b/game_data_packager/games/unreal.py
@@ -33,7 +33,7 @@ class UnrealTask(PackagingTask):
                 self.__convert_logo(destdir, package, 'skaarj_logo.jpg')
         elif package.name == 'ut99-data':
             with TemporaryUmask(0o022):
-                self.__convert_logo(destdir, package, 'ut99.gif')
+                self.__convert_logo(destdir, package, 'ut99.png')
 
         if package.name in ('unreal-gold', 'unreal-classic', 'ut99'):
             with TemporaryUmask(0o022):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git



More information about the Pkg-games-commits mailing list