# Maintainer: m8D2 # Contributor: Robert Booster pkgname=zuki-themes pkgver=3.32_4 pkgrel=1 pkgdesc="Zuki themes for GNOME, Xfce and more." arch=('any') url="https://github.com/lassekongo83/zuki-themes" license=(GPL3) depends=(gtk-engine-murrine gtk-engines sassc) makedepends=(ninja meson) optdepends=(ttf-roboto) conflicts=(zukitwo-themes-git) source=("$pkgname-$pkgver.tar.gz::https://github.com/lassekongo83/zuki-themes/archive/v${pkgver//_/-}.tar.gz") sha256sums=('77d1d4e6288fb4b8487f5ec88913a9338f262a21bbfd572604932462a8610ce7') build() { cd $pkgname-${pkgver//_/-} meson --prefix /usr --buildtype=plain build ninja -C build } package(){ cd $pkgname-${pkgver//_/-} DESTDIR="$pkgdir" ninja -C build install }