1 # Maintainer: jsteel <jsteel at vorx dot com>
2 # Contributor: pumbur <pumbur@ya.ru>
4 pkgname=gtk-theme-shiki-colors-flat
7 pkgdesc="Shiki-Colors GTK+ theme (flat version)"
9 url="http://spktkpkt.deviantart.com/art/Shiki-Colors-Flat-130378438"
11 depends=('gtk-engine-murrine')
12 optdepends=('openbox-shikidark-colors-themes: For Openbox users')
13 source=(http://fc00.deviantart.net/fs46/f/2009/202/1/8/Shiki_Colors_Flat_by_spktkpkt.zip)
14 md5sums=('af9dfc95b0cc56d316b2d8e3a867b20d')
17 install -d "$pkgdir/usr/share/themes"
18 cd "$pkgdir/usr/share/themes"
20 for i in Brave-Flat Dust-Flat Human-Flat Illustrious-Flat Noble-Flat Tribute-Flat Wine-Flat Wise-Flat
22 tar -zxvf "$srcdir/Shiki-$i.tar.gz"
23 #This removes the gradients option which is no longer supported
24 sed -i '/gradients/d' "Shiki-$i/gtk-2.0/gtkrc"
27 #Remove this line if you don't want the Metacity theme
28 tar -zxvf "$srcdir/Shiki-Colors-Flat-Metacity.tar.gz"