1 # Maintainer: Samsagax <samsagax@gmail.com>
3 pkgname=zukitwo-hybrid-theme
6 pkgdesc="This theme includes 3 variants each one yielding a different color scheme to compliment several popular icon themes."
8 url="http://gnome-look.org/content/show.php/Zukitwo+Hybrid?content=146912"
10 depends=('gtk-engines' 'gtk-engine-murrine>=0.98.1.1' 'gtk-engine-unico')
11 optdepends=('gnome-tweak-tool: change themes')
12 source=('http://gnome-look.org/CONTENT/content-files/146912-Zukitwo%20Hybrid.tar.gz')
13 md5sums=('078e0ac1a468a2a921958c2dd23c758d')
16 mkdir -p "${pkgdir}"/usr/share/themes
17 cp -Rv "${srcdir}/Zukitwo Blue" ${pkgdir}/usr/share/themes/.
18 cp -Rv "${srcdir}/Zukitwo Gray" ${pkgdir}/usr/share/themes/.
19 cp -Rv "${srcdir}/Zukitwo Orange" ${pkgdir}/usr/share/themes/.
20 cp -Rv "${srcdir}/Zukitwo Green" ${pkgdir}/usr/share/themes/.
21 cp -Rv "${srcdir}/Zukitwo Red" ${pkgdir}/usr/share/themes/.
22 cp -Rv "${srcdir}/Zukitwo Hybrid" ${pkgdir}/usr/share/themes/.