From 3bb9a5bf59cdcc89a5fb6ff2f82ded4b3406b76b Mon Sep 17 00:00:00 2001 From: Nippy Date: Mon, 22 Jun 2026 10:40:43 +0200 Subject: sddm conf telepítés pkgbuild-be helyezve (upgrade fix) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- raveos-hyprland-theme/PKGBUILD | 7 ++++++- raveos-hyprland-theme/raveos-hyprland-apply.sh | 5 +---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index b0f5e66..6b83feb 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -10,7 +10,7 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=40 +pkgrel=41 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" @@ -52,6 +52,11 @@ package() { cp -r "${startdir}/theme-data/sddm/sddm-rave-theme" \ "${pkgdir}/usr/share/sddm/themes/sddm-rave-theme" + # SDDM konfig: aktív téma beállítása - PKGBUILD-ben van, nem az apply scriptben, + # hogy upgrade esetén is frissüljön (az apply service csak egyszer fut) + install -Dm644 "${startdir}/theme-data/sddm/sddm.conf" \ + "${pkgdir}/etc/sddm.conf.d/raveos-theme.conf" + # apply script: boot-kor futó installer (systemd service hívja) install -Dm755 "${startdir}/raveos-hyprland-apply.sh" \ "${pkgdir}/usr/lib/raveos-hyprland-theme/auto-apply.sh" diff --git a/raveos-hyprland-theme/raveos-hyprland-apply.sh b/raveos-hyprland-theme/raveos-hyprland-apply.sh index 96755cf..994797b 100644 --- a/raveos-hyprland-theme/raveos-hyprland-apply.sh +++ b/raveos-hyprland-theme/raveos-hyprland-apply.sh @@ -93,10 +93,7 @@ for d in gtk-3.0 gtk-4.0 nwg-look Thunar xfce4 xsettingsd hyprshell; do fi done -# SDDM konfig: sddm-rave-theme beállítása alapértelmezettként -# A téma maga a PKGBUILD által kerül /usr/share/sddm/themes/sddm-rave-theme/-be -[[ -f "${PAYLOAD}/sddm/sddm.conf" ]] && \ - install -Dm644 "${PAYLOAD}/sddm/sddm.conf" /etc/sddm.conf.d/raveos-theme.conf +# SDDM: a téma és konfig a PKGBUILD által van telepítve, itt nincs teendő # --------------------------------------------------------------------------- # MEGLÉVŐ USEREK FRISSÍTÉSE -- cgit v1.3