diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-07 22:13:02 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-07 22:13:02 +0200 |
| commit | 254e4d31b98d00f39e7f5d6f209cee2adce68ec9 (patch) | |
| tree | 309d5ee9904e410e40b3f10e8d9a54dced9c4968 /raveos-hyprland-theme/PKGBUILD | |
| parent | e0185ec8d3c80921c449e73de44a63cbb5577edc (diff) | |
| download | RaveOS-PKGBUILD-254e4d31b98d00f39e7f5d6f209cee2adce68ec9.tar.gz RaveOS-PKGBUILD-254e4d31b98d00f39e7f5d6f209cee2adce68ec9.zip | |
raveos-hyprland-theme: merge RaveOS-Hyprland into theme-data, bump pkgrel=12
- Remove RaveOS-Hyprland/ directory (configs merged into theme-data/)
- Move gtk-3.0, gtk-4.0, nwg-look, Thunar, xfce4, xsettingsd into theme-data/
- Update PKGBUILD: pkgrel=12, remove RaveOS-Hyprland copy step
- Update apply.sh: handle new theme-data subdirs (gtk, nwg-look, Thunar, xfce4, xsettingsd)
- Sync hyprland.conf, monitors.conf, workspaces.conf, kitty.conf
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index 98f0489..00983f0 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,6 +1,6 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=11 +pkgrel=12 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" @@ -24,7 +24,6 @@ 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" |