updated on Thu Jan 12 08:01:00 UTC 2012
[aur-mirror.git] / fluxbox-colorflux-themes / PKGBUILD
blob9c4a2e38048324c937965f17d485df00139c416a
1 # Contributor: grimi <grimi at poczta dot fm>
3 pkgname=fluxbox-colorflux-themes
4 pkgver=1.1
5 pkgrel=2
6 pkgdesc="Fluxbox co-style for the Shiki-Colors GTK theme"
7 arch=('any')
8 url="http://www.box-look.org/content/show.php/ColorFlux?content=104875"
9 license=('GPL')
10 depends=('fluxbox')
11 makedepends=('sed')
12 conflicts=('fluxbox-boxcolors-themes')
13 replaces=('fluxbox-boxcolors-themes')
14 source=("http://www.saunalahti.fi/~amodinos/andreas/fluxbox/ColorFlux-1.1-w.tar.gz")
15 md5sums=('18f09cf31be1ae991de81ce031fd8341')
17 build() {
18   cd "$srcdir"
19   install -d $pkgdir/usr/share/fluxbox/styles
20   for i in Brave Dust Human Illustrious Noble Wine Wise
21   do
22      sed 's|~/.fluxbox|/usr/share/fluxbox|' -i ColorFlux_${i}/theme.cfg
23      cp -r ColorFlux_${i} $pkgdir/usr/share/fluxbox/styles
24   done