mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
20 lines
1,017 B
Bash
20 lines
1,017 B
Bash
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
|
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
|
|
# Contributor: raku <raku@b4net.int.pl>
|
|
|
|
pkgname=xcursor-chameleon-anthracite
|
|
pkgver=0.5
|
|
pkgrel=2
|
|
pkgdesc="Chameleon X Cursor Theme (anthracite flavour)"
|
|
arch=('i686' 'x86_64')
|
|
url="http://www.kde-look.org/content/show.php?content=38459"
|
|
license=("GPL")
|
|
source=(http://www.egregorion.net/works/Chameleon-Anthracite-0.5.tar.bz2)
|
|
md5sums=('f8cc2fe5174e706c64bf05a8425d2991')
|
|
|
|
build() {
|
|
mkdir -p $startdir/pkg/usr/share/icons/{Chameleon-Anthracite-Large,Chameleon-Anthracite-Regular,Chameleon-Anthracite-Small}
|
|
cp -R $startdir/src/Chameleon-Anthracite-Large-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-Anthracite-Large
|
|
cp -R $startdir/src/Chameleon-Anthracite-Regular-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-Anthracite-Regular
|
|
cp -R $startdir/src/Chameleon-Anthracite-Small-0.5/{cursors,index.theme} $startdir/pkg/usr/share/icons/Chameleon-Anthracite-Small
|
|
}
|