diff options
-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 bb5e957055..ddec3e8b6c 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 533f4a4eb7..49a9bb1ebd 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 2308183dc7..6183327f9d 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="" |