# Maintainer: twa022 pkgname=gtk-theme-hope pkgver=20110622 pkgrel=1 pkgdesc="Matching GTK2, GTK3 and Gnome-shell Hope Themes" url="http://grvrulz.deviantart.com/art/Hope-gtk3-206207315" license=('cc-by-nc-sa-3.0') arch=('any') depends=('gtk-engine-murrine-git') makedepends=('p7zip') optdepends=('gtk3: for the gtk3 theme' 'gtk-engine-unico: for the gtk3 theme') [ $CARCH == "x86_64" ] && optdepends=('lib32-gtk-engine-murrine-git: 32 bit application GTK2 theme support') source=("http://www.deviantart.com/download/206207315/hope_gtk3_by_grvrulz-d3erqkz.7z") DLAGENTS=('http::/usr/bin/wget -c -t 3 --waitretry=3 -H -U Mozilla -O %o %u') package() { mkdir -p ${pkgdir}/usr/share/themes/ 7za x ${srcdir}/hope_gtk3_by_grvrulz-d3erqkz.7z -o"${pkgdir}/usr/share/themes/" chmod -R 755 ${pkgdir}/usr/share/themes/Hope/gnome-shell } md5sums=('0c41f45131047fd7cfda6e3f91d5b970')