summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 50eb79bee2d62c7dfa4a2ebf87b78f150df63ea3 (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
# Maintainer: scan

pkgname=pro-dark-gtk-theme-git
pkgver=r16.0c896ac
pkgrel=1
pkgdesc="Pro Dark GTK Theme GNOME 3.20+"
arch=("any")
url="https://github.com/paullinuxthemer/Pro-Dark-GTK"
license=("GPL")
makedepends=("git")
optdepends=("gnome-tweak-tool: A tool to customize advanced GNOME 3 options.")
source=("pro-dark-gtk-theme::git+https://github.com/paullinuxthemer/Pro-Dark-GTK")
sha256sums=("SKIP")

pkgver() {
    cd pro-dark-gtk-theme
    echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}

package() {
	install -d ${pkgdir}/usr/share/themes
    cp -r pro-dark-gtk-theme $pkgdir/usr/share/themes/Pro-Dark-GTK
	find ${pkgdir} -type f -exec chmod 644 {} \;
	find ${pkgdir} -type d -exec chmod 755 {} \;
}