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: | 3 |
Popularity: | 0.47 |
First Submitted: | 2024-03-20 14:35 (UTC) |
Last Updated: | 2024-09-03 15:20 (UTC) |
Dependencies (8)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libusb (libusb-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- python-setuptools (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-fmlAUR, systemd-gitAUR) (make)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR) (optional) – for the graphical qrazercfg tool
Latest Comments
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_GENERATOR
is notUnix Makefiles
. Your package doesn't build with Ninja for instance. Similarly,make install
should be replaced bycmake --install
.