# Maintainer: mibbio _name='Ciliora-Prima' pkgname=cinnamon-theme-${_name,,} pkgver=20151011 pkgrel=1 pkgdesc="${_name} theme for Cinnamon 2.6" arch=('any') url="http://cinnamon-spices.linuxmint.com/themes/view/323" license=('GPL') depends=('cinnamon>=2.6.0' 'cinnamon<2.7.0') source=("http://cinnamon-spices.linuxmint.com/uploads/themes/S4KG-DU9M-NA85.zip") sha256sums=('b46a396d80488e763a577eb17e6811a425d97f6b72e93edeec045136c58ab10e') package() { find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \; }