summaryrefslogtreecommitdiff
path: root/raveos-theme/cosmic/PKGBUILD
diff options
context:
space:
mode:
authorAlexanderCurl <alexc@alexc.hu>2026-04-18 17:46:06 +0100
committerAlexanderCurl <alexc@alexc.hu>2026-04-18 17:46:06 +0100
commit70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69 (patch)
treeab1123d4067c1b086dd6faa7ee4ea643236b565a /raveos-theme/cosmic/PKGBUILD
parent5d94c0a7d44a2255b81815a52a7056a94a39842d (diff)
downloadRaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.tar.gz
RaveOS-PKGBUILD-70ca3fef77ee8bdc6e3ac28589a6fa08c024cc69.zip
Replaced file structures for themes in the correct format
Diffstat (limited to 'raveos-theme/cosmic/PKGBUILD')
-rw-r--r--raveos-theme/cosmic/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/raveos-theme/cosmic/PKGBUILD b/raveos-theme/cosmic/PKGBUILD
deleted file mode 100644
index 36eb655..0000000
--- a/raveos-theme/cosmic/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-pkgname=raveos-cosmic-theme
-pkgver=0.0.0
-pkgrel=6
-pkgdesc="RaveOS Cosmic theme payload and installer"
-arch=('any')
-url="https://raveos.local"
-license=('custom')
-depends=('fastfetch')
-install="${pkgname}.install"
-source=()
-sha256sums=()
-
-# Build redirection
-BUILDDIR="${startdir}/build"
-PKGDEST="${startdir}/build"
-SRCDEST="${startdir}/build"
-SRCPKGDEST="${startdir}/build"
-LOGDEST="${startdir}/build"
-
-package() {
- install -dm755 "${pkgdir}/usr/share/raveos/cosmic-theme"
- cp -r --no-preserve=ownership "${startdir}/theme-data" "${pkgdir}/usr/share/raveos/cosmic-theme/"
-
- install -Dm755 "${startdir}/raveos-cosmic-apply.sh" \
- "${pkgdir}/usr/lib/raveos-cosmic-theme/auto-apply.sh"
- install -Dm755 "${startdir}/raveos-cosmic-first-login.sh" \
- "${pkgdir}/usr/lib/raveos-cosmic-theme/first-login.sh"
- install -Dm644 "${startdir}/raveos-cosmic-theme-apply.service" \
- "${pkgdir}/usr/lib/systemd/system/raveos-cosmic-theme-apply.service"
- install -Dm644 "${startdir}/raveos-cosmic-first-login.desktop" \
- "${pkgdir}/etc/xdg/autostart/raveos-cosmic-first-login.desktop"
-}