Browse Source
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>
pull/186/head
B. Watson
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
6 additions and
4 deletions
-
accessibility/unclutter-xfixes/README
-
accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
-
accessibility/unclutter-xfixes/unclutter-xfixes.info
|
|
@ -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" |
|
|
|