Package Details: rivalcfg-git 4.11.0-1

Git Clone URL: https://aur.archlinux.org/rivalcfg-git.git (read-only, click to copy)
Package Base: rivalcfg-git
Description: CLI tool and Python library to configure SteelSeries gaming mice
Upstream URL: https://github.com/flozz/rivalcfg
Licenses: custom:WTFPL
Conflicts: rivalcfg
Provides: rivalcfg
Submitter: defkeh
Maintainer: elitedev
Last Packager: elitedev
Votes: 11
Popularity: 0.23
First Submitted: 2016-08-04 19:43 (UTC)
Last Updated: 2024-02-06 04:35 (UTC)

Latest Comments

MarsSeed commented on 2022-06-21 17:06 (UTC) (edited on 2023-08-08 17:09 (UTC) by MarsSeed)

Please kindly check the git tag based pkgver() to use RELEASE.rREVISION.gSHORTHASH format (currently the 'g' is missing).

fx333 commented on 2021-05-04 15:43 (UTC)

Instead of generating the rules on installation I think it'd be nicer to include them in the package, I've done that locally like this:

diff --git a/PKGBUILD b/PKGBUILD
index 70fcb5d..1735718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,4 +25,8 @@ package() {
   cd "$srcdir"/$_pkgname
   python setup.py install --root="$pkgdir" --prefix=/usr --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  install -d -m755 "$pkgdir"/etc/udev/rules.d
+  python -c "from rivalcfg import udev;\
+    udev.write_rules_file('$pkgdir/etc/udev/rules.d/99-steelseries-rival.rules')"
 }

Vaporeon commented on 2018-05-26 09:03 (UTC)

Can you update the dependencies?

FLOZz commented on 2017-11-09 12:27 (UTC)

@yorickr Hello, I installed an Archlinux VM and installed the package: It works! Thank you! :)

yorickr commented on 2017-11-08 22:46 (UTC)

@FLOZz I just updated it and tested it on my machine. It works here, but I'd appreciate if someone could confirm it working on his/her machine as well :)

FLOZz commented on 2017-11-08 07:56 (UTC)

Hello, I pushed new code on my `master` branch that break your package (new dependencies) you will find more informations here: https://github.com/flozz/rivalcfg/issues/42 :)

yorickr commented on 2017-08-11 19:54 (UTC)

Done, sorry for the slow response.

FLOZz commented on 2017-08-10 07:35 (UTC)

Hello, Can you add `python-setuptools` to the make dependencies of this package? :) https://github.com/flozz/rivalcfg/issues/35