From 736f966c8cfa83faf2fca0ded39ba92338ed7d70 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 Oct 2015 06:42:31 +0100 Subject: [PATCH] xf86-input-libinput: update to 0.15.0. --- .../files/90-libinput.conf | 30 ------------------- srcpkgs/xf86-input-libinput/template | 5 ++-- 2 files changed, 2 insertions(+), 33 deletions(-) delete mode 100644 srcpkgs/xf86-input-libinput/files/90-libinput.conf diff --git a/srcpkgs/xf86-input-libinput/files/90-libinput.conf b/srcpkgs/xf86-input-libinput/files/90-libinput.conf deleted file mode 100644 index 818b3050d1e..00000000000 --- a/srcpkgs/xf86-input-libinput/files/90-libinput.conf +++ /dev/null @@ -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 - diff --git a/srcpkgs/xf86-input-libinput/template b/srcpkgs/xf86-input-libinput/template index 7f407a1d836..439f8679f08 100644 --- a/srcpkgs/xf86-input-libinput/template +++ b/srcpkgs/xf86-input-libinput/template @@ -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 " 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 }