libinput: update to 1.22.1.
This commit is contained in:
parent
3cfb2a3524
commit
8b437f458b
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.22.0
|
||||
revision=2
|
||||
version=1.22.1
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Db_ndebug=false -Ddebug-gui=false"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -11,8 +11,9 @@ short_desc="Provides handling input devices in Wayland compositors and X"
|
|||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="MIT"
|
||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases"
|
||||
distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz"
|
||||
checksum=ebbe5a966cf2a12f59666adbfb505cafca58635b96239bbcdf04a09dc4cd0d7b
|
||||
checksum=45d9e03c16c3c343b7537aa7f744ae9339b1a0dae446ecbe6f5ed9d49be11e87
|
||||
|
||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||
configure_args+=" -Dtests=true"
|
||||
|
|
Loading…
Reference in New Issue