summaryrefslogtreecommitdiffstats
path: root/games/atanks/atanks.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/atanks/atanks.SlackBuild')
-rw-r--r--games/atanks/atanks.SlackBuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/atanks/atanks.SlackBuild b/games/atanks/atanks.SlackBuild
index d127fb81d8..0c06b01d08 100644
--- a/games/atanks/atanks.SlackBuild
+++ b/games/atanks/atanks.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for atanks
-# Copyright 2015-2016 Eugene M., <damagedone at gmx dot com>
+# Copyright 2015-2021 Eugene M., <damagedone at gmx dot com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=atanks
-VERSION=${VERSION:-6.5}
+VERSION=${VERSION:-6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -93,5 +93,8 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
+install -Dm644 atanks.desktop $PKG/usr/share/applications/atanks.desktop
+install -Dm644 atanks.png $PKG/usr/share/pixmaps/atanks.png
+
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE