Search Criteria
Package Details: litra 1.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/litra.git (read-only, click to copy) |
---|---|
Package Base: | litra |
Description: | Control your Logitech Litra lights from the command line. |
Upstream URL: | https://crates.io/crates/litra/1.1.0 |
Licenses: | MIT |
Submitter: | Holzhaus |
Maintainer: | Holzhaus (timrogers) |
Last Packager: | Holzhaus |
Votes: | 3 |
Popularity: | 0.77 |
First Submitted: | 2024-03-01 17:13 (UTC) |
Last Updated: | 2024-03-01 17:13 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
shawny commented on 2025-03-05 23:09 (UTC)
Can confirm that the build fails, but that I'm able to
makepkg -si
after addingoptions=(!lto)
toPKGBUILD
.manu_faktur commented on 2025-02-23 18:59 (UTC)
Same here, building this fails. Adding
options=(!lto)
into thePKGBUILD
resolves the issue as qtmax mentioned. It works fine with that fix in place.qtmax commented on 2024-11-29 09:52 (UTC)
LTOFLAGS="-flto=auto" is the default in /etc/makepkg.conf, and the build fails, unless I set LTOFLAGS="-fno-lto": https://pastebin.com/bzGvL27w