# Maintainer: Jack Wu pkgname=zorin-desktop-themes pkgver=4.0.5 pkgrel=1 pkgdesc="The Zorin OS desktop theme provided in a variety of color combinations." arch=('any') url="https://github.com/ZorinOS/zorin-desktop-themes" license=('GPL2') depends=('gtk-engine-murrine') makedepends=() provides=('zorin-desktop-themes') conflicts=('zorin-desktop-themes-git') source=( "$pkgname-$pkgver.tar.gz::https://github.com/ZorinOS/$pkgname/archive/$pkgver.tar.gz" ) sha512sums=('a9c6e7b976ab31812098d992902c8051fd3a27320d986e54a7c373377b12306e477dee6af122066fbd7f6e67ae26d80ab90177ca4ea0cb639f36330950309a80') package() { cd "$pkgname-$pkgver" install -dm755 "$pkgdir/usr/share/themes" for theme in $(ls --hide={debian,LICENSE,README.md}) do cp -r $theme "$pkgdir/usr/share/themes/" done }