summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bb1766a8f788dd693b3c3b38708d6998ebf8e8ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Maintained by SplitFire (split7fire at yandex.ru)

pkgname=xcursor-chameleon-anthracite
pkgver=0.5
pkgrel=2
pkgdesc="Chameleon X Cursor Theme (anthracite flavour)"
arch=('any')
url="http://www.kde-look.org/content/show.php?content=38459"
license=('GPL')
depends=('libxcursor')
source=(http://www.egregorion.net/works/chameleon/Chameleon-Anthracite-0.5.tar.bz2) 
md5sums=('f8cc2fe5174e706c64bf05a8425d2991')

package() {
	mkdir -p "${pkgdir}"/usr/share/icons/{Chameleon-Anthracite-Large,Chameleon-Anthracite-Regular,Chameleon-Anthracite-Small}
	cp -R "${srcdir}"/Chameleon-Anthracite-Large-0.5/{cursors,index.theme} "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Large
	cp -R "${srcdir}"/Chameleon-Anthracite-Regular-0.5/{cursors,index.theme} "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Regular
	cp -R "${srcdir}"/Chameleon-Anthracite-Small-0.5/{cursors,index.theme} "${pkgdir}"/usr/share/icons/Chameleon-Anthracite-Small
}