1 # Contributor: Wido <widomaker2k7@gmail.com>
3 pkgname=gtk-playbill-theme
6 pkgdesc="Theme playbill blue and red for GTK"
8 url="http://opendesktop.org/content/show.php/playbill+blue+and+red?content=108360"
10 depends=('gtk2' 'emerald')
11 source=(http://gnome-look.org/CONTENT/content-files/94076-Playbill.tar.gz)
12 md5sums=('0791ddcba2aeb75fe9359352138c2ee6')
16 install -d ${pkgdir}/usr/share/themes/
19 cp -r "${srcdir}/Playbill Blue" ${pkgdir}/usr/share/themes/
20 cp -r "${srcdir}/Playbill Red" ${pkgdir}/usr/share/themes/
21 rm -R "${srcdir}/Playbill Blue" "${srcdir}/Playbill Red"
24 install -d ${pkgdir}/usr/share/emerald/themes/
25 tar -zxvf Emerald.tar.gz
26 cp -r "${srcdir}/Playbill Blue" ${pkgdir}/usr/share/emerald/themes/
27 cp -r "${srcdir}/Playbill Red" ${pkgdir}/usr/share/emerald/themes/