updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / gtk-theme-hope / PKGBUILD
bloba468ca6979a5524513a1c0eb255c3359edd252d1
1 # Maintainer: twa022 <twa022 at gmail dot com> 
3 pkgname=gtk-theme-hope
4 pkgver=20120109
5 pkgrel=2
6 pkgdesc="Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes"
7 url="http://grvrulz.deviantart.com/art/Hope-gtk3-206207315"
8 license=('cc-by-nc-sa-3.0')
9 arch=('any')
10 depends=('gtk-engine-murrine')
11 makedepends=('p7zip')
12 optdepends=('gtk-engine-unico: for the gtk3 theme'
13             'xfwm4: for XFCE theme'
14             'openbox: for Openbox theme'
15             'gnome-shell: for Gnome Shell theme'
16             'ttf-google-webfonts: Recommended Fonts')
17 [ "$CARCH" == "x86_64" ] && optdepends+=('lib32-gtk-engine-murrine-git: 32 bit application GTK2 theme support')
18 source=("http://www.deviantart.com/download/206207315/hope_gtk3_by_grvrulz-d3erqkz.7z")
19 DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u')
21 package() {
22   mkdir -p ${pkgdir}/usr/share/themes/
23   7za x ${srcdir}/hope_gtk3_by_grvrulz-d3erqkz.7z -o"${pkgdir}/usr/share/themes/"
24   
25   rm -r ${pkgdir}/usr/share/themes/ptsans
28 md5sums=('2e6e868446ab1421642a3d02bb2d7574')