games/digger: Take over maintenance.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2021-10-24 13:06:18 +02:00 committed by Willy Sudiarto Raharjo
parent 8164abe45a
commit cc9df662b0
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 4 additions and 11 deletions

View file

@ -3,6 +3,7 @@
# Slackware build script for digger
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
# Copyright 2021 Johannes Schoepfer, Germany
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -38,14 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
fi
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

View file

@ -1,6 +1,6 @@
[Desktop Entry]
Categories=Game;
Exec=digger
Exec=digger /A
Icon=digger
Name=Digger
StartupNotify=false

View file

@ -6,5 +6,5 @@ MD5SUM="a16e90a49ed8ea90099b254d3ef5edfa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Petar Petrov"
EMAIL="slackalaxy@gmail.com"
MAINTAINER="Johannes Schoepfer"
EMAIL="slackbuilds@schoepfer.info"