Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xf86-input-wacom: update to 0.38.0.
@ 2019-11-09 21:48 voidlinux-github
  2019-11-09 22:00 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-09 21:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is a new pull request by xtraeme against master on the void-packages repository

https://github.com/xtraeme/void-packages xf86-input-wacom
https://github.com/void-linux/void-packages/pull/16282

xf86-input-wacom: update to 0.38.0.
Added udev support... and use upstream udev rules rather than using our own.

A patch file from https://github.com/void-linux/void-packages/pull/16282.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-xf86-input-wacom-16282.patch --]
[-- Type: text/x-diff, Size: 2851 bytes --]

From f9e13b33a7af37f9820b9aa09bb6595d54abbd42 Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@gmail.com>
Date: Sat, 9 Nov 2019 22:47:55 +0100
Subject: [PATCH] xf86-input-wacom: update to 0.38.0.

---
 srcpkgs/xf86-input-wacom/files/70-wacom.rules | 12 ------------
 srcpkgs/xf86-input-wacom/template             | 12 ++++--------
 2 files changed, 4 insertions(+), 20 deletions(-)
 delete mode 100644 srcpkgs/xf86-input-wacom/files/70-wacom.rules

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 <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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: xf86-input-wacom: update to 0.38.0.
  2019-11-09 21:48 [PR PATCH] xf86-input-wacom: update to 0.38.0 voidlinux-github
@ 2019-11-09 22:00 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-11-09 22:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 245 bytes --]

There's a merged pull request on the void-packages repository

xf86-input-wacom: update to 0.38.0.
https://github.com/void-linux/void-packages/pull/16282

Description:
Added udev support... and use upstream udev rules rather than using our own.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-09 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-09 21:48 [PR PATCH] xf86-input-wacom: update to 0.38.0 voidlinux-github
2019-11-09 22:00 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).