@FredBezies
I see a small problem with your PKGBUILD.
You already have ENABLE_APPINDICATOR set to 1, and your if condition says if [ "${ENABLE_APPINDICATOR}" = 1 ], define_meson+=' -Denable-appindicator=true'.
Then, in line 64, you added -Denable-appindicator=true again. You are basically having 2 -Denable-appindicator=true :)
Pinned Comments