3 pkgname=gtk-theme-murrinapolymer
6 pkgdesc="This light gray GTK theme aims to be clean and easy to our poor eyes."
8 url='http://gnome-look.org/content/show.php/MurrinaPolymer?content=122165'
10 depends=('gtk-engine-murrine')
11 source=('http://dl.dropbox.com/u/465797/MurrinaPolymer.tar.gz')
12 md5sums=('7dbd75f0d6979e92e7aaf28c68f7c8a5')
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 {} \+