xf86-input-wacom: update to 0.38.0.

This commit is contained in:
Juan RP 2019-11-09 22:47:55 +01:00
parent fd0b6f04ba
commit 3f8db669ed
2 changed files with 4 additions and 20 deletions

View file

@ -1,12 +0,0 @@
ACTION!="add|change", GOTO="wacom_end"
# Match all serial wacom tablets with a serial ID starting with WACf
# Notes: We assign NAME though we shouldn't, but currently the server requires it
# We assign the lot to subsystem pnp too because server reads NAME from
# the parent device. Once all that's fixed, as simple SUBSYSTEM="tty"
# will do and the ENV{NAME} can be removed.
SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="WACf*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
SUBSYSTEM=="tty|pnp", SUBSYSTEMS=="pnp", ATTRS{id}=="FUJ*", ENV{ID_MODEL}="Serial Wacom Tablet $attr{id}", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1", ENV{NAME}="Serial Wacom Tablet $attr{id}"
LABEL="wacom_end"

View file

@ -1,23 +1,19 @@
# Template file for 'xf86-input-wacom'
pkgname=xf86-input-wacom
version=0.37.0
version=0.38.0
revision=1
lib32disabled=yes
build_style=gnu-configure
configure_args="--without-systemd-unit-dir --without-udev-rules-dir"
configure_args="--without-systemd-unit-dir"
hostmakedepends="pkg-config"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel"
makedepends="xorg-server-devel libXrandr-devel libXinerama-devel libXi-devel eudev-libudev-devel"
depends="virtual?xserver-abi-input-24_1"
short_desc="Xorg Wacom tablet input driver"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="https://github.com/linuxwacom/xf86-input-wacom"
distfiles="https://github.com/linuxwacom/xf86-input-wacom/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=9311cd1ff2a284a429a04c3c5d03ccbad83e76a58770668ac0f2d22740e05881
post_install() {
vinstall ${FILESDIR}/70-wacom.rules 644 usr/lib/udev/rules.d
}
checksum=a1cd08dfb92eb770353b838561a0d89e06a54f599c808ec4d8bbb4f3c686a370
xf86-input-wacom-devel_package() {
lib32disabled=yes