diff options
author | Nikolay Nikolov <nikobnikolov[at]gmail[dot]com> | 2018-07-18 23:53:14 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-21 06:53:31 +0700 |
commit | 0123a809f175bf37b7008db37f08a578eb90d346 (patch) | |
tree | ece4aa617009779d099716518870bc38615f1ed8 /libraries | |
parent | 46b63f844774a043f6a4a1a5b699ae9fb6df3e51 (diff) | |
download | slackbuilds-0123a809f175bf37b7008db37f08a578eb90d346.tar.gz |
libraries/xf86-input-libinput: Updated for version 0.28.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries')
4 files changed, 7 insertions, 7 deletions
diff --git a/libraries/xf86-input-libinput/README b/libraries/xf86-input-libinput/README index 35174e6c84..5acca28f9c 100644 --- a/libraries/xf86-input-libinput/README +++ b/libraries/xf86-input-libinput/README @@ -1,6 +1,6 @@ A generic input driver for the X.Org X11 X server based on libinput, supporting all devices. -Serves as a wrapper needed by libinput to communicate with X.Org. +Serves as a wrapper needed by libinput to communicate with X.Org. Note that to have libinput properly operating on a Slackware 14.2 system, you also need this wrapper. @@ -15,6 +15,6 @@ modify the above file. Do not modify the system file in /usr/share/X11/xorg.conf.d/90-libinput.conf WARNING: Misconfiguration of an X input driver may leave you without -usable input devices in your X session. +usable input devices in your X session. To fix the problem, boot to init level 3 (terminal, without starting X) and make the appropriate fixes. diff --git a/libraries/xf86-input-libinput/slack-desc b/libraries/xf86-input-libinput/slack-desc index ddea7f7a34..47a5a44bd0 100644 --- a/libraries/xf86-input-libinput/slack-desc +++ b/libraries/xf86-input-libinput/slack-desc @@ -9,7 +9,7 @@ xf86-input-libinput: xf86-input-libinput (Xorg X11 libinput input driver) xf86-input-libinput: xf86-input-libinput: A generic input driver for the X.Org X11 X server based on libinput, -xf86-input-libinput: supporting all devices. Serves as a wrapper needed by libinput to +xf86-input-libinput: supporting all devices. Serves as a wrapper needed by libinput to xf86-input-libinput: communicate with X.Org xf86-input-libinput: xf86-input-libinput: diff --git a/libraries/xf86-input-libinput/xf86-input-libinput.SlackBuild b/libraries/xf86-input-libinput/xf86-input-libinput.SlackBuild index a7380fc2a7..532bdb2caa 100644 --- a/libraries/xf86-input-libinput/xf86-input-libinput.SlackBuild +++ b/libraries/xf86-input-libinput/xf86-input-libinput.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xf86-input-libinput -VERSION=${VERSION:-0.25.0} +VERSION=${VERSION:-0.28.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/libraries/xf86-input-libinput/xf86-input-libinput.info b/libraries/xf86-input-libinput/xf86-input-libinput.info index 5cbfb0d14a..bdf9f216c9 100644 --- a/libraries/xf86-input-libinput/xf86-input-libinput.info +++ b/libraries/xf86-input-libinput/xf86-input-libinput.info @@ -1,8 +1,8 @@ PRGNAM="xf86-input-libinput" -VERSION="0.25.0" +VERSION="0.28.0" HOMEPAGE="https://cgit.freedesktop.org/xorg/driver/xf86-input-libinput/" -DOWNLOAD="https://www.x.org/releases/individual/driver/xf86-input-libinput-0.25.0.tar.bz2" -MD5SUM="bd64be831914eda924f7166243c34968" +DOWNLOAD="https://www.x.org/releases/individual/driver/xf86-input-libinput-0.28.0.tar.bz2" +MD5SUM="2d7519ac0e39d4c88f3be32e81a637aa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libinput" |