diff --git a/srcpkgs/xf86-input-wacom/files/70-wacom.rules b/srcpkgs/xf86-input-wacom/files/70-wacom.rules deleted file mode 100644 index f6aa208354e..00000000000 --- a/srcpkgs/xf86-input-wacom/files/70-wacom.rules +++ /dev/null @@ -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" - diff --git a/srcpkgs/xf86-input-wacom/template b/srcpkgs/xf86-input-wacom/template index adfa254e0c3..6e693fde90d 100644 --- a/srcpkgs/xf86-input-wacom/template +++ b/srcpkgs/xf86-input-wacom/template @@ -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 " 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