Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-16 | Update metadata after 1.7.1 release | Jonas Malaco | |
2021-07-06 | Update metadata after 1.7.0 release | Jonas Malaco | |
2021-05-01 | Update metadata after 1.6.1 release | Jonas Malaco | |
2021-04-18 | Update upstream main branch name | Jonas Malaco | |
2021-04-08 | Add new dependency to python-colorlog | Jonas Malaco | |
Note: this is only required on the git branch. The recently release liquidctl 1.6.0 does not yet require this dependency. | |||
2021-04-06 | Update metadata after 1.6.0 release | Jonas Malaco | |
2021-03-06 | Adjust to removal of extra/linux/modules-load.conf | Jonas Malaco | |
Loading of the i2c_dev kernel module is now handled by the udev rules. | |||
2021-02-19 | Update metadata after 1.5.1 release | Jonas Malaco | |
2021-01-27 | Update metadata after 1.5.0 release | Jonas Malaco | |
2021-01-04 | Remove quick fix patch as it should no longer be needed | Jonas Malaco | |
2021-01-03 | Patch RGB Fusion 2.0 driver to handle hidapi 0.10 | Jonas Malaco | |
Uses a quick-fix patch only suitable for ArchLinux. | |||
2020-12-20 | Update project URL | Jonas Malaco | |
2020-12-19 | Depend on i2c-tools/smbus non-optionally | Jonas Malaco | |
2020-12-03 | Take package improvements from community/liquidctl | Jonas Malaco | |
2020-12-02 | Trigger rebuild for Python 3.9 | Jonas Malaco | |
2020-11-25 | Fix upstream branch | Jonas Malaco | |
Had accidentally pushed a test change | |||
2020-11-25 | Add bash completions | Jonas Malaco | |
2020-11-25 | Update to include SMBus support | Jonas Malaco | |
2020-11-01 | Update to 1.4.2.r2.b45952f | Jonas Malaco | |
2020-08-07 | Update to 1.4.1.r1.ceaf470 | Jonas Malaco | |
2020-07-31 | Update to 1.4.0.r1.3c23cf3 | Jonas Malaco | |
2020-07-30 | Use constant DIST_NAME for simplicity and correctness | Jonas Malaco | |
Taking DIST_NAME from os-release PRETTY_NAME is preferred for official distribution packages, but it is less important in the AUR. In fact, in the AUR, the "distribution" this package is part of is the AUR itself. Additionally, some ArchLinux derivatives that don't use systemd may not have /etc/os-release linked to /usr/lib/os-release, and handling this would add unnecessary complexity. Finally, some ArchLinux derivatives don't override /usr/lib/os-release PRETTY_NAME. A constant "Arch User Repository" value more clearly indicates that nothing is know about the system where liquidctl is actually running, only that it was built using the AUR PKGBUILD. | |||
2020-07-30 | Update to 1.3.3.r358.dd4b583 and add/improve some comments | Jonas Malaco | |
2020-07-30 | Future proof and always copy all docs/*.md | Jonas Malaco | |
2020-07-30 | Remove old python-liquidctl from provides/conflicts | Jonas Malaco | |
2020-07-30 | Be consistent with the use of single vs. double quotes | Jonas Malaco | |
2020-07-30 | Normalize commit abbreviated hash in pkgver to only 7 chars | Jonas Malaco | |
While 12-char hashes are desirable for more sensitive applications (and users should gradually move towards that), 7-char hashes are fine for the package version. More importantly, the popular packages in the AUR use the short/old hash sizes. Normalize ours to that size and override the user's (or my one) global git configuration. | |||
2020-07-30 | Add list --verbose "test" to check() | Jonas Malaco | |
2020-07-30 | Annotate non-standard build configuration | Jonas Malaco | |
2020-07-30 | Include additional documentation files | Jonas Malaco | |
Additionally, leave commented out install commands for yoda (software-based fan/pump control) and liquiddump (stream status to stdout in JSON lines). | |||
2020-07-29 | Update to 1.3.3.r351.4993cd5ae5a5 | Jonas Malaco | |
2020-07-25 | Add a check() function and run upstream tests | Jonas Malaco | |
2020-06-12 | Adjust upstream location of udev rules | Jonas Malaco | |
2020-05-29 | Update to 1.3.3.r124.11a53a0 | Jonas Malaco | |
2020-05-27 | Install udev rules for unprivileged access to the devices | Jonas Malaco | |
Most users rather not call liquidctl with root privileges and already use udev rules. With this change the new set of rules provided by upstream will be installed. | |||
2020-02-18 | Rename to liquidctl-git | Jonas Malaco | |
2020-02-18 | Update to 1.3.3.r46.9a8d3a0 | Jonas Malaco | |
2020-02-02 | Update to 1.3.2.r21.53b16d7 | Jonas Malaco | |
2019-11-23 | Update to 1.3.1.r0.a148f0d | Jonas Malaco | |
2019-11-17 | Update to 1.3.0.r1.262f1ab | Jonas Malaco | |
2019-11-15 | Update to 1.3.0rc1.r29.4b22613 and rebuild for Python 3.8 | Jonas Malaco | |
2019-11-03 | Update to 1.3.0rc1.r1.9dd413c | Jonas Malaco | |
2019-10-30 | Update to 1.2.0.r151.229b56b | Jonas Malaco | |
2019-10-15 | Update to 1.2.0.r39.0207b13 | Jonas Malaco | |
- install newly added liquidctl(8) man page | |||
2019-09-27 | Update to 1.2.0.r31.bc883f0 | Jonas Malaco | |
2019-09-18 | Update to 1.2.0rc4 | Jonas Malaco | |
2019-09-17 | Extract OS name directly from /etc/os-release | Jonas Malaco | |
2019-09-17 | Update to 1.2.0rc3.r7.4506563 | Jonas Malaco | |
Also use newly added DIST_NAME and DIST_PACKAGE to customize the output of liquidctl --version. | |||
2019-09-15 | Update to 1.2.0rc3 | Jonas Malaco | |
2019-09-13 | Fix missing runtime dependency to python-setuptools | Jonas Malaco | |
The liquidctl executable uses the pkg_resources module. |