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