games/kildclient: Updated to latest git version.

While waiting for a new release.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ozan Türkyılmaz 2022-07-05 09:48:53 +03:00 committed by Willy Sudiarto Raharjo
parent 35d0072640
commit a4208ca6bd
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 8 additions and 5 deletions

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=kildclient
VERSION=${VERSION:-3.2.0}
VERSION=${VERSION:-3.2.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,6 +81,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
#Let's add the main category to the desktop file and remove other one
sed -i 's/Categories=Network;RolePlaying;/Categories=RolePlaying;Game;/' kildclient.desktop
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,10 +1,10 @@
PRGNAM="kildclient"
VERSION="3.2.0"
VERSION="3.2.0.1"
HOMEPAGE="https://www.kildclient.org/"
DOWNLOAD="https://sourceforge.net/projects/kildclient/files/kildclient/3.2.0/kildclient-3.2.0.tar.gz"
MD5SUM="ba97527c645d7b65864704ba8cca9606"
DOWNLOAD="https://gitlab.com/ozanty/sbodirectlinks/-/raw/main/kildclient/kildclient-3.2.0.1.tar.gz"
MD5SUM="33ec0951bcc1be38beb7480313782f13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-JSON gtkspell3"
REQUIRES="perl-JSON perl-xml-libxml gtkspell3"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="ozan.turkyilmaz@gmail.com"