libinput: update to 1.10.7.
Closes #14494. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
9f35bd69bb
commit
16faf58a9d
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libinput'
|
# Template file for 'libinput'
|
||||||
pkgname=libinput
|
pkgname=libinput
|
||||||
version=1.10.6
|
version=1.10.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
configure_args="-Ddebug-gui=false -Ddocumentation=false"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config valgrind"
|
||||||
makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
makedepends="libevdev-devel libwacom-devel mtdev-devel check-devel"
|
||||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=4207742c96980584112b19090413f2d390c6acaaf51c4aac1df9edbbcdfb9b39
|
checksum=996f27f1b12d19dbbc579d45141b2a5e5baf9832f78fe28227d724f28823d097
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue