diff --git a/srcpkgs/Solaar/INSTALL.msg b/srcpkgs/Solaar/INSTALL.msg new file mode 100644 index 00000000000..f7c5e75ea51 --- /dev/null +++ b/srcpkgs/Solaar/INSTALL.msg @@ -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. diff --git a/srcpkgs/Solaar/files/README.voidlinux b/srcpkgs/Solaar/files/README.voidlinux deleted file mode 100644 index 7596828f668..00000000000 --- a/srcpkgs/Solaar/files/README.voidlinux +++ /dev/null @@ -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. diff --git a/srcpkgs/Solaar/template b/srcpkgs/Solaar/template index 922c658f3ab..4670fed7879 100644 --- a/srcpkgs/Solaar/template +++ b/srcpkgs/Solaar/template @@ -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" -}