Search Criteria
Package Details: razercfg 0.43-10
Package Actions
| Git Clone URL: | https://aur.archlinux.org/razercfg.git (read-only, click to copy) |
|---|---|
| Package Base: | razercfg |
| Description: | Razer mouse configuration tool |
| Upstream URL: | https://bues.ch/cms/hacking/razercfg |
| Licenses: | GPL-2.0-or-later |
| Provides: | razerd |
| Submitter: | gromit |
| Maintainer: | jeromedc |
| Last Packager: | jeromedc |
| Votes: | 2 |
| Popularity: | 0.000023 |
| First Submitted: | 2024-03-20 14:35 (UTC) |
| Last Updated: | 2024-09-03 15:20 (UTC) |
Dependencies (8)
- bash (bash-gitAUR, bash-devel-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- python
- cmake (cmake3AUR, cmake-gitAUR) (make)
- python-setuptools (make)
- systemd (systemd-gitAUR, systemd-selinuxAUR) (make)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR, python-pyqt5-pre-releaseAUR) (optional) – for the graphical qrazercfg tool
Latest Comments
hellishbliss commented on 2024-12-15 03:46 (UTC)
$ gpg --auto-key-locate keyserver --recv-keys 757FAB7CED1814AE15B4836E5FB027474203454
jeromedc commented on 2024-09-03 15:22 (UTC)
You're right, I forgot to push a file. Should be fixed now.
simonfxr commented on 2024-09-03 15:18 (UTC)
Seems that most recent version forgot to update the hashes: ==> Validating source files with sha512sums... razercfg-0.43.tar.xz ... FAILED razercfg-0.43.tar.xz.asc ... Skipped ==> ERROR: One or more files did not pass the validity check!
jeromedc commented on 2024-06-10 01:24 (UTC)
You should be using:
instead of just
since otherwise, your package breaks if
CMAKE_GENERATORis notUnix Makefiles. Your package doesn't build with Ninja for instance. Similarly,make installshould be replaced bycmake --install.