refactor(moonarch-git): own mpv.conf directly, drop staging+install hook
Build and publish packages / build-and-publish (push) Successful in 12s
Build and publish packages / build-and-publish (push) Successful in 12s
Install mpv.conf straight to /etc/mpv/mpv.conf in package(), remove the /usr/share/moonarch/mpv/ staging and the post_install copy. modernz.conf is no longer shipped — overrides moved into mpv.conf via script-opts-append.
This commit is contained in:
@@ -195,11 +195,8 @@ package() {
|
||||
install -Dm644 defaults/xdg/swaync/style.css \
|
||||
"$pkgdir/usr/share/moonarch/swaync/style.css"
|
||||
|
||||
# --- mpv configs (deployed by .install, modernz.conf owned by mpv-modernz-git) ---
|
||||
install -Dm644 defaults/etc/mpv/mpv.conf \
|
||||
"$pkgdir/usr/share/moonarch/mpv/mpv.conf"
|
||||
install -Dm644 defaults/etc/mpv/script-opts/modernz.conf \
|
||||
"$pkgdir/usr/share/moonarch/mpv/modernz.conf"
|
||||
# --- 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"
|
||||
|
||||
# --- Reference configs for greetd/moongreet (deployed by .install, not owned) ---
|
||||
install -Dm644 defaults/etc/greetd/config.toml \
|
||||
|
||||
Reference in New Issue
Block a user