From 29704731d871de066b69f7eed76f0af797be5736 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 11 Jan 2023 00:36:25 +0000 Subject: [PATCH] libwacom: update to 2.6.0, adopt. --- common/shlibs | 2 +- srcpkgs/libwacom/template | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/shlibs b/common/shlibs index af1fd992b5d..135087319da 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libwacom/template b/srcpkgs/libwacom/template index 248a33d407a..8216a58a086 100644 --- a/srcpkgs/libwacom/template +++ b/srcpkgs/libwacom/template @@ -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 " +maintainer="Mohammed Anas " 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"