diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 22:26:25 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 22:33:35 +0200 |
commit | f8b9e8df8bb664d9869a04be834e956452fe5158 (patch) | |
tree | de3bae9e6a1063fc604ad3cb031687b682e3e429 /x11-themes | |
parent | x11-themes/gentoo-xcursors: drop old version (diff) | |
download | gentoo-f8b9e8df8bb664d9869a04be834e956452fe5158.tar.gz gentoo-f8b9e8df8bb664d9869a04be834e956452fe5158.tar.bz2 gentoo-f8b9e8df8bb664d9869a04be834e956452fe5158.zip |
x11-themes/vanilla-dmz-aa-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 <conikost@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/vanilla-dmz-aa-xcursors/metadata.xml | 1 | ||||
-rw-r--r-- | x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/x11-themes/vanilla-dmz-aa-xcursors/metadata.xml b/x11-themes/vanilla-dmz-aa-xcursors/metadata.xml index 7a38bb900964..3c58a0219fbe 100644 --- a/x11-themes/vanilla-dmz-aa-xcursors/metadata.xml +++ b/x11-themes/vanilla-dmz-aa-xcursors/metadata.xml @@ -2,4 +2,5 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <stabilize-allarches/> </pkgmetadata> diff --git a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild new file mode 100644 index 000000000000..1c19832b75a3 --- /dev/null +++ b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-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-Black/pngs" + ./make.sh || die + popd +} + +src_install() { + insinto /usr/share/cursors/xorg-x11/DMZ-Black + doins DMZ-Black/index.theme + + insinto /usr/share/cursors/xorg-x11/DMZ-Black/cursors + doins -r DMZ-Black/xcursors/. +} |