# Maintainer: Mark Wagie # Contributor: Jack Random # Contributor: Michael J. Pento # Contributor: grimi pkgname=matcha-gtk-theme _pkgver=2021-12-25 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') optdepends=('gtk-engine-murrine: GTK2 theme support' 'gtk-engines: GTK2 theme support' 'qogir-icon-theme: Recommended icon theme' 'kvantum-theme-matcha: Matching Kvantum theme') options=('!strip') install="$pkgname.install" source=("$pkgname-$_pkgver.tar.gz::https://github.com/vinceliuice/Matcha-gtk-theme/archive/$_pkgver.tar.gz") sha256sums=('48c0ebd817ff55b0c40ff6753202c01777311955e8ef194ff22ba7757788e87d') package() { cd "Matcha-gtk-theme-$_pkgver" install -d "$pkgdir/usr/share/themes" ./install.sh -s new -d "$pkgdir/usr/share/themes" # Plank theme install -Dm644 src/plank/dock.theme -t "$pkgdir/usr/share/plank/themes/Matcha" # Firefox & Gedit theme install -d "$pkgdir/usr/share/doc/$pkgname" cp -r src/extra/* "$pkgdir/usr/share/doc/$pkgname" }