diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-07 20:05:44 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-07 20:05:44 +0200 |
| commit | 26ff77a435709558832f46bfd6ac44ed654b999f (patch) | |
| tree | 66dfc750421d4132bf64b35e4920a7d227b5c2d0 /raveos-hyprland-theme/PKGBUILD | |
| parent | ebc9eda8f562df5d26306730f0d2955b80f395d7 (diff) | |
| download | RaveOS-PKGBUILD-26ff77a435709558832f46bfd6ac44ed654b999f.tar.gz RaveOS-PKGBUILD-26ff77a435709558832f46bfd6ac44ed654b999f.zip | |
update raveos theme
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index e36e244..7cbe3f5 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=9 +pkgrel=10 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" @@ -10,7 +10,6 @@ install="${pkgname}.install" source=() sha256sums=() -# Build redirection BUILDDIR="${startdir}/build" PKGDEST="${startdir}/build" SRCDEST="${startdir}/build" @@ -26,9 +25,6 @@ package() { install -dm755 "${pkgdir}/usr/share/raveos/hyprland-theme" cp -r --no-preserve=ownership "${startdir}/theme-data" "${pkgdir}/usr/share/raveos/hyprland-theme/" - # Install DMS binary - install -Dm755 "${startdir}/theme-data/DankMaterialShell/core/dms" "${pkgdir}/usr/bin/dms" - install -Dm755 "${startdir}/raveos-hyprland-apply.sh" \ "${pkgdir}/usr/lib/raveos-hyprland-theme/auto-apply.sh" install -Dm644 "${startdir}/raveos-hyprland-theme-apply.service" \ |