libwacom: update to 1.2

This commit is contained in:
Jürgen Buchmüller 2020-03-22 00:16:32 +01:00
parent 4befbdf81b
commit 5da336e4e9

View file

@ -1,17 +1,19 @@
# Template file for 'libwacom'
pkgname=libwacom
version=0.33
version=1.2
revision=1
build_style=gnu-configure
build_style=meson
build_helper="qemu"
configure_args="-Ddocumentation=disabled -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
hostmakedepends="pkg-config"
makedepends="libgudev-devel"
makedepends="gtk+-devel libgudev-devel librsvg-devel libxml2-devel"
short_desc="Library to identify wacom tablets"
maintainer="Orphaned <orphan@voidlinux.org>"
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=94f8a3371f30f4a38d6d2290f5160d5f5ba7a7cd6e63bee95686a67a3c19dbf2
checksum=c204cfdee2159d124a4f5ecc8970bbd72f9adf5ad7fd94b66798f93db1f863c3
post_install() {
vlicense COPYING
@ -23,7 +25,6 @@ libwacom-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}