# Maintainer: Jack Wu pkgname=zorin-desktop-themes pkgver=4.0.2 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=('d5ad80d341965628cbacfd529804f6449c6813de775ec01c8541164df7aecf5a765516618ed4ccda32e64a227b436085a57349b9c712af872b2e792903cea01d') 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 }