diff options
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/" |