updated on Mon Jan 23 12:00:23 UTC 2012
[aur-mirror.git] / xfwm4-themes-curvish / PKGBUILD
blob79d2cb36990b0a5d7aa47a16919a511c77b4ebed
1 # Maintainer: Christian Hesse <mail@eworm.de>
3 pkgname=xfwm4-themes-curvish
4 pkgver=0.0.3
5 pkgrel=1
6 pkgdesc="Popular 'Curve' window decorations, modified to support theme colors"
7 arch=('i686' 'x86_64')
8 depends=('xfwm4')
9 url="http://www.eworm.de/"
10 license=('GPL')
11 source=("http://www.eworm.de/download/linux/${pkgname}-${pkgver}.tar.bz2")
13 build() {
14         cd "${srcdir}"
15         for FILE in `find CurvishDark/ -type f`; do
16                 install -D -m644 ${FILE} ${pkgdir}/usr/share/themes/${FILE}
17         done
18         for FILE in `find Curvish/ -type f`; do
19                 install -D -m644 ${FILE} ${pkgdir}/usr/share/themes/${FILE}
20                 [ -f ${pkgdir}/usr/share/themes/CurvishDark/xfwm4/${FILE##*/} ] || ln -s ../../${FILE} ${pkgdir}/usr/share/themes/CurvishDark/xfwm4/${FILE##*/}
21         done
23 md5sums=('cc65ab553e19e1f3cc7f7eda5d3e8d70')