# Maintainer: mibbio _name='Ciliora-Tertia' pkgname=cinnamon-theme-${_name,,}-git pkgver=r133.97b0e77 pkgrel=2 pkgdesc="${_name} theme for Cinnamon 2.8" arch=('any') url="https://github.com/zagortenay333/${_name,,}-cinnamon" license=('GPL') depends=('cinnamon>=2.8.0' 'cinnamon<2.9.0') replaces=("cinnamon-theme-${_name,,}") conflicts=("cinnamon-theme-${_name,,}") source=("git+https://github.com/zagortenay333/${_name,,}-cinnamon") sha256sums=('SKIP') pkgver() { cd "$srcdir/${_name,,}-cinnamon" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/${_name,,}-cinnamon" find ${_name} -type f -not -name *~ -not -name *.sh -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \; }