libinput: update to 1.9.0. (#8397)
This commit is contained in:
parent
88dcaf2c54
commit
e76a7a590a
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.8.3
|
||||
version=1.9.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-tests --disable-debug-gui --disable-documentation"
|
||||
build_style=meson
|
||||
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="mtdev-devel eudev-libudev-devel libevdev-devel libwacom-devel"
|
||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="MIT"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
|
||||
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=2fe2e2f52f0971a9c43541b8f26582ca8df6ed4bb9050e85eb40d4ff6b13142d
|
||||
checksum=fd717b1f9cf867b2ca1763a5a4638423af178f3a70aa34d278e8bf42777d108e
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue