updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / gnome-theme-heavymetal / PKGBUILD
blob28562c31c40a9b13284ab433444a5210653141ba
1 # Maintainer: Thomas Oster <thomas.oster@rwth-aachen.de>
3 pkgname=gnome-theme-heavymetal
4 pkgver=0.48
5 pkgrel=1
6 pkgdesc="Heavy metal theme for gnome-shell, gtk2 gtk3 and metacity."
7 url="http://samriggs.deviantart.com/gallery/#/d48lbtr"
8 arch=('any')
9 license=('GPL3')
10 makedepends=('unzip')
11 depends=('gtk-engine-murrine' 'gdk-pixbuf2' 'gtk-engine-equinox')
12 source=(http://www.deviantart.com/download/256296735/heavy_metal_by_samriggs-d48lbtr.zip)
13 md5sums=('e62868a08ad65800e21b140893ff05f6')
14 _destdir=$pkgdir/usr/share/themes
16 package() {
17         cd $srcdir
18         mkdir -p $_destdir
19         msg2 "Installing files..."
20         cp -r Heavy\ Metal $_destdir
21         msg2 "Setting rights..."
22         # Ensure directories are accessible by anyone:
23         find . -type d -exec chmod 755 '{}' \;
24         chmod go+r $_destdir -R