diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-07 22:08:12 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-07 22:08:12 +0200 |
| commit | e0185ec8d3c80921c449e73de44a63cbb5577edc (patch) | |
| tree | 0bbc9f92387a4c4e6b5e8a91f746d18b546e929a /raveos-hyprland-theme/PKGBUILD | |
| parent | 32a25e22d3c95c6f1044de043a9f898556f334e7 (diff) | |
| download | RaveOS-PKGBUILD-e0185ec8d3c80921c449e73de44a63cbb5577edc.tar.gz RaveOS-PKGBUILD-e0185ec8d3c80921c449e73de44a63cbb5577edc.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 7cbe3f5..98f0489 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=10 +pkgrel=11 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" @@ -24,6 +24,7 @@ build() { package() { install -dm755 "${pkgdir}/usr/share/raveos/hyprland-theme" cp -r --no-preserve=ownership "${startdir}/theme-data" "${pkgdir}/usr/share/raveos/hyprland-theme/" + cp -r --no-preserve=ownership "${startdir}/RaveOS-Hyprland" "${pkgdir}/usr/share/raveos/hyprland-theme/" install -Dm755 "${startdir}/raveos-hyprland-apply.sh" \ "${pkgdir}/usr/lib/raveos-hyprland-theme/auto-apply.sh" |