libwacom: update to 2.7.0.

This commit is contained in:
triallax 2023-05-21 16:14:25 +01:00 committed by Andrew Benson
parent 97bb00ca8b
commit 404f0755e5

View File

@ -1,9 +1,8 @@
# Template file for 'libwacom'
pkgname=libwacom
version=2.6.0
version=2.7.0
revision=1
build_style=meson
build_helper="qemu"
configure_args="-Ddocumentation=disabled"
hostmakedepends="pkg-config"
makedepends="libgudev-devel libxml2-devel"
@ -14,9 +13,11 @@ license="MIT"
homepage="https://github.com/linuxwacom/libwacom"
changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"
distfiles="https://github.com/linuxwacom/libwacom/releases/download/libwacom-${version}/libwacom-${version}.tar.xz"
checksum=2376cca99475235b75053a2cfbc7ed40fd8763d5a516941a664870ff1f3aa98f
checksum=853929bd73fba2064b12142dbbee4b3bf84509197ff46a4da559eddf62d32cdf
if [ -z "${XBPS_CHECK_PKGS}" ]; then
if [ "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -Dtests=enabled"
else
configure_args+=" -Dtests=disabled"
fi