# Maintainer: Felix Yan <felixonmars@archlinux.org>

pkgname=ukui-themes
pkgver=3.0.1
pkgrel=2
pkgdesc="Official themes for the UKUI desktop"
arch=('any')
license=('GPL')
url="https://github.com/ukui/ukui-themes"
groups=('ukui')
depends=('dconf')
makedepends=('meson')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ukui/ukui-themes/archive/v$pkgver.tar.gz")
sha512sums=('c7905c8f357c77c47a9d79bb4d1c505d9d9272d0dc405322460ba1f9b6b730e1147199b0c38cae7ec55d36edd448f0c9a161bd7001bc445a5185589bf666f6fd')

build() {
  arch-meson $pkgname-$pkgver build
  ninja -C build
}

package() {
  DESTDIR="$pkgdir" ninja -C build install
}
