mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-21 16:47:00 +02:00
Solaar: fix udev rule
This commit is contained in:
parent
5f6dc99d4c
commit
c9b59cfc13
2 changed files with 14 additions and 1 deletions
srcpkgs/Solaar
13
srcpkgs/Solaar/patches/fix-udev-rule.patch
Normal file
13
srcpkgs/Solaar/patches/fix-udev-rule.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
fixes udev for users without uaccess (elogind)
|
||||
|
||||
--- a/rules.d/42-logitech-unify-permissions.rules
|
||||
+++ b/rules.d/42-logitech-unify-permissions.rules
|
||||
@@ -25,7 +25,7 @@
|
||||
TAG+="uaccess"
|
||||
|
||||
# Grant members of the "plugdev" group access to receiver (useful for SSH users)
|
||||
-#MODE="0660", GROUP="plugdev"
|
||||
+MODE="0660", GROUP="plugdev"
|
||||
|
||||
LABEL="solaar_end"
|
||||
# vim: ft=udevrules
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Solaar'
|
||||
pkgname=Solaar
|
||||
version=1.1.11
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus
|
||||
|
|
Loading…
Add table
Reference in a new issue