summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 757819bae256b156834779219f59c68c6ebac31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=adwaita-graphene-gtk-theme
pkgver=20160212
pkgrel=1
_snapshot=b4ab477091ecec8b16ca529f9b08e8cb8340f57d
pkgdesc="Grey gtk2 and gtk3 theme"
url="https://github.com/oberon2007/$pkgname"
license=('GPL')
arch=('any')
depends=('gtk-engines')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$_snapshot.tar.gz")
md5sums=('25280c0c5a725695d6edf051007152ed')

package() {
	cd $pkgname-$_snapshot
	mkdir -p $pkgdir/usr/share/themes
	cp -r * $pkgdir/usr/share/themes
}