# Maintainer: Charles Bos pkgname=metacity-themes pkgver=3.18.5 pkgrel=1 pkgdesc="The standard Metacity themes" arch=('any') url="https://github.com/charlesbos/metacity-themes" license=('GPL2') conflicts=('gnome-themes-standard<3.16.0' 'metacity<3.20.0') source=("https://github.com/charlesbos/${pkgname}/archive/${pkgver}.tar.gz") sha256sums=('f8a96459b9cbaf8965eb85d8323b84de7f5188f3010ff10b24e5354aa8d8c9d1') package() { mkdir -p "${pkgdir}/usr/share/themes" themes=('Adwaita' 'AgingGorilla' 'Atlanta' 'Bright' 'Crux' 'Esco' 'HighContrast' 'Metabox' 'Simple') for x in "${themes[@]}"; do cp -r "${srcdir}/${pkgname}-${pkgver}/${x}" "${pkgdir}/usr/share/themes" done }