Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-09-13 | Update to 1.2.0rc2.r6.bd2f861 | Jonas Malaco | |
Also suffix the source folder with -git to match what is apparently preferred in the AUR. This is probably done so when there are both python-liquidctl-1.2.0 and python-liquidctl-git source directories their purpose is unambiguous. | |||
2019-09-13 | Fix missing (if obvious) dependency to python | Jonas Malaco | |
2019-09-12 | Create python-liquidctl-git package | Jonas Malaco | |