# $Id: PKGBUILD 65240 2012-02-20 12:29:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Gernot Pansy

pkgname=xcursor-neutral
pkgver=1.13a
pkgrel=6
pkgdesc="A smoothed and shadowed X cursors theme"
arch=(any)
url="http://www.kde-look.org/content/show.php?content=28310"
license=("PerlArtistic")
source=(http://www.kde-look.org/CONTENT/content-files/28310-neutral-$pkgver.tar.gz)
md5sums=('b2d8e14bcb4ab13d9001890b041803db')

build() {
  mkdir -p ${pkgdir}/usr/share/icons/Neutral
  sed s/neutral/Neutral/ -i ${srcdir}/neutral/index.theme
  cp -R ${srcdir}/neutral/{cursors,index.theme} ${pkgdir}/usr/share/icons/Neutral
}
