summaryrefslogtreecommitdiff
blob: dcf360c469e0a1b47656d44d5055ec1d8ae1d299 (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
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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 ~arm ~arm64 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

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