mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
005549450a
commit
80d8652943
3 changed files with 6 additions and 4 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue