From d39a035e85c6c41e92097f50210f7f05a699c4b5 Mon Sep 17 00:00:00 2001 From: triallax Date: Sun, 21 May 2023 16:14:25 +0100 Subject: [PATCH] libwacom: update to 2.7.0. --- srcpkgs/libwacom/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index 8216a58a086d..dace4de001ce 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -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