From 7ad85d5a3286005fd2fbd1ddbd8d32e73f889b3b Mon Sep 17 00:00:00 2001 From: Nikos Chantziaras Date: Wed, 14 Mar 2018 07:42:04 +0200 Subject: x11-themes/vanilla-dmz-aa-xcursors: version bump to 0.4.5 Closes: https://bugs.gentoo.org/554920 Closes: https://github.com/gentoo/gentoo/pull/7456 Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- x11-themes/vanilla-dmz-aa-xcursors/Manifest | 1 + .../vanilla-dmz-aa-xcursors-0.4.5.ebuild | 29 ++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild (limited to 'x11-themes/vanilla-dmz-aa-xcursors') diff --git a/x11-themes/vanilla-dmz-aa-xcursors/Manifest b/x11-themes/vanilla-dmz-aa-xcursors/Manifest index ee3e965a4bfa..15344e4ee82f 100644 --- a/x11-themes/vanilla-dmz-aa-xcursors/Manifest +++ b/x11-themes/vanilla-dmz-aa-xcursors/Manifest @@ -1 +1,2 @@ +DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c SHA512 627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73 DIST vanilla-dmz-aa-0.4.tar.bz2 159309 BLAKE2B 20ad256d31d101954ba7b41c52624da02e11a52072815a4c13e92787bf930e9fdd17eb8c96af371ee69f254204f225698f571f8459aa85701ff29bc053a7c6b6 SHA512 08a4a0d7e685d77c79b3f917b60cf7e6572bd9828b8314a335727baf8e51d7cf175c6a800ffa2761c5ccea275411e8552c56b39c7ed092effde8ecec784cf446 diff --git a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild new file mode 100644 index 000000000000..66543b8035f5 --- /dev/null +++ b/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Style neutral scalable cursor theme (black 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-Black/pngs" || die + ./make.sh || die +} + +src_install() { + insinto /usr/share/icons/Vanilla-DMZ-AA/cursors + doins -r DMZ-Black/xcursors/. + insinto /usr/share/icons/Vanilla-DMZ-AA + doins DMZ-Black/index.theme +} -- cgit v1.2.3-65-gdbad