xf86-input-libinput: update to 0.15.0.

This commit is contained in:
Juan RP 2015-10-29 06:42:31 +01:00
parent fd10bbdb51
commit 736f966c8c
2 changed files with 2 additions and 33 deletions

View File

@ -1,30 +0,0 @@
# Match on all types of devices but tablet devices and joysticks
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput keyboard catchall"
MatchIsKeyboard "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Section "InputClass"
Identifier "libinput touchscreen catchall"
MatchIsTouchscreen "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection

View File

@ -1,6 +1,6 @@
# Template build file for 'xf86-input-libinput'.
pkgname=xf86-input-libinput
version=0.14.0
version=0.15.0
revision=1
lib32disabled=yes
build_style=gnu-configure
@ -12,10 +12,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org/"
license="MIT"
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
checksum=e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265
checksum=28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41
post_install() {
vinstall ${FILESDIR}/90-libinput.conf 644 usr/share/X11/xorg.conf.d
vlicense COPYING
}