12 Commits

Author SHA1 Message Date
pkgver-bot
5373e651a1 chore(moonset-git): bump pkgver to 0.8.5.r0.g8285bcd
Some checks failed
Build and publish packages / build-and-publish (push) Failing after 7s
2026-04-24 12:15:28 +00:00
5fc1781262 fix(pkgbuild): honour CARGO_TARGET_DIR in install path
Some checks failed
Build and publish packages / build-and-publish (push) Failing after 14m14s
The act_runner exports CARGO_TARGET_DIR=/cache/target for cache
persistence, but the three Rust-app PKGBUILDs hardcoded
target/release/<bin>. Run 87 compiled 8 min then failed at
install stage. Use ${CARGO_TARGET_DIR:-target} so both CI and
local makepkg work.
2026-04-23 13:04:31 +02:00
8d056eac0f fix(pkg): declare gtk4 build deps for GTK rust apps
All checks were successful
Build and publish packages / build-and-publish (push) Successful in 16m7s
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
ea44cb33c4 chore: bump pkgrel for moongreet/moonset/sweet-cursors
All checks were successful
Build and publish packages / build-and-publish (push) Successful in 12m8s
Trigger build-and-publish for three packages never uploaded to the
Arch registry. Prior CI runs for these failed before the makedepends
fix landed.
2026-04-20 13:36:05 +02:00
pkgver-bot
49dc1970a0 chore(moonset-git): bump pkgver to 0.8.2.r0.gd030f13
Some checks failed
Build and publish packages / build-and-publish (push) Failing after 4s
2026-04-06 20:36:45 +00:00
pkgver-bot
0ba11cdd5d chore(moonset-git): bump pkgver to 0.8.0.r3.gb3ed7fb 2026-03-31 10:53:32 +00:00
pkgver-bot
087f38ef9b chore(moonset-git): bump pkgver to 0.8.0.r2.g358c228 2026-03-31 09:09:39 +00:00
pkgver-bot
b9c8ee3e14 chore(moonset-git): bump pkgver to 0.7.2.r6.g8aca2bf 2026-03-30 14:10:56 +00:00
pkgver-bot
f4706d7cb1 chore(moonset-git): bump pkgver to 0.7.2.r5.gf01c6bd 2026-03-30 11:49:19 +00:00
pkgver-bot
41a8eb2713 chore(moonset-git): bump pkgver to 0.7.2.r4.g7cd1f8c 2026-03-29 21:03:04 +00:00
a72eca447b fix(moonset): drop --locked flag for VCS package
--locked requires an up-to-date Cargo.lock at build time, which
is unreliable for -git packages where source changes continuously.
2026-03-28 14:24:49 +01:00
f169d387d4 feat: initial PKGBUILD collection for the Moonarch ecosystem
Add PKGBUILDs for moonset-git, moonlock-git, and moongreet-git.
Intended as a paru custom AUR source for easy installation of
all Moonarch components via `paru -S moonset-git`.
2026-03-28 10:29:20 +01:00