mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libinput: update to 1.23.0.
This commit is contained in:
parent
c132e07f14
commit
66c6696129
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libinput'
|
# Template file for 'libinput'
|
||||||
pkgname=libinput
|
pkgname=libinput
|
||||||
version=1.22.1
|
version=1.23.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Db_ndebug=false -Ddebug-gui=false"
|
configure_args="-Db_ndebug=false -Ddebug-gui=false"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
|
makedepends="libevdev-devel libwacom-devel mtdev-devel eudev-libudev-devel"
|
||||||
checkdepends="valgrind check-devel"
|
checkdepends="valgrind check-devel python3-pytest"
|
||||||
short_desc="Provides handling input devices in Wayland compositors and X"
|
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||||
changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases"
|
changelog="https://gitlab.freedesktop.org/libinput/libinput/-/releases"
|
||||||
distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz"
|
distfiles="https://gitlab.freedesktop.org/libinput/libinput/-/archive/${version}/libinput-${version}.tar.gz"
|
||||||
checksum=45d9e03c16c3c343b7537aa7f744ae9339b1a0dae446ecbe6f5ed9d49be11e87
|
checksum=7a7c90fbc59f1f65c781a51fa634e4f79e460bf6e16ad68afbe7965d25d09738
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Dtests=true"
|
configure_args+=" -Dtests=true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue