Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] xf86-input-wacom: update to 0.38.0.
Date: Sat, 09 Nov 2019 22:48:56 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16282@inbox.vuxu.org> (raw)

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

             reply	other threads:[~2019-11-09 21:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-09 21:48 voidlinux-github [this message]
2019-11-09 22:00 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16282@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).