summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author B. Watson <urchlay@slackware.uk>2022-06-10 12:25:48 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-06-18 09:09:50 +0700
commitcb74c9a1cc6008c70d7cb6e2119afe84ac5080c5 (patch)
tree83918a56b04f138faa37337b1466225bb89f8a7a /accessibility
parent6c5399c0792cf292e0c808b1947d6fcf258de757 (diff)
downloadslackbuilds-cb74c9a1cc6008c70d7cb6e2119afe84ac5080c5.tar.gz
slackbuilds-cb74c9a1cc6008c70d7cb6e2119afe84ac5080c5.tar.xz
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>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/xdotool/xdotool.SlackBuild8
-rw-r--r--accessibility/xdotool/xdotool.info6
2 files changed, 8 insertions, 6 deletions
diff --git a/accessibility/xdotool/xdotool.SlackBuild b/accessibility/xdotool/xdotool.SlackBuild
index 3e845613ca..8b7aa26ada 100644
--- a/accessibility/xdotool/xdotool.SlackBuild
+++ b/accessibility/xdotool/xdotool.SlackBuild
@@ -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
diff --git a/accessibility/xdotool/xdotool.info b/accessibility/xdotool/xdotool.info
index de45ce8a21..9e92079df4 100644
--- a/accessibility/xdotool/xdotool.info
+++ b/accessibility/xdotool/xdotool.info
@@ -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=""