From adcb52806eb4c778bd97dc7eb01ee43ae5733fd1 Mon Sep 17 00:00:00 2001 From: Nippy Date: Tue, 8 Sep 2026 20:36:52 +0200 Subject: fixed theme and raveswitch abd welcomeapp. --- raveos-cosmic-theme/PKGBUILD | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'raveos-cosmic-theme/PKGBUILD') diff --git a/raveos-cosmic-theme/PKGBUILD b/raveos-cosmic-theme/PKGBUILD index c1a76e2..877e9a5 100644 --- a/raveos-cosmic-theme/PKGBUILD +++ b/raveos-cosmic-theme/PKGBUILD @@ -2,7 +2,7 @@ pkgname=raveos-cosmic-theme pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="RaveOS Cosmic theme payload and installer" arch=('any') url="https://raveos.local" @@ -23,18 +23,11 @@ SRCPKGDEST="${startdir}/build" LOGDEST="${startdir}/build" package() { - install -dm755 "${pkgdir}/usr/share/backgrounds/raveos" - install -Dm644 "${startdir}/theme-data/background" \ - "${pkgdir}/usr/share/backgrounds/raveos/raveos-main-bg.jpeg" - 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 -Dm755 "${startdir}/theme-data/profile.d/raveos-fastfetch.sh" \ - "${pkgdir}/etc/profile.d/raveos-fastfetch.sh" - install -dm755 "${pkgdir}/usr/share/raveos/cosmic-theme" cp -r --no-preserve=ownership "${startdir}/theme-data" \ "${pkgdir}/usr/share/raveos/cosmic-theme/" -- cgit v1.3