Package Details: wl-gammarelay-applet-git r16.9b06dec-1

Git Clone URL: https://aur.archlinux.org/wl-gammarelay-applet-git.git (read-only, click to copy)
Package Base: wl-gammarelay-applet-git
Description: Control wl-gammarelay-rs via applet
Upstream URL: https://github.com/junelva/wl-gammarelay-applet
Keywords: brightness gamma invert wayland
Licenses: MIT
Conflicts: wl-gammarelay-applet
Submitter: codebling
Maintainer: codebling
Last Packager: codebling
Votes: 0
Popularity: 0.000000
First Submitted: 2024-10-04 18:54 (UTC)
Last Updated: 2024-10-04 18:54 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

codebling commented on 2025-12-29 17:15 (UTC)

@leap have you tried makepkg by itself?

git clone https://aur.archlinux.org/wl-gammarelay-applet-git.git && cd wl-gammarelay-applet-git && makepkg

This will give you a .pkg.tar.zst that you can install with pacman -U.

If that method works (just tried on my system and it works), then it's a yay issue, and unfortunately I don't have much experience with Yay so can't offer any support. I used to use pikaur but I've been trying out rua recently, you might give that a try, too (or any other AUR helper).

leap commented on 2025-12-28 20:35 (UTC)

compiling from source (git clone and then cargo build --release) gives me no issues but yay fails with qttypes errors everywhere, no clue why. I tried messing with the PKGBUILD but I can't fix it. I have Hyprland and wl-gammarelay-rs installed

codebling commented on 2024-12-23 16:52 (UTC)

@Armonix I can't reproduce your issue. I've tried with makepkg, using an AUR helper (Pikaur), and in a Docker container, and all 3 of them work as expect.

Because it works alright in a few different setups for me, I don't think this is an issue with the package or even with the upstream, but probably something specific to your system. Are you on a particularly old version of Arch? Feel free to include a log of what's happening

Armonix commented on 2024-12-21 18:28 (UTC)

Build broken for me: error: could not compile qttypes (lib) due to 657 previous errors.

Thanks