From 3a9a6b03fe2e098d803f3db020a884a266f1b059 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 27 Jan 2017 10:44:40 +0100 Subject: deps: support the new and changed requirements for KDE 5_17.01 New: - libdmtx - libwacom - qrencode Upgraded: - PyQt - libinput - qt5 - qt5-webkit - sip --- deps/libinput/.url | 2 +- deps/libinput/libinput.SlackBuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'deps/libinput') diff --git a/deps/libinput/.url b/deps/libinput/.url index bed45d5..9460ebe 100644 --- a/deps/libinput/.url +++ b/deps/libinput/.url @@ -1,2 +1,2 @@ -https://www.freedesktop.org/software/libinput/libinput-1.3.3.tar.xz +https://www.freedesktop.org/software/libinput/libinput-1.5.4.tar.xz diff --git a/deps/libinput/libinput.SlackBuild b/deps/libinput/libinput.SlackBuild index 03879eb..209ed8a 100755 --- a/deps/libinput/libinput.SlackBuild +++ b/deps/libinput/libinput.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh # Copyright 2016 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2016 Eric Hameleers, Eindhoven, NL +# Copyright 2016, 2017 Eric Hameleers, Eindhoven, NL # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -24,11 +24,11 @@ PKGNAM=libinput -VERSION=${VERSION:-1.3.3} +VERSION=${VERSION:-1.5.4} BUILD=${BUILD:-1} # Support for (wacom) tablets requires libwacom as additional dependency: -TABLET_SUPPORT=${TABLET_SUPPORT:-"NO"} +TABLET_SUPPORT=${TABLET_SUPPORT:-"YES"} NUMJOBS=${NUMJOBS:" -j4 "} -- cgit v1.2.3