fix(moonarch-git): add sweet-cursors dependency (pkgrel 15)
Build and publish packages / build-and-publish (push) Successful in 15s

Moonarch configures the Sweet-cursors theme in six places — greeter
(moongreet.toml, niri-greeter.kdl) and desktop (niri config.kdl, GTK 3/4
settings.ini) — but never declared the package that ships the theme.
On a fresh install the cursor theme was absent system-wide, so Niri and
GTK fell back to the default cursor; it only worked where sweet-cursors
happened to be present (e.g. installed into a user home).

sweet-cursors-git provides 'sweet-cursors'; listing it ensures the theme
is installed system-wide for both the greeter user and the desktop user.
This commit is contained in:
2026-06-12 15:42:46 +02:00
parent 1d85c5ec73
commit f7c0989bad
+2 -1
View File
@@ -5,7 +5,7 @@
pkgname=moonarch-git pkgname=moonarch-git
pkgver=r127.806841d pkgver=r127.806841d
pkgrel=14 pkgrel=15
pkgdesc="Moonarch desktop environment defaults — Niri, Waybar, Catppuccin Mocha" pkgdesc="Moonarch desktop environment defaults — Niri, Waybar, Catppuccin Mocha"
arch=('any') arch=('any')
url="https://gitea.moonarch.de/nevaforget/moonarch" url="https://gitea.moonarch.de/nevaforget/moonarch"
@@ -17,6 +17,7 @@ depends=(
'moongreet' 'moongreet'
'moonlock' 'moonlock'
'moonset' 'moonset'
'sweet-cursors'
# Compositor & session # Compositor & session
'niri' 'niri'