summaryrefslogtreecommitdiffstats
path: root/accessibility/xdotool/xdotool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/xdotool/xdotool.SlackBuild')
-rw-r--r--accessibility/xdotool/xdotool.SlackBuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild
index f319e4d0ea..75e773b92d 100644
--- a/accessibility/xdotool/xdotool.SlackBuild
+++ b/accessibility/xdotool/xdotool.SlackBuild
@@ -2,10 +2,13 @@
# Slackware build script for xdotool
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20230711 bkw: updated for v3.20211022.1.
+# 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 +54,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xdotool
-VERSION=${VERSION:-3.20160805.1}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-3.20211022.1}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -129,7 +132,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