diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz@gmail.com> | 2022-07-05 09:48:53 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:15 +0700 |
commit | a4208ca6bd353ae312ad13fc00d3a6a3e80245a6 (patch) | |
tree | db66623bf30b7fb990ec9df47c036258d45cca75 /games | |
parent | 35d0072640dad20797f2c67796df31eb7c6b29f4 (diff) |
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>
Diffstat (limited to 'games')
-rw-r--r-- | games/kildclient/kildclient.SlackBuild | 5 | ||||
-rw-r--r-- | games/kildclient/kildclient.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games/kildclient/kildclient.SlackBuild b/games/kildclient/kildclient.SlackBuild index 310b34952459..6c06daed5af2 100644 --- a/games/kildclient/kildclient.SlackBuild +++ b/games/kildclient/kildclient.SlackBuild @@ -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 \ diff --git a/games/kildclient/kildclient.info b/games/kildclient/kildclient.info index f07d72638c38..a4a19853788d 100644 --- a/games/kildclient/kildclient.info +++ b/games/kildclient/kildclient.info @@ -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" |