updated on Wed Jan 18 20:10:41 UTC 2012
[aur-mirror.git] / gtk-theme-murrinapolymer / PKGBUILD
blob60915a52df69d6eabeae9436719053841464b09d
1 # Maintainer: Xyne
3 pkgname=gtk-theme-murrinapolymer
4 pkgver=1.5
5 pkgrel=1
6 pkgdesc="This light gray GTK theme aims to be clean and easy to our poor eyes."
7 arch=('any')
8 url='http://gnome-look.org/content/show.php/MurrinaPolymer?content=122165'
9 license=('GPL')
10 depends=('gtk-engine-murrine')
11 source=('http://dl.dropbox.com/u/465797/MurrinaPolymer.tar.gz')
12 md5sums=('7dbd75f0d6979e92e7aaf28c68f7c8a5')
14 build () {
15   mkdir -p "$pkgdir/usr/share/themes"
16   cp -R "$srcdir/MurrinaPolymer" -t "$pkgdir/usr/share/themes"
17   find "$pkgdir/usr/share/themes" -type f -exec chmod 644 {} \+