diff options
author | B. Watson <urchlay@slackware.uk> | 2023-01-07 02:15:25 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:16 +0700 |
commit | 32e7f6f436e4571be5302775ac1f8b15b7001f22 (patch) | |
tree | 5e55493d655463bef19ade5633b7ce5d4fcd0dd6 | |
parent | 3630b247d9919d253e354d0b9dbee098e864bd7c (diff) |
games/cosmic_assault: Fix icon size (64x64).
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/cosmic_assault/cosmic_assault.SlackBuild | 2 | ||||
-rw-r--r-- | games/cosmic_assault/cosmic_assault.png | bin | 1585 -> 8689 bytes |
2 files changed, 2 insertions, 0 deletions
diff --git a/games/cosmic_assault/cosmic_assault.SlackBuild b/games/cosmic_assault/cosmic_assault.SlackBuild index fd9323df4dc80..b09074ffd6f5d 100644 --- a/games/cosmic_assault/cosmic_assault.SlackBuild +++ b/games/cosmic_assault/cosmic_assault.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230107 bkw: BUILD=3, fix icon size. # 20211228 bkw: BUILD=2. # - convert .mod music to .ogg, since -current's SDL2_mixer (and thus # pygame) utterly lack MOD music support. @@ -66,6 +67,7 @@ cp -a data $PKG/usr/share/games/$PRGNAM # icon made from game data image: # convert -scale 64x64 data/newship.gif cosmic_assault.png +# ...and then fixed up with the gimp :( mkdir -p $PKG/usr/share/icons/hicolor/64x64/apps $PKG/usr/share/pixmaps cat $CWD/$PRGNAM.png > $PKG/usr/share/icons/hicolor/64x64/apps/$PRGNAM.png ln -s ../icons/hicolor/64x64/apps/$PRGNAM.png $PKG/usr/share/pixmaps/$PRGNAM.png diff --git a/games/cosmic_assault/cosmic_assault.png b/games/cosmic_assault/cosmic_assault.png Binary files differindex d96ac85475818..de1d1d6423012 100644 --- a/games/cosmic_assault/cosmic_assault.png +++ b/games/cosmic_assault/cosmic_assault.png |