mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
libwacom: update to 2.10.0.
This commit is contained in:
parent
60d9bc793d
commit
5be8e97b48
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue