diff options
author | B. Watson <urchlay@slackware.uk> | 2022-06-10 14:30:33 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:51 +0700 |
commit | 64c8be66861f99e67d6928aa10cbffc6c183a5f1 (patch) | |
tree | c17f9b7e6d944f3d4ca61ce1e88c57638d801258 /misc | |
parent | 26a83e94cfa29097613b956fef0c707c7e6bef6b (diff) |
misc/xbanish: Updated for version 1.8.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xbanish/README | 2 | ||||
-rw-r--r-- | misc/xbanish/xbanish.SlackBuild | 3 | ||||
-rw-r--r-- | misc/xbanish/xbanish.info | 6 |
3 files changed, 7 insertions, 4 deletions
diff --git a/misc/xbanish/README b/misc/xbanish/README index bb5e957055dc..ddec3e8b6cd7 100644 --- a/misc/xbanish/README +++ b/misc/xbanish/README @@ -7,3 +7,5 @@ the X11 session. One can easily start this automatically by putting "/usr/bin/xbanish &" in ~/.xinitrc or some other WM/DE-specific startup file. + +See also: accessibility/unclutter and accessibility/unclutter-xfixes. diff --git a/misc/xbanish/xbanish.SlackBuild b/misc/xbanish/xbanish.SlackBuild index 533f4a4eb73d..49a9bb1ebd20 100644 --- a/misc/xbanish/xbanish.SlackBuild +++ b/misc/xbanish/xbanish.SlackBuild @@ -28,6 +28,7 @@ # Build script for xbanish +# 20220610 bkw: update for v1.8 # 20200720 bkw: update for v1.7 # 20200129 bkw: # - take over maintenance @@ -38,7 +39,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xbanish -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/misc/xbanish/xbanish.info b/misc/xbanish/xbanish.info index 2308183dc762..6183327f9d7e 100644 --- a/misc/xbanish/xbanish.info +++ b/misc/xbanish/xbanish.info @@ -1,8 +1,8 @@ PRGNAM="xbanish" -VERSION="1.7" +VERSION="1.8" HOMEPAGE="https://github.com/jcs/xbanish" -DOWNLOAD="https://github.com/jcs/xbanish/archive/v1.7/xbanish-1.7.tar.gz" -MD5SUM="08c0702576d6b2434f62ba06e1a3a32d" +DOWNLOAD="https://github.com/jcs/xbanish/archive/v1.8/xbanish-1.8.tar.gz" +MD5SUM="d4279515b2fbd898d37b0d869a4f7973" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |