Date: Friday, October 5, 2018 @ 21:11:41 Author: andyrtr Revision: 335856
upgpkg: libinput 1.12.1-1 upstream update 1.12.1 Modified: libinput/trunk/PKGBUILD Deleted: libinput/trunk/0001_Elan_Touchpads_quirks.patch ----------------------------------+ 0001_Elan_Touchpads_quirks.patch | 39 ------------------------------------- PKGBUILD | 18 ++++------------- 2 files changed, 5 insertions(+), 52 deletions(-) Deleted: 0001_Elan_Touchpads_quirks.patch =================================================================== --- 0001_Elan_Touchpads_quirks.patch 2018-10-05 20:07:57 UTC (rev 335855) +++ 0001_Elan_Touchpads_quirks.patch 2018-10-05 21:11:41 UTC (rev 335856) @@ -1,39 +0,0 @@ -From dcfea54787a3efe1f1ab44eef998c2a7a723d80a Mon Sep 17 00:00:00 2001 -From: Peter Hutterer <[email protected]> -Date: Tue, 18 Sep 2018 07:02:27 +1000 -Subject: [PATCH] quirks: extend/restore the Elan Touchpads quirks - -The hwdb match entry used to be this one: - libinput:name:*Elan Touchpad*:dt:* - LIBINPUT_ATTR_PRESSURE_RANGE=10:8 -from commit 596777a3147d4070f9598f051f6d7ae96fa2f49a. It was intended to match -for devicetree only but the way the udev rules were composed, it ended up -matching on any system. - -Restore that for all systems to have compatibility with 1.11. For this one, -let's also add the resolution hint and hope that that works too. - -Fixes #140 - -Signed-off-by: Peter Hutterer <[email protected]> ---- - quirks/30-vendor-elantech.quirks | 5 +++++ - 1 file changed, 5 insertions(+) - -diff --git a/quirks/30-vendor-elantech.quirks b/quirks/30-vendor-elantech.quirks -index e49c3415..9b3a1ba7 100644 ---- a/quirks/30-vendor-elantech.quirks -+++ b/quirks/30-vendor-elantech.quirks -@@ -4,3 +4,8 @@ - MatchName=*Elantech Touchpad* - AttrResolutionHint=31x31 - AttrPressureRange=10:8 -+ -+[Elan Touchpads] -+MatchName=*Elan Touchpad* -+AttrResolutionHint=31x31 -+AttrPressureRange=10:8 --- -2.18.0 - - Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-05 20:07:57 UTC (rev 335855) +++ PKGBUILD 2018-10-05 21:11:41 UTC (rev 335856) @@ -2,8 +2,8 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=1.12.0 -pkgrel=2 +pkgver=1.12.1 +pkgrel=1 pkgdesc="Input device management and event handling library" url="https://www.freedesktop.org/wiki/Software/libinput/" arch=(x86_64) @@ -14,19 +14,11 @@ optdepends=('gtk3: libinput debug-gui' 'python-pyudev: libinput measure' 'python-evdev: libinput measure') -source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} - 0001_Elan_Touchpads_quirks.patch) -sha512sums=('4aee877785f9ac080e4f8ee20f3643bc4f3ddbc568aca6c363a962f8c8f76b8db7dc113c8167092f0277d112346a85b9a7e7c3c3f227ed243aaba32c9092c924' - 'SKIP' - '8d603a04e1ef737f8627d75d2da97d5cee7607e2604a31105496a6ea2db632d40d04a567ce22ac2cd4765a2fd1ec4945032bad0b8c3b9ed4a9bd333886976570') +source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha512sums=('de1714526ee1244e3086729efa5b72724b2b989fa8d04418e633d1ef5a8ea777ae3cd4b8c5b015ca0da2b8cf5b07111bff2283c7d6068abcdfa81c3f71b81d68' + 'SKIP') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <[email protected]> -prepare() { - cd $srcdir/$pkgname-$pkgver - # FS#60072 - patch -Np1 -i ../0001_Elan_Touchpads_quirks.patch -} - build() { arch-meson $pkgname-$pkgver build \ -Dudev-dir=/usr/lib/udev \
