summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/PKGBUILD
diff options
context:
space:
mode:
authorNippy <nippy@Beller-Mac-mini.lan>2026-09-07 19:48:54 +0200
committerNippy <nippy@Beller-Mac-mini.lan>2026-09-07 19:48:54 +0200
commited1c9a34738f8c60467a96a5c938ec757f65861a (patch)
tree41b69ebc23364d0673f9299dc5cad96663b0ec44 /raveos-plasma-theme/PKGBUILD
parente5636385e253a52688a59f8c2a45cd673c04b102 (diff)
downloadRaveOS-PKGBUILD-ed1c9a34738f8c60467a96a5c938ec757f65861a.tar.gz
RaveOS-PKGBUILD-ed1c9a34738f8c60467a96a5c938ec757f65861a.zip
rework theme
Diffstat (limited to 'raveos-plasma-theme/PKGBUILD')
-rw-r--r--raveos-plasma-theme/PKGBUILD68
1 files changed, 34 insertions, 34 deletions
diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD
index 9e9a274..c887b80 100644
--- a/raveos-plasma-theme/PKGBUILD
+++ b/raveos-plasma-theme/PKGBUILD
@@ -1,25 +1,14 @@
# Maintainer: nippy <nippy@tuta.io>
-#
-# raveos-plasma-theme
-# -------------------
-# KDE Plasma DE téma csomag: kitty, fastfetch, Plasma splash, Konsole profil,
-# kickoff ikon, háttérkép.
-#
-# Az apply script (raveos-plasma-theme-apply.service) post_install hook-ból
-# fut és bemásolja a theme-data tartalmát /etc/skel-be és minden meglévő
-# user home-jába.
-#
-# Az SDDM login téma külön csomagban van (raveos-sddm-theme), mert korábban
-# mind a négy DE-téma csomag (cosmic/gnome/hyprland/plasma) ugyanazt a
-# byte-azonos SDDM temat csomagolta duplán.
pkgname=raveos-plasma-theme
-pkgver=0.0.0
-pkgrel=37
+pkgver=1.0.0
+pkgrel=1
pkgdesc="RaveOS Plasma theme payload and installer"
arch=('any')
url="https://raveos.local"
license=('custom')
+options=('!debug')
+conflicts=('raveos-gnome-theme' 'raveos-hyprland-theme' 'raveos-cosmic-theme')
depends=('fastfetch' 'raveos-sddm-theme')
@@ -27,7 +16,6 @@ install="${pkgname}.install"
source=()
sha256sums=()
-# Build könyvtárak az src mellé, ne a makepkg alapértelmezettbe
BUILDDIR="${startdir}/build"
PKGDEST="${startdir}/build"
SRCDEST="${startdir}/build"
@@ -35,34 +23,46 @@ SRCPKGDEST="${startdir}/build"
LOGDEST="${startdir}/build"
package() {
- # theme-data payload: kitty, fastfetch, Plasma konfig, Konsole, splash stb.
+ install -dm755 "${pkgdir}/usr/share/backgrounds/raveos"
+ install -Dm644 "${startdir}/theme-data/background" \
+ "${pkgdir}/usr/share/backgrounds/raveos/raveos-main-bg.jpeg"
+
+ install -dm755 "${pkgdir}/usr/share/plasma/look-and-feel/org.kde.raveos.desktop"
+ cp -r --no-preserve=ownership "${startdir}/theme-data/plasma-splash/." \
+ "${pkgdir}/usr/share/plasma/look-and-feel/org.kde.raveos.desktop/"
+
+ install -Dm644 "${startdir}/theme-data/system/raveos-logo.svg" \
+ "${pkgdir}/usr/share/pixmaps/raveos-logo.svg"
+ install -Dm644 "${startdir}/theme-data/system/raveos-logo.svg" \
+ "${pkgdir}/usr/share/icons/hicolor/scalable/apps/raveos-logo.svg"
+ install -Dm644 "${startdir}/theme-data/plasma/org.kde.plasma.kickoff.svg" \
+ "${pkgdir}/usr/share/icons/hicolor/scalable/apps/distributor-logo-raveos.svg"
+
+ install -dm755 "${pkgdir}/usr/share/konsole"
+ install -Dm644 "${startdir}/theme-data/konsole/RaveOS.colorscheme" \
+ "${pkgdir}/usr/share/konsole/RaveOS.colorscheme"
+ install -Dm644 "${startdir}/theme-data/konsole/RaveOS.profile" \
+ "${pkgdir}/usr/share/konsole/RaveOS.profile"
+
+ install -dm755 "${pkgdir}/etc/xdg"
+ install -Dm644 "${startdir}/kdeglobals" "${pkgdir}/etc/xdg/kdeglobals"
+ install -Dm644 "${startdir}/ksplashrc" "${pkgdir}/etc/xdg/ksplashrc"
+ install -Dm644 "${startdir}/kscreenlockerrc" "${pkgdir}/etc/xdg/kscreenlockerrc"
+ install -Dm644 "${startdir}/konsolerc" "${pkgdir}/etc/xdg/konsolerc"
+
+ install -Dm755 "${startdir}/theme-data/profile.d/raveos-fastfetch.sh" \
+ "${pkgdir}/etc/profile.d/raveos-fastfetch.sh"
+
install -dm755 "${pkgdir}/usr/share/raveos/plasma-theme"
cp -r --no-preserve=ownership "${startdir}/theme-data" \
"${pkgdir}/usr/share/raveos/plasma-theme/"
- # SDDM téma: külön csomagban (raveos-sddm-theme), lásd depends
-
- # apply script: post_install hook hívja
install -Dm755 "${startdir}/raveos-plasma-apply.sh" \
"${pkgdir}/usr/lib/raveos-plasma-theme/auto-apply.sh"
-
- # first-login script: első bejelentkezéskor fut (XDG autostart)
install -Dm755 "${startdir}/raveos-plasma-first-login.sh" \
"${pkgdir}/usr/lib/raveos-plasma-theme/first-login.sh"
-
- # systemd service (a post_install hook enable-oli)
install -Dm644 "${startdir}/raveos-plasma-theme-apply.service" \
"${pkgdir}/usr/lib/systemd/system/raveos-plasma-theme-apply.service"
-
- # XDG autostart: first-login script indítása
install -Dm644 "${startdir}/raveos-plasma-first-login.desktop" \
"${pkgdir}/etc/xdg/autostart/raveos-plasma-first-login.desktop"
-
- # Kickoff/rendszer ikon - globálisan is telepítve, nem csak user-szinten
- install -Dm644 "${startdir}/theme-data/plasma/org.kde.plasma.kickoff.svg" \
- "${pkgdir}/usr/share/pixmaps/raveos-logo.svg"
- install -Dm644 "${startdir}/theme-data/plasma/org.kde.plasma.kickoff.svg" \
- "${pkgdir}/usr/share/icons/hicolor/scalable/apps/raveos-logo.svg"
- install -Dm644 "${startdir}/theme-data/plasma/org.kde.plasma.kickoff.svg" \
- "${pkgdir}/usr/share/icons/hicolor/scalable/apps/distributor-logo-raveos.svg"
}