From 317f32b3bfe5b0513bcfca4c3e4dff196c1258b3 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 26 Apr 2021 22:28:53 +0200 Subject: x11-themes/vanilla-dmz-xcursors: bump to EAPI=7 Bug: https://bugs.gentoo.org/758236 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- x11-themes/vanilla-dmz-xcursors/metadata.xml | 1 + .../vanilla-dmz-xcursors-0.4.5-r1.ebuild | 30 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild (limited to 'x11-themes') diff --git a/x11-themes/vanilla-dmz-xcursors/metadata.xml b/x11-themes/vanilla-dmz-xcursors/metadata.xml index 7a38bb900964..3c58a0219fbe 100644 --- a/x11-themes/vanilla-dmz-xcursors/metadata.xml +++ b/x11-themes/vanilla-dmz-xcursors/metadata.xml @@ -2,4 +2,5 @@ + diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild new file mode 100644 index 000000000000..3d9eea6edd8b --- /dev/null +++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Style neutral scalable cursor theme (black version)" +HOMEPAGE="https://jimmac.eu/" +SRC_URI="mirror://debian/pool/main/d/dmz-cursor-theme/dmz-cursor-theme_${PV}.tar.xz" +S="${WORKDIR}/dmz-cursor-theme-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" + +DEPEND="x11-apps/xcursorgen" +RDEPEND="x11-libs/libXcursor" + +src_compile() { + pushd "${S}/DMZ-White/pngs" + ./make.sh || die + popd +} + +src_install() { + insinto /usr/share/cursors/xorg-x11/DMZ-White + doins DMZ-White/index.theme + + insinto /usr/share/cursors/xorg-x11/DMZ-White/cursors + doins -r DMZ-White/xcursors/. +} -- cgit v1.2.3-65-gdbad