1 # Contributor: benoror <benoror@gmail.com>
3 pkgname=elementary-mod-gtk-theme
4 _pkgname=elementary-mod
7 pkgdesc="Modified Elementary Theme for nautilus-elementary only."
9 url="http://gnome-look.org/content/show.php?content=119715"
11 depends=('gtk-engine-murrine' 'gtk-aurora-engine' 'nautilus-elementary')
12 optdepends=('elementary-icons')
13 source=(http://gnome-look.org/CONTENT/content-files/119715-elementary-mod.tar.gz)
14 md5sums=('242ea64904a754ac2e7d404015b25a7e')
17 mkdir -p ${pkgdir}/usr/share/themes
18 cp -R $srcdir/${_pkgname} ${pkgdir}/usr/share/themes/${_pkgname}/ || return 1