# Maintainer: Martchus pkgname=zuki-themes-git pkgver=r135.dda1726 pkgrel=1 pkgdesc="A theme for GTK3, GTK2, Metacity, xfwm4, Gnome Shell and Unity" arch=('any') url="https://github.com/lassekongo83/zuki-themes" license=('GPL3') depends=('gtk-engines' 'gtk-engine-murrine') optdepends=('gnome-themes-standard: required for the GTK3 theme') makedepends=('git') provides=('zukitwo-themes') conflicts=('zukitwo-themes') source=("$pkgname::git://github.com/lassekongo83/zuki-themes") md5sums=('SKIP') pkgver() { cd "$srcdir/$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } package() { cd "$srcdir/$pkgname" find Zukitwo Zukitre -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \; } # vim:set ts=2 sw=2 et: