nevaforget 8d056eac0f
All checks were successful
Build and publish packages / build-and-publish (push) Successful in 16m7s
fix(pkg): declare gtk4 build deps for GTK rust apps
moongreet/moonlock/moonset link against gtk4 headers at build time.
The CI workflow runs `makepkg -sfd` and only installs makedepends
explicitly — with gtk4 listed only in depends, the build container
had no cairo.pc / gtk4.pc and cairo-sys-rs failed to find the
system library. Add gtk4, gtk4-layer-shell, pkgconf (plus
gtk-session-lock + pam for moonlock) to makedepends.

This previously only worked because repeated `makepkg -s` runs
left the libs installed in the act_runner container filesystem.
Recreating the runner today exposed the latent gap.
2026-04-21 10:03:22 +02:00

23 lines
588 B
Plaintext

pkgbase = moongreet-git
pkgdesc = A greetd greeter for Wayland with GTK4 and Layer Shell
pkgver = 0.8.3.r0.g48d363b
pkgrel = 1
url = https://gitea.moonarch.de/nevaforget/greetd-moongreet
install = moongreet.install
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
makedepends = gtk4
makedepends = gtk4-layer-shell
makedepends = pkgconf
depends = gtk4
depends = gtk4-layer-shell
depends = greetd
provides = moongreet
conflicts = moongreet
source = git+https://gitea.moonarch.de/nevaforget/greetd-moongreet.git
sha256sums = SKIP
pkgname = moongreet-git