updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / gtk-theme-drakfire-black / PKGBUILD
blobd884525b7cc0fbddb9e620a338319cf57f9bc247
1 # Maintainer: Alexander De Sousa <archaur.xandy21@spamgourmet.com>
2 # Contributor: N30N <archlinux@alunamation.com>
4 pkgname=gtk-theme-drakfire-black
5 pkgver=0.6.2
6 pkgrel=2
7 pkgdesc='Drakfire Black theme.'
8 arch=('any')
9 url='http://gnome-look.org/content/show.php/Drakfire+Black?content=135009'
10 license=('GPL')
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')
17 package() {
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: