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/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5....

30 lines
687 B

# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Style neutral scalable cursor theme (white version)"
HOMEPAGE="http://jimmac.musichall.cz/"
SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
IUSE=""
DEPEND="x11-apps/xcursorgen"
S="${WORKDIR}/dmz-cursor-theme-${PV}"
src_compile() {
cd "${S}/DMZ-White/pngs" || die
./make.sh || die
}
src_install() {
insinto /usr/share/icons/Vanilla-DMZ/cursors
doins -r DMZ-White/xcursors/.
insinto /usr/share/icons/Vanilla-DMZ
doins DMZ-White/index.theme
}