# Maintainer: bill-auger pkgname=parabola-theme-blackmate pkgver=3.22.16 pkgrel=parabola4 pkgdesc="Parabola's dark desktop theme" arch=('any') license=('GPL3') url=https://mate-desktop.org depends=('qt5ct' 'qt5-styleplugins') makedepends=('git') source=(https://git.parabola.nu/artwork.git/snapshot/official%2F2018.tar.gz) install=$pkgname.install sha256sums=('d1c57dabfc735ca6eef2f116d8c83ac1c5c1f20f89a6b5f5459982c822186044') package() { cd $srcdir/official/2018/gtk-themes/parabola-blackmate mkdir -p ${pkgdir}/usr/share/themes/parabola-blackmate for ea in apps cinnamon gtk-2.0 gtk-3.0 metacity-1 qt5ct unity index.theme do cp -r $ea ${pkgdir}/usr/share/themes/parabola-blackmate/$ea done }