Date: Tuesday, October 27, 2015 @ 15:08:01 Author: lcarlier Revision: 249794
upgpkg: xf86-input-libinput 0.15.0-1 upstream update 0.15.0 Modified: xf86-input-libinput/trunk/PKGBUILD Deleted: xf86-input-libinput/trunk/90-libinput.conf ------------------+ 90-libinput.conf | 30 ------------------------------ PKGBUILD | 13 +++++-------- 2 files changed, 5 insertions(+), 38 deletions(-) Deleted: 90-libinput.conf =================================================================== --- 90-libinput.conf 2015-10-27 13:31:49 UTC (rev 249793) +++ 90-libinput.conf 2015-10-27 14:08:01 UTC (rev 249794) @@ -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 - Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-27 13:31:49 UTC (rev 249793) +++ PKGBUILD 2015-10-27 14:08:01 UTC (rev 249794) @@ -2,8 +2,8 @@ # Maintainer: Laurent Carlier <[email protected]> pkgname=xf86-input-libinput -pkgver=0.14.0 -pkgrel=3 +pkgver=0.15.0 +pkgrel=1 pkgdesc="Generic input driver for the X.Org server based on libinput" arch=('i686' 'x86_64') license=('custom') @@ -13,11 +13,9 @@ conflicts=('xorg-server<1.16' 'X-ABI-XINPUT_VERSION<21.1' 'X-ABI-XINPUT_VERSION>=22') groups=('xorg-drivers' 'xorg') source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig} - 90-libinput.conf 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch) -sha256sums=('e8d05798a556e5ea0d9f1823bb632e425487e8bcf89711ed93b079bbee742265' +sha256sums=('28707c504194648b11a1e26acf13039b60bf344efa6aa9788afed6d47f019a41' 'SKIP' - 'd4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75' 'e76d54a6d077c20069b99182f174b0f95a8668ba511e6e5d1b8a498dc6b6d96b') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <[email protected]> @@ -31,7 +29,8 @@ build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr \ + --disable-static make } @@ -40,8 +39,6 @@ make DESTDIR="${pkgdir}" install - install -m755 -d "${pkgdir}/usr/share/X11/xorg.conf.d" - install -m644 ${srcdir}/90-libinput.conf "${pkgdir}/usr/share/X11/xorg.conf.d/" install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}" install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" }
