summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7a282da0e0941f3ac1f6ebe00e8ec10676a1e30d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Contributor: Krzysztof Raczkowski <raczkow@gmail.com>
# Maintainer: Vladislav Glinsky <cl0ne[at]mithril.org.ua>

pkgname=xcursor-chameleon-white
pkgver=0.5
pkgrel=3
pkgdesc="Chameleon X Cursor Theme (white flavour)"
arch=('any')
url="http://www.kde-look.org/content/show.php?content=38459"
license=('GPL')
source=(http://www.egregorion.net/works/chameleon/Chameleon-White-${pkgver}.tar.bz2)
md5sums=('e70da217e0983a8aac9fc6b32fbf36b4')

package()
{
    for theme in Chameleon-White-{Large,Regular,Small}
    do
        install -dm755 "${pkgdir}/usr/share/icons/${theme}"
        cp -rt "${pkgdir}/usr/share/icons/${theme}" \
            "${srcdir}/${theme}-${pkgver}"/{cursors,index.theme}
    done
}