Solaar: update documentation

Solaar now properly ships the udev rules it needs

Closes: #49674 [via git-merge-pr]
This commit is contained in:
apbecker 2024-04-02 12:13:17 -06:00 committed by classabbyamp
parent aa02294181
commit 574804912b
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
3 changed files with 4 additions and 8 deletions

View File

@ -0,0 +1,3 @@
Previous versions of solaar required copying or symlinking udev rules to
/etc/udev/rules.d. If this was done previously, removing this file or
symlink is recommended.

View File

@ -1,3 +0,0 @@
To use Solaar without root privileges, copy the file
/usr/share/solaar/udev-rules.d/42-logitech-unify-permissions.rules
into the directory /etc/udev/rules.d/ and reload udev rules.

View File

@ -1,7 +1,7 @@
# Template file for 'Solaar'
pkgname=Solaar
version=1.1.11
revision=1
revision=2
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel"
depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus
@ -14,7 +14,3 @@ homepage="https://pwr-solaar.github.io/Solaar/"
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
checksum=2b292da8923e19a4a7a459d6fcd1119ce157cb579fd00077f87633c0dedfbba5
post_install() {
vdoc "${FILESDIR}/README.voidlinux"
}