Package Details: litra 2.5.1-2

Git Clone URL: https://aur.archlinux.org/litra.git (read-only, click to copy)
Package Base: litra
Description: CLI and library to control Logitech Litra Glow, Beam and Beam LX lights
Upstream URL: https://github.com/timrogers/litra-rs
Licenses: MIT
Submitter: Holzhaus
Maintainer: Smoolak (timrogers)
Last Packager: Smoolak
Votes: 4
Popularity: 0.004896
First Submitted: 2024-03-01 17:13 (UTC)
Last Updated: 2026-01-06 13:54 (UTC)

Latest Comments

vadikas commented on 2025-11-29 21:12 (UTC)

@hsingh yep. https://aur.archlinux.org/packages/litra-autotoggle

hsingh commented on 2025-11-26 00:04 (UTC)

Looks like auto toggle is in its own binary now - https://github.com/timrogers/litra-autotoggle. litra.service seems to be broken. Happy to help update the package

shawny commented on 2025-03-05 23:09 (UTC)

Can confirm that the build fails, but that I'm able to makepkg -si after adding options=(!lto) to PKGBUILD.

manu_faktur commented on 2025-02-23 18:59 (UTC)

Same here, building this fails. Adding options=(!lto) into the PKGBUILD 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