summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 87319feaa841fe38ebcae683bb775d09dd721446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintainer: theferdi265 at gmail dot com

pkgname=gtk-theme-numix-solarized
pkgver=20160918
pkgrel=1
pkgdesc="Solarized versions of Numix GTK2 and GTK3 theme, compatible with GTK 3.20"
arch=('any')
url="https://github.com/Ferdi265/numix-solarized-gtk-theme"
license=('GPL3')
depends=('gtk-engine-murrine')
makedepends=('make')
source=('https://github.com/Ferdi265/numix-solarized-gtk-theme/releases/download/20160918/NumixSolarized.tar.gz')
md5sums=('SKIP')

package() {
	mkdir -p $pkgdir/usr/share/themes
	cp -r NumixSolarized $pkgdir/usr/share/themes
}