Add zuki-themes-git

This commit is contained in:
Martchus 2016-07-16 23:54:30 +02:00
parent ac647e596a
commit d49767d694
1 changed files with 28 additions and 0 deletions

28
zuki-themes/git/PKGBUILD Normal file
View File

@ -0,0 +1,28 @@
# Maintainer: Martchus <martchus@gmx.net>
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: