Solaar: update documentation
Solaar now properly ships the udev rules it needs Closes: #49674 [via git-merge-pr]
This commit is contained in:
parent
aa02294181
commit
574804912b
|
@ -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.
|
|
@ -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.
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'Solaar'
|
# Template file for 'Solaar'
|
||||||
pkgname=Solaar
|
pkgname=Solaar
|
||||||
version=1.1.11
|
version=1.1.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-wheel"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
depends="python3-evdev python3-pyudev python3-psutil python3-yaml python3-dbus
|
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"
|
changelog="https://raw.githubusercontent.com/pwr-Solaar/Solaar/master/ChangeLog.md"
|
||||||
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/pwr-Solaar/Solaar/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=2b292da8923e19a4a7a459d6fcd1119ce157cb579fd00077f87633c0dedfbba5
|
checksum=2b292da8923e19a4a7a459d6fcd1119ce157cb579fd00077f87633c0dedfbba5
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vdoc "${FILESDIR}/README.voidlinux"
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue