updated on Sat Jan 21 08:01:15 UTC 2012
[aur-mirror.git] / drakfire-dream-suite / PKGBUILD
blobb92a7a7f86db50a2291c6d63161b5eb653675f65
2 # Author: Drakfire86 <http://drakfire86.deviantart.com/>
3 # Maintainer: foalsrock <foalsrock at gmail dot com>
5 pkgname=drakfire-dream-suite
6 pkgver=0.6
7 pkgrel=2
8 pkgdesc="Drakfire dream suite, includes gtk3, gtk2 and gnome-shell theme."
9 url="http://drakfire86.deviantart.com/art/drakfire-dream-suite-251234682"
10 license=('cc-by-nc-sa-3.0')
11 arch=('any')
12 depends=('gtk-engine-unico' 'gtk-engine-murrine')
13 makedepends=('unzip')
14 optdepends=('gnome-shell')
15 source=("http://www.deviantart.com/download/251234682/drakfire_dream_suite_by_drakfire86-d45ktx6.zip")
16 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
17 md5sums=('3c784d90feee6b15088583a728fb2622')
19 package() {
20     mkdir -p "${pkgdir}/usr/share/themes"
21     unzip "${srcdir}/drakfire_dream_suite_by_drakfire86-d45ktx6.zip" -d "${pkgdir}/usr/share/themes"
22     find "${pkgdir}" -name '*~' -type f -exec rm -f '{}' \;