mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libwacom: update to 1.9.
This commit is contained in:
parent
0f395ef04d
commit
54ab8a1b35
1 changed files with 7 additions and 2 deletions
|
@ -1,19 +1,24 @@
|
||||||
# Template file for 'libwacom'
|
# Template file for 'libwacom'
|
||||||
pkgname=libwacom
|
pkgname=libwacom
|
||||||
version=1.6
|
version=1.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="qemu"
|
build_helper="qemu"
|
||||||
configure_args="-Ddocumentation=disabled -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
configure_args="-Ddocumentation=disabled -Dexe_wrapper=qemu-${XBPS_TARGET_QEMU_MACHINE}-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtk+-devel libgudev-devel librsvg-devel libxml2-devel"
|
makedepends="gtk+-devel libgudev-devel librsvg-devel libxml2-devel"
|
||||||
|
checkdepends="python3-pytest python3-libevdev python3-pyudev"
|
||||||
short_desc="Library to identify wacom tablets"
|
short_desc="Library to identify wacom tablets"
|
||||||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/linuxwacom/libwacom"
|
homepage="https://github.com/linuxwacom/libwacom"
|
||||||
changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"
|
changelog="https://raw.githubusercontent.com/linuxwacom/libwacom/master/NEWS"
|
||||||
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://github.com/linuxwacom/libwacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=701cb23ee3f2ad4eb5183ef1421dfff3e5b7622e5d3bb6fcd599190a7d77aea8
|
checksum=68b14d4e3b75fed9f590bf6eaea361a72dc23e933b7725094c779477acf665c7
|
||||||
|
|
||||||
|
if [ -z "${XBPS_CHECK_PKGS}" ]; then
|
||||||
|
configure_args+=" -Dtests=disabled"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue