Browse Source
accessibility/unclutter-xfixes: Updated for version 1.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
pull/53/head
B. Watson
7 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with
9 additions and
4 deletions
-
accessibility/unclutter-xfixes/unclutter-xfixes.SlackBuild
-
accessibility/unclutter-xfixes/unclutter-xfixes.info
|
|
@ -7,7 +7,7 @@ |
|
|
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. |
|
|
|
|
|
|
|
PRGNAM=unclutter-xfixes |
|
|
|
VERSION=${VERSION:-1.4} |
|
|
|
VERSION=${VERSION:-1.5} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
@ -61,6 +61,11 @@ make install PREFIX=$PKG/usr MANDIR=$PKG/usr/man/man1 |
|
|
|
strip $PKG/usr/bin/* |
|
|
|
gzip $PKG/usr/man/man?/*.? |
|
|
|
|
|
|
|
# 20190111 bkw: starting with 1.5, upstream installs the license to |
|
|
|
# /usr/share/licenses/. I dunno if this is some obscure FHS thing or |
|
|
|
# a Debian standard or what, but we already got the license in /usr/doc. |
|
|
|
rm -rf $PKG/usr/share |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="unclutter-xfixes" |
|
|
|
VERSION="1.4" |
|
|
|
VERSION="1.5" |
|
|
|
HOMEPAGE="https://github.com/Airblader/unclutter-xfixes" |
|
|
|
DOWNLOAD="https://github.com/Airblader/unclutter-xfixes/archive/v1.4/unclutter-xfixes-1.4.tar.gz" |
|
|
|
MD5SUM="d52660fc4540a04a177cefcad83a6864" |
|
|
|
DOWNLOAD="https://github.com/Airblader/unclutter-xfixes/archive/v1.5/unclutter-xfixes-1.5.tar.gz" |
|
|
|
MD5SUM="a0a98cedb0ee1655c802eb6f535692a0" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="libev" |
|
|
|