mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
accessibility/unclutter-xfixes: Updated for version 1.6.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b89027034e
commit
6c5399c079
3 changed files with 6 additions and 4 deletions
|
@ -18,3 +18,5 @@ Notes:
|
|||
|
||||
- The options are different (--timeout and --jitter, not -idle and
|
||||
-jitter), make sure you read the man page.
|
||||
|
||||
See also: misc/xbanish and accessibility/unclutter.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=unclutter-xfixes
|
||||
VERSION=${VERSION:-1.5}
|
||||
VERSION=${VERSION:-1.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="unclutter-xfixes"
|
||||
VERSION="1.5"
|
||||
VERSION="1.6"
|
||||
HOMEPAGE="https://github.com/Airblader/unclutter-xfixes"
|
||||
DOWNLOAD="https://github.com/Airblader/unclutter-xfixes/archive/v1.5/unclutter-xfixes-1.5.tar.gz"
|
||||
MD5SUM="a0a98cedb0ee1655c802eb6f535692a0"
|
||||
DOWNLOAD="https://github.com/Airblader/unclutter-xfixes/archive/v1.6/unclutter-xfixes-1.6.tar.gz"
|
||||
MD5SUM="c8a63e9b597d8b42d0e133bcf9e02c66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libev"
|
||||
|
|
Loading…
Reference in a new issue