summaryrefslogtreecommitdiff
blob: 24866d37502e3475c51955dae0ffcc53ccdbcadf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild,v 1.3 2007/11/14 03:11:55 robbat2 Exp $

MY_P="48837-Neutral_Plus_1.2.tar.bz2"
MY_PN="Neutral_Plus"

DESCRIPTION="\"Neutral_Plus\", the standard X.Org mouse cursor with shadows and animations."
HOMEPAGE="http://kde-look.org/content/show.php/show.php?content=48837"
SRC_URI="http://kde-look.org/CONTENT/content-files/${MY_P}"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 sparc ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND="x11-libs/libX11
	x11-libs/libXcursor
	=media-libs/libpng-1.2*"
DEPEND="${RDEPEND}
	x11-apps/xcursorgen"
S="${WORKDIR}/Neutral_Plus"

src_install(){
	insinto /usr/share/cursors/xorg-x11/${MY_PN}/

	doins -r ${S}/cursors/
	doins ${S}/index.theme
	dodoc ${S}/LICENSE
	dodoc ${S}/COPYRIGHT

	## install additional cursor source files?
	if use examples; then
	    doins -r ${S}/source/
	fi
}