mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
21 lines
719 B
Bash
21 lines
719 B
Bash
|
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
||
|
# 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=4.1
|
||
|
pkgdesc="A smoothed and shadowed X cursors theme"
|
||
|
arch=(i686 x86_64)
|
||
|
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
|
||
|
}
|