summaryrefslogtreecommitdiff
path: root/raveos-hyprland-theme
diff options
context:
space:
mode:
authorNippy <nippy@rp1.hu>2026-06-24 15:55:58 +0200
committerNippy <nippy@rp1.hu>2026-06-24 15:55:58 +0200
commitfbc68bfd23d57cc9f04c5aa2b29be2ad64b4c97f (patch)
tree2f494255d4d5158e9479286dd2c104c1cfc96b74 /raveos-hyprland-theme
parentab1fe2edb947954e60bebaa3e5173ae41938416c (diff)
downloadRaveOS-PKGBUILD-fbc68bfd23d57cc9f04c5aa2b29be2ad64b4c97f.tar.gz
RaveOS-PKGBUILD-fbc68bfd23d57cc9f04c5aa2b29be2ad64b4c97f.zip
AlexC javitva...
Diffstat (limited to 'raveos-hyprland-theme')
-rw-r--r--raveos-hyprland-theme/PKGBUILD24
1 files changed, 16 insertions, 8 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD
index c8f7b6f..510765d 100644
--- a/raveos-hyprland-theme/PKGBUILD
+++ b/raveos-hyprland-theme/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=raveos-hyprland-theme
pkgver=0.0.0
-pkgrel=45
+pkgrel=46
pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)"
arch=('any')
url="https://raveos.local"
@@ -19,16 +19,20 @@ conflicts=('raveos-cosmic-theme' 'raveos-gnome-theme')
# Futáshoz szükséges csomagok
depends=(
- 'fastfetch' # terminál üdvözlő (profile.d script indítja)
'dms-shell-hyprland' # DankMaterialShell - a fő panel/shell
'matugen' # wallpaper-alapú színséma generátor (matugen image ...)
'socat' # hyprshell socket kommunikációhoz (keybinds)
'hyprshell' # Alt+Tab ablakváltó overlay
'hyprpaper' # háttérkép daemon
- 'wl-clipboard' # wl-paste (clipboard pipeline)
- 'cliphist' # clipboard history store
'polkit-gnome' # polkit auth agent (GUI sudo kérések)
- 'kitty' # alapértelmezett terminál
+)
+
+# Opcionális csomagok
+optdepends=(
+ 'fastfetch: terminál üdvözlő (profile.d script indítja)'
+ 'wl-clipboard: wl-paste (clipboard pipeline)'
+ 'cliphist: clipboard history store'
+ 'kitty: alapértelmezett terminál'
)
install="${pkgname}.install"
@@ -49,9 +53,13 @@ package() {
"${pkgdir}/usr/share/raveos/hyprland-theme/"
# SDDM téma: rendszerszintű telepítés, SDDM innen olvassa
- install -dm755 "${pkgdir}/usr/share/sddm/themes"
- cp -r "${startdir}/theme-data/sddm/sddm-rave-theme" \
- "${pkgdir}/usr/share/sddm/themes/sddm-rave-theme"
+ install -dm755 "${pkgdir}/usr/share/sddm/themes/sddm-rave-theme"
+ find "${startdir}/theme-data/sddm/sddm-rave-theme" -type f | while read -r f; do
+ rel="${f#${startdir}/theme-data/sddm/sddm-rave-theme/}"
+ dir=$(dirname "$rel")
+ install -dm755 "${pkgdir}/usr/share/sddm/themes/sddm-rave-theme/${dir}"
+ install -Dm644 "$f" "${pkgdir}/usr/share/sddm/themes/sddm-rave-theme/${rel}"
+ done
# SDDM konfig: NEM itt telepítjük, hanem post_install/post_upgrade hook-ból,
# mert ha az unowned fájl már létezik, a pacman ütközés-ellenőrzése ELŐBB fut