summaryrefslogtreecommitdiff
path: root/games/kildclient/kildclient.SlackBuild
diff options
context:
space:
mode:
authorOzan Türkyılmaz <ozan.turkyilmaz@gmail.com>2022-07-05 09:48:53 +0300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:15 +0700
commita4208ca6bd353ae312ad13fc00d3a6a3e80245a6 (patch)
treedb66623bf30b7fb990ec9df47c036258d45cca75 /games/kildclient/kildclient.SlackBuild
parent35d0072640dad20797f2c67796df31eb7c6b29f4 (diff)
downloadslackbuilds-a4208ca6bd353ae312ad13fc00d3a6a3e80245a6.tar.gz
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/kildclient/kildclient.SlackBuild')
-rw-r--r--games/kildclient/kildclient.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/kildclient/kildclient.SlackBuild b/games/kildclient/kildclient.SlackBuild
index 310b349524..6c06daed5a 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 \