Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-23 | Force rebuild for Python 3.13 | Jonas Malaco | |
2024-04-28 | Force rebuild for Python 3.12 | Jonas Malaco | |
2024-02-11 | Include yoda, liquiddump and prometheus exporter | Jonas Malaco | |
2023-10-01 | Add git makedepend | Ivan Shapovalov | |
2023-05-07 | Force rebuild for Python 3.11 | Jonas Malaco | |
2022-10-05 | Add python-wheel to makedepends | Jonas Malaco | |
2022-09-21 | Add new dependency to python-crcmod | Jonas Malaco | |
2022-09-18 | Add new dependency to python-pillow | Jonas Malaco | |
2022-07-03 | Update metadata after 1.10.0 release | Jonas Malaco | |
2022-04-05 | Update metadata after 1.9.1 release | Jonas Malaco | |
2022-04-05 | Update metadata after 1.9.0 release | Jonas Malaco | |
2022-02-27 | Prevent a warning since now that upstream has a __main__.py | Jonas Malaco | |
2022-02-26 | Move to PEP 517 build with python-build and python-installer | Jonas Malaco | |
Upstream has moved to PEP 517. | |||
2022-01-21 | Update metadata after 1.8.1 release | Jonas Malaco | |
2022-01-06 | Update metadata after 1.8.0 release | Jonas Malaco | |
2021-12-12 | Trigger rebuild with Python 3.10 | Jonas Malaco | |
2021-10-05 | Update metadata after 1.7.2 release | Jonas Malaco | |
2021-07-16 | Update metadata after 1.7.1 release | Jonas Malaco | |
2021-07-11 | Actually update the metadata this time | 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 | Update .SRCINFO | 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-20 | Update .SRCINFO | 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 | Update .SRCINFO | 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 | |