updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / gtk-theme-shiki-colors-flat / PKGBUILD
bloba73a3e7e1dd5f42ec16507c9f82441db77d95d5a
1 # Maintainer: jsteel <jsteel at vorx dot com>
2 # Contributor: pumbur <pumbur@ya.ru>
4 pkgname=gtk-theme-shiki-colors-flat
5 pkgver=1
6 pkgrel=2
7 pkgdesc="Shiki-Colors GTK+ theme (flat version)"
8 arch=('any')
9 url="http://spktkpkt.deviantart.com/art/Shiki-Colors-Flat-130378438"
10 license=('GPL')
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')
16 package() {
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
21     do
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"
25     done
27 #Remove this line if you don't want the Metacity theme
28 tar -zxvf  "$srcdir/Shiki-Colors-Flat-Metacity.tar.gz"