summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f719ab6d99796bd501051a8787ec6b422842aa28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
# Contributor: martinjlowm <martin {at} martinjlowm {dot} dk>

pkgname=zuki-themes-git
pkgver=r142.7cd3804
pkgrel=1
pkgdesc="A selection of themes for GTK3, gnome-shell and more."
arch=('any')
url="https://github.com/lassekongo83/zuki-themes"
license=('GPL3')
depends=('gtk-engine-murrine' 'gtk-engines')
makedepends=('git')
conflicts=('zukitwo-themes')
optdepends=('gnome-themes-standard: Required for the GTK3 theme'
            'ttf-droid: Font family for the Gnome Shell theme')
install='firefox-theme.install'

source=("${pkgname}::git+${url}")
sha512sums=('SKIP')

pkgver() {
   	cd "${pkgname}"
	printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

package() {
  	cd "${pkgname}"
  	find */ -type f -exec install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
}