libwacom: update to 2.6.0, adopt.

This commit is contained in:
mhmdanas 2023-01-11 00:36:25 +00:00 committed by Đoàn Trần Công Danh
parent 09142e45fa
commit 29704731d8
2 changed files with 5 additions and 5 deletions

View File

@ -1043,7 +1043,7 @@ libgck-2.so.0.0.0 gcr4-4.0.0_1
libgcr-4.so.0.0.0 gcr4-4.0.0_1
libcld2.so cld2-0.0.1.20150821_1
libcld2_full.so cld2-full-0.0.1.20150821_1
libwacom.so.2 libwacom-0.3_1
libwacom.so.9 libwacom-2.6.0_1
libfarstream-0.2.so.5 farstream-0.2.7_1
libass.so.9 libass-0.13.6_1
libcryptui.so.0 libcryptui-3.4.0_1

View File

@ -1,6 +1,6 @@
# Template file for 'libwacom'
pkgname=libwacom
version=1.12
version=2.6.0
revision=1
build_style=meson
build_helper="qemu"
@ -9,12 +9,12 @@ hostmakedepends="pkg-config"
makedepends="libgudev-devel libxml2-devel"
checkdepends="python3-pytest python3-libevdev python3-pyudev"
short_desc="Library to identify wacom tablets"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Mohammed Anas <triallax@tutanota.com>"
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/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=290450d604f78bbd956eddb69f79f8d56f8ed1a5ccbb5e88e22fa84fa2fceb4f
distfiles="https://github.com/linuxwacom/libwacom/releases/download/libwacom-${version}/libwacom-${version}.tar.xz"
checksum=2376cca99475235b75053a2cfbc7ed40fd8763d5a516941a664870ff1f3aa98f
if [ -z "${XBPS_CHECK_PKGS}" ]; then
configure_args+=" -Dtests=disabled"