mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
misc/xbanish: Updated for version 1.8.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
26a83e94cf
commit
64c8be6686
3 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue