mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/libinput to 1.7.1-1
This commit is contained in:
parent
7928793adc
commit
390b806f1c
1 changed files with 4 additions and 6 deletions
|
@ -7,8 +7,8 @@
|
|||
# - patch to not crash Xorg on the Chromebook Plus
|
||||
|
||||
pkgname=libinput
|
||||
pkgver=1.7.0
|
||||
pkgrel=1.2
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgdesc="Input device management and event handling library"
|
||||
arch=(i686 x86_64)
|
||||
url="https://www.freedesktop.org/wiki/Software/libinput/"
|
||||
|
@ -23,7 +23,7 @@ source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
|||
0003-udev-Add-support-for-I2C-Elan-touchpads-without-dmi.patch
|
||||
0004-udev-Decrease-high-pressure-value-for-Elantech-touch.patch
|
||||
0005-Don-t-pair-touchpad-and-lid-switch.patch)
|
||||
sha512sums=('9058eab813ea3de230835155ca843f248127cbafaf1aecc9a2e209a0215b090beef0468cc863a24320f8d0db1f2863baba680e2416e9e409e958b2c1d18e43a1'
|
||||
sha512sums=('ee477fbbe2042ffeff70a960caf97e914d28c916af495765071a0184f442fa503d461bc34b87dc3dd62ef1bfd3e921ddc6fc065f8089d16d81c037d53d677352'
|
||||
'SKIP'
|
||||
'12649bc2b1103bed2c2050bea43661fd4363745d997a2e07ef44c096279532aa95fbf8108ac4330e481c16d6732cbc26b00333d0e62d5e93cf6be4d8d0ac04d6'
|
||||
'f6bd66dbb7421c09ef0f58d911d6432693db901715c8e24f4faddffd03a3b3d0929c9f88e5413821da2e7efe73e8b9f391b39472fbedeb09aec416ea466a25c5'
|
||||
|
@ -49,9 +49,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd $pkgname-$pkgver
|
||||
# disabled for now:
|
||||
# https://github.com/libcheck/check/issues/18
|
||||
# make check
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue