1 # Maintainer: Christian Hesse <mail@eworm.de>
3 pkgname=xfwm4-themes-curvish
6 pkgdesc="Popular 'Curve' window decorations, modified to support theme colors"
9 url="http://www.eworm.de/"
11 source=("http://www.eworm.de/download/linux/${pkgname}-${pkgver}.tar.bz2")
15 for FILE in `find CurvishDark/ -type f`; do
16 install -D -m644 ${FILE} ${pkgdir}/usr/share/themes/${FILE}
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##*/}
23 md5sums=('cc65ab553e19e1f3cc7f7eda5d3e8d70')