feat(moonarch-git): install fontconfig defaults conf
Build and publish packages / build-and-publish (push) Failing after 14s
Build and publish packages / build-and-publish (push) Failing after 14s
Owned install of /etc/fonts/conf.d/65-moonarch-fonts.conf alongside the existing /etc configs (mpv, systemd).
This commit is contained in:
@@ -198,6 +198,10 @@ package() {
|
|||||||
# --- mpv config (owned by moonarch-git; ModernZ color overrides via script-opts-append) ---
|
# --- mpv config (owned by moonarch-git; ModernZ color overrides via script-opts-append) ---
|
||||||
install -Dm644 defaults/etc/mpv/mpv.conf "$pkgdir/etc/mpv/mpv.conf"
|
install -Dm644 defaults/etc/mpv/mpv.conf "$pkgdir/etc/mpv/mpv.conf"
|
||||||
|
|
||||||
|
# --- Fontconfig generic-family defaults (owned; number 65 loads after 60-latin to win) ---
|
||||||
|
install -Dm644 defaults/etc/fonts/conf.d/65-moonarch-fonts.conf \
|
||||||
|
"$pkgdir/etc/fonts/conf.d/65-moonarch-fonts.conf"
|
||||||
|
|
||||||
# --- Reference configs for greetd/moongreet (deployed by .install, not owned) ---
|
# --- Reference configs for greetd/moongreet (deployed by .install, not owned) ---
|
||||||
install -Dm644 defaults/etc/greetd/config.toml \
|
install -Dm644 defaults/etc/greetd/config.toml \
|
||||||
"$pkgdir/usr/share/moonarch/greetd/config.toml"
|
"$pkgdir/usr/share/moonarch/greetd/config.toml"
|
||||||
|
|||||||
Reference in New Issue
Block a user