diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-09 13:33:09 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-09 13:33:09 +0200 |
| commit | a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5 (patch) | |
| tree | 1a8769217f84bfe9d6216fafaadaf8cdd876d457 /raveos-hyprland-theme/PKGBUILD | |
| parent | 34b9c34f982b2596cfa9e368a2d7f74e9a17477c (diff) | |
| download | RaveOS-PKGBUILD-a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5.tar.gz RaveOS-PKGBUILD-a2b924d7e9492b978ad6dc33b6c1ffcb304b4bc5.zip | |
raveos update
Diffstat (limited to 'raveos-hyprland-theme/PKGBUILD')
| -rw-r--r-- | raveos-hyprland-theme/PKGBUILD | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/raveos-hyprland-theme/PKGBUILD b/raveos-hyprland-theme/PKGBUILD index ef35527..952fd51 100644 --- a/raveos-hyprland-theme/PKGBUILD +++ b/raveos-hyprland-theme/PKGBUILD @@ -1,11 +1,11 @@ pkgname=raveos-hyprland-theme pkgver=0.0.0 -pkgrel=23 +pkgrel=24 pkgdesc="RaveOS Hyprland theme payload and installer (includes DankMaterialShell)" arch=('any') url="https://raveos.local" license=('custom') -depends=('fastfetch' 'quickshell' 'go' 'matugen' 'socat') +depends=('fastfetch' 'dms-shell-hyprland' 'matugen' 'socat' 'hyprshell') install="${pkgname}.install" source=() sha256sums=() @@ -16,11 +16,6 @@ SRCDEST="${startdir}/build" SRCPKGDEST="${startdir}/build" LOGDEST="${startdir}/build" -build() { - cd "${startdir}/theme-data/DankMaterialShell/core" - go build -o dms ./cmd/dms/ -} - package() { install -dm755 "${pkgdir}/usr/share/raveos/hyprland-theme" cp -r --no-preserve=ownership "${startdir}/theme-data" "${pkgdir}/usr/share/raveos/hyprland-theme/" |