aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapbecker <apbecker@protonmail.com>2024-04-02 18:13:17 +0000
committerclassabbyamp <void@placeviolette.net>2024-04-06 02:46:02 +0000
commit574804912b912e7075bdb9d11bc3f6c6363dd752 (patch)
tree09094bfd1fff293e6269f29d4b2149e07787444c
parentaa02294181cd67c76d175ed2063b5dff8ebd5bc9 (diff)
downloadvoid-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar.gz
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar.bz2
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar.lz
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar.xz
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.tar.zst
void-packages-574804912b912e7075bdb9d11bc3f6c6363dd752.zip
Solaar: update documentation
Solaar now properly ships the udev rules it needs Closes: #49674 [via git-merge-pr]
-rw-r--r--srcpkgs/Solaar/INSTALL.msg3
-rw-r--r--srcpkgs/Solaar/files/README.voidlinux3
-rw-r--r--srcpkgs/Solaar/template6
3 files changed, 4 insertions, 8 deletions
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"
-}