Search Criteria
Package Details: liquidctl-git 1.13.0.r61.85b32a7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/liquidctl-git.git (read-only, click to copy) |
---|---|
Package Base: | liquidctl-git |
Description: | Cross-platform tool and drivers for liquid coolers and other devices |
Upstream URL: | https://github.com/liquidctl/liquidctl |
Licenses: | GPL3 |
Conflicts: | liquidctl |
Provides: | liquidctl |
Submitter: | jonasmalacofilho |
Maintainer: | jonasmalacofilho |
Last Packager: | jonasmalacofilho |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2020-02-18 22:49 (UTC) |
Last Updated: | 2024-04-28 18:30 (UTC) |
Dependencies (17)
- i2c-tools (i2c-tools-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-colorlog
- python-crcmod
- python-docopt
- python-hidapi (python-hidapi-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-pyusb (python-pyusb-gitAUR)
- python-setuptools
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
- python-prometheus_client (optional) – export data to Prometheus
- python-psutil (optional) – use system/hwmon sensors in yoda
Required by (3)
- coolercontrol-liqctld (requires liquidctl)
- gkraken (requires liquidctl)
- krakenx-git (requires liquidctl)
Latest Comments
1 2 Next › Last »
yari_dog commented on 2024-09-03 10:27 (UTC) (edited on 2024-09-03 10:31 (UTC) by yari_dog)
for anyone having trouble with "the device has no langid", what I did to fix it was to move $srcdir/extra/linux/71-liquidctl.rules to /usr/lib/udev/rules.d, run yay -S, and before confirming the install with y, rm'ing the udev rule. the udev rule is needed for one of the tests, but conflicts with the udev rule that is installed post-test. idk the meta of installing the udev rule before running the install command, but that's what worked for me. I did have to force a rebuild with
sudo udevadm trigger
before running the yay -S but that was fine. hope this helps someoneedit: run yay -G liquidctl-git and then the pkgbuild (letting it fail) to grab the src easily if you're lazy like i am
jonasmalacofilho commented on 2024-02-11 14:20 (UTC)
@benwbooth, for the most part, it's just that nobody thought to ask for them until now. I just added them here, but you probably also want to ping the maintainer of the official liquidctl package.
benwbooth commented on 2024-02-10 03:06 (UTC)
is there any reason why yoda and the other extra scripts are not installed? I use yoda for my MSI coreliquid.
intelfx commented on 2023-09-27 16:50 (UTC)
Please add
git
to makedepends. Patch: http://ix.io/4HA5gardotd426 commented on 2020-12-20 11:54 (UTC)
Exactly, using
provides
is what I would have expectedjonasmalacofilho commented on 2020-12-20 11:53 (UTC) (edited on 2020-12-20 11:55 (UTC) by jonasmalacofilho)
Well, I left a comment on
i2c-tools-git
about this, hopefully that maintainer can sort that out. It's the same maintainer forpython-smbus-git
as well, so that may help (ideally everything should be moved toi2c-tools-git
, with an addedprovides=(python-smbus-git)
for backwards compatibility).gardotd426 commented on 2020-12-20 11:49 (UTC)
This is the third time in the last like, two weeks where I've seen a -git package install completely different files from the non-git package. It's really annoying. Yeah, I'd had i2c-tools installed for months and months for OpenRGB, but I recently installed -git, and apparently that removed the smbus files. So then when I saw the errors I searched for python and smbus w/ yay and found python-smbus-git, installed it, and then everything worked fine.
So yeah, basically you need either i2c-tools, or i2c-tools-git and python-smbus-git.
jonasmalacofilho commented on 2020-12-20 11:46 (UTC)
I think I know what's going on:
python-smbus-git
installsi2c-tools-git
, but that doesn't really replacei2c-tools
correctly:i2c-tools
includes the Pythonsmbus
module,i2c-tools-git
doesn't (apparently it expects apython-smbus
package, maybe a relic from the past).Uninstall
i2c-tools-git
as well, then trymakepkg -s
again.jonasmalacofilho commented on 2020-12-20 11:39 (UTC)
I don't have python-smbus-git ; )
On the other hand:
gardotd426 commented on 2020-12-20 11:30 (UTC)
Also, building with python-smbus-git installed, during the successful build, this message is given:
byte-compiling /home/matt/tmp/makepkg/liquidctl-git/pkg/liquidctl-git/usr/lib/python3.9/site-packages/liquidctl/driver/smbus.py to smbus.cpython-39.pyc
And sure enough,
pacman -Ql python-smbus-git
gives/usr/lib/python3.9/site-packages/smbus.cpython-39-x86_64-linux-gnu.so
1 2 Next › Last »