1 # Maintainer: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
2 # Contributor: N30N <archlinux@alunamation.com>
4 pkgname=gtk-theme-drakfire-black
7 pkgdesc='Drakfire Black theme.'
9 url='http://gnome-look.org/content/show.php/Drakfire+Black?content=135009'
11 depends=('gtk-engine-murrine' 'gtk-aurora-engine')
12 optdepends=('awoken-icons: default icon set to use with this theme.')
13 source=('http://dl.dropbox.com/u/1106169/drakfire black/Drakfire Black 0.6-2.tar.gz')
14 md5sums=('b3656262256cec5c4ba9eaa3c67fbc85')
15 sha1sums=('5d2d9abc4cdef9b39f93ca4142e1bb1e525f4146')
18 find 'Drakfire Black' ! -type d -exec \
19 install -Dm644 '{}' "$pkgdir/usr/share/themes/{}" \;
22 # vim: set ft=sh ts=3 sw=3 tw=0: