You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-themes/xcursor-neutral/xcursor-neutral-1.20.ebuild

34 lines
854 B

# 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
}