libraries/libinput: Updated for version 1.6.3.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-03-13 22:25:52 +00:00 committed by Willy Sudiarto Raharjo
parent e64ff55ed8
commit 3389be756e
4 changed files with 11 additions and 11 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libinput
VERSION=${VERSION:-1.6.1}
VERSION=${VERSION:-1.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -99,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING README.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -ar COPYING README.txt doc/html $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM-SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="libinput"
VERSION="1.6.1"
VERSION="1.6.3"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput"
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.6.1.tar.xz"
MD5SUM="7e282344f8ed7ec5cf87ca9fc22674fb"
DOWNLOAD="https://www.freedesktop.org/software/libinput/libinput-1.6.3.tar.xz"
MD5SUM="62f4a283925ac7ebe6cc59884801aa69"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""