From f7c0989bad01e55653a51deca3879f8bef612db9 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Fri, 12 Jun 2026 15:42:46 +0200 Subject: [PATCH] fix(moonarch-git): add sweet-cursors dependency (pkgrel 15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- moonarch-git/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/moonarch-git/PKGBUILD b/moonarch-git/PKGBUILD index 47e65a5..fa5cfa8 100644 --- a/moonarch-git/PKGBUILD +++ b/moonarch-git/PKGBUILD @@ -5,7 +5,7 @@ pkgname=moonarch-git pkgver=r127.806841d -pkgrel=14 +pkgrel=15 pkgdesc="Moonarch desktop environment defaults — Niri, Waybar, Catppuccin Mocha" arch=('any') url="https://gitea.moonarch.de/nevaforget/moonarch" @@ -17,6 +17,7 @@ depends=( 'moongreet' 'moonlock' 'moonset' + 'sweet-cursors' # Compositor & session 'niri'