summaryrefslogtreecommitdiff
path: root/raveos-plasma-theme/PKGBUILD
diff options
context:
space:
mode:
authorNippy <nippy@Beller-Mac-mini.lan>2026-09-09 14:56:35 +0200
committerNippy <nippy@Beller-Mac-mini.lan>2026-09-09 14:56:35 +0200
commita65fb557cfce85e27448139e9c0317c36b7d06cb (patch)
tree992d87ce48602f79e09b60ba26bfc4b4b53e587a /raveos-plasma-theme/PKGBUILD
parent25af5fa7814cd4c1d8bf31e0d50cebfb6c29a4ba (diff)
downloadRaveOS-PKGBUILD-a65fb557cfce85e27448139e9c0317c36b7d06cb.tar.gz
RaveOS-PKGBUILD-a65fb557cfce85e27448139e9c0317c36b7d06cb.zip
fix(plasma-theme): enforce breeze-dark color scheme and desktop themeHEADmain
Diffstat (limited to 'raveos-plasma-theme/PKGBUILD')
-rw-r--r--raveos-plasma-theme/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/raveos-plasma-theme/PKGBUILD b/raveos-plasma-theme/PKGBUILD
index 1e3a8f9..bdaad3a 100644
--- a/raveos-plasma-theme/PKGBUILD
+++ b/raveos-plasma-theme/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=raveos-plasma-theme
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="RaveOS Plasma theme payload and installer"
arch=('any')
url="https://raveos.local"
@@ -46,6 +46,7 @@ package() {
install -dm755 "${pkgdir}/etc/xdg"
install -Dm644 "${startdir}/kdeglobals" "${pkgdir}/etc/xdg/kdeglobals"
+ install -Dm644 "${startdir}/plasmarc" "${pkgdir}/etc/xdg/plasmarc"
install -Dm644 "${startdir}/kwalletrc" "${pkgdir}/etc/xdg/kwalletrc"
install -Dm644 "${startdir}/ksplashrc" "${pkgdir}/etc/xdg/ksplashrc"
install -Dm644 "${startdir}/kscreenlockerrc" "${pkgdir}/etc/xdg/kscreenlockerrc"