summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Chantziaras <realnc@gmail.com>2018-03-14 07:42:04 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-16 11:12:40 +0100
commit7ad85d5a3286005fd2fbd1ddbd8d32e73f889b3b (patch)
tree3ff49ba1508792a2361743fdd3c6d85232ed039f /x11-themes/vanilla-dmz-aa-xcursors
parentx11-themes/vanilla-dmz-xcursors: version bump to 0.4.5 (diff)
downloadgentoo-7ad85d5a3286005fd2fbd1ddbd8d32e73f889b3b.tar.gz
gentoo-7ad85d5a3286005fd2fbd1ddbd8d32e73f889b3b.tar.bz2
gentoo-7ad85d5a3286005fd2fbd1ddbd8d32e73f889b3b.zip
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
Diffstat (limited to 'x11-themes/vanilla-dmz-aa-xcursors')
-rw-r--r--x11-themes/vanilla-dmz-aa-xcursors/Manifest1
-rw-r--r--x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild29
2 files changed, 30 insertions, 0 deletions
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
+}