# Maintainer: Mark Wagie # Contributor: Jack Random # Contributor: Michael J. Pento # Contributor: grimi pkgname=matcha-gtk-theme _pkgver=2021-01-01 pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc="A flat design theme for GTK 3, GTK 2 and GNOME Shell" arch=('any') url="https://vinceliuice.github.io/theme-matcha.html" license=('GPL3') depends=('gtk-engine-murrine' 'gtk-engines' 'gtk3') optdepends=('qogir-icon-theme: Recommended icon theme' 'kvantum-theme-matcha: Matching Kvantum theme') source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz") options=('!strip') sha256sums=('4000be993f0a9b73d1ab426e0ebf4ef41b9999233693670545b6c21d6992b959') package() { cd "Matcha-gtk-theme-$_pkgver" install -d "$pkgdir/usr/share/themes" ./install.sh -d "$pkgdir/usr/share/themes" }