diff options
author | Nikos Chantziaras <realnc@gmail.com> | 2018-03-14 07:40:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-16 11:12:31 +0100 |
commit | f91eeaaa5482931820bb2ca98b4622b5375b0bc3 (patch) | |
tree | 3600fa583bba9284799b407af85e5882c048f741 /x11-themes/vanilla-dmz-xcursors | |
parent | x11-misc/kdocker: add proxy maintainer and proxy-maint (diff) | |
download | gentoo-f91eeaaa5482931820bb2ca98b4622b5375b0bc3.tar.gz gentoo-f91eeaaa5482931820bb2ca98b4622b5375b0bc3.tar.bz2 gentoo-f91eeaaa5482931820bb2ca98b4622b5375b0bc3.zip |
x11-themes/vanilla-dmz-xcursors: version bump to 0.4.5
Closes: https://bugs.gentoo.org/554920
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'x11-themes/vanilla-dmz-xcursors')
-rw-r--r-- | x11-themes/vanilla-dmz-xcursors/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-themes/vanilla-dmz-xcursors/Manifest b/x11-themes/vanilla-dmz-xcursors/Manifest index f3ea5046a00e..356e080e35bb 100644 --- a/x11-themes/vanilla-dmz-xcursors/Manifest +++ b/x11-themes/vanilla-dmz-xcursors/Manifest @@ -1 +1,2 @@ +DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c SHA512 627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73 DIST vanilla-dmz-0.4.tar.bz2 135099 BLAKE2B 85d52af28493e801dbcd0d7480461a4075796322d6c48986c9dc3dd99e364f4961e3f3737bd0bbf8e4bc499a19c76e8d954992872fff522b6174d53d96e66661 SHA512 1e234033b683c1c13cc53a7a48f4ed41a53e22a622b4dd6e2a8c1b2f026f974ad608f91400ea4c43906b96e3d4f1ad4b13dabf3f9f156b27a7137aa561620bce diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5.ebuild new file mode 100644 index 000000000000..eab3c886f003 --- /dev/null +++ b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-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 (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 +} |