accessibility/xdotool: Updated for version 3.20210903.1.

Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-06-10 12:25:48 -04:00 committed by Willy Sudiarto Raharjo
parent 6c5399c079
commit cb74c9a1cc
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 6 deletions

View file

@ -6,6 +6,8 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20220610 bkw: updated for v3.20210903.1.
# 20200329 bkw:
# - BUILD=3
# - Stop including references to the build and $PKG dirs in the binary. This
@ -51,8 +53,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xdotool
VERSION=${VERSION:-3.20160805.1}
BUILD=${BUILD:-3}
VERSION=${VERSION:-3.20210903.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -129,7 +131,7 @@ gzip -9 $PKG/usr/man/man1/$PRGNAM.1
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
chmod 0644 examples/*.sh $PKG/usr/include/*.h
cp -a CHANGELIST README COPYRIGHT examples $PRGNAM.html docs/html \
cp -a CHANGELIST README* COPYRIGHT examples $PRGNAM.html docs/html \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="xdotool"
VERSION="3.20160805.1"
VERSION="3.20210903.1"
HOMEPAGE="https://www.semicomplete.com/projects/xdotool/"
DOWNLOAD="https://github.com/jordansissel/xdotool/releases/download/v3.20160805.1/xdotool-3.20160805.1.tar.gz"
MD5SUM="544632cc2cf7383bc44425c25ee0650a"
DOWNLOAD="https://github.com/jordansissel/xdotool/releases/download/v3.20210903.1/xdotool-3.20210903.1.tar.gz"
MD5SUM="6ac239a33b4294d9553440fd2b9a1332"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""