From 5be8e97b4824e19a014f579077e128f264048945 Mon Sep 17 00:00:00 2001 From: Piraty Date: Mon, 12 Feb 2024 23:45:40 +0100 Subject: [PATCH] libwacom: update to 2.10.0. --- srcpkgs/libwacom/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index bed9da08525..355add1dbfb 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -1,7 +1,7 @@ # Template file for 'libwacom' pkgname=libwacom -version=2.9.0 -revision=2 +version=2.10.0 +revision=1 build_style=meson configure_args="-Ddocumentation=disabled" hostmakedepends="pkg-config" @@ -13,9 +13,9 @@ 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=6f678156797becc4f1537a19aadcc48ed7a54e1ff3cbf591d1233f8a2d82e242 +checksum=3f8ef37de78ac3d08af1bdcb5d5828ec8284dcb7154bbec4995238728914aa0e -if [ "${XBPS_CHECK_PKGS}" ]; then +if [ -z "$CROSS_BUILD" ] && [ "${XBPS_CHECK_PKGS}" ]; then configure_args+=" -Dtests=enabled" else configure_args+=" -Dtests=disabled"