games/clonekeen: Fix .desktop.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2023-01-08 02:55:52 -05:00 committed by Willy Sudiarto Raharjo
parent 005549450a
commit 80d8652943
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 6 additions and 4 deletions

View file

@ -6,11 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20230108 bkw: BUILD=3, update .desktop file.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=clonekeen
VERSION=${VERSION:-8.4}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -2,7 +2,7 @@
Name=CloneKeen
GenericName=Commander Keen Clone
Type=Application
Exec=clonekeen -cheat
Icon=clonekeen
Exec=/usr/games/clonekeen -cheat
Icon=/usr/share/pixmaps/clonekeen.png
Terminal=false
Categories=Game;ActionGame;

View file

@ -1,6 +1,6 @@
PRGNAM="clonekeen"
VERSION="8.4"
HOMEPAGE="http://clonekeen.sourceforge.net/"
HOMEPAGE="https://clonekeen.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/clonekeen/clonekeen-src-84.tar.gz \
https://downloads.sourceforge.net/clonekeen/CKBeta83_Bin_W32.zip \
ftp://ftp.3drealms.com/share/1keen.zip"