From 40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 28 Apr 2021 20:21:43 +0100 Subject: gentoo resync : 28.04.2021 --- x11-themes/vanilla-dmz-aa-xcursors/Manifest | 4 +-- x11-themes/vanilla-dmz-aa-xcursors/metadata.xml | 1 + .../vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild | 30 ++++++++++++++++++++++ .../vanilla-dmz-aa-xcursors-0.4.5.ebuild | 29 --------------------- 4 files changed, 33 insertions(+), 31 deletions(-) create mode 100644 x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild delete 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 5b3c3ad51f5c..37d8406f3ecc 100644 --- a/x11-themes/vanilla-dmz-aa-xcursors/Manifest +++ b/x11-themes/vanilla-dmz-aa-xcursors/Manifest @@ -1,3 +1,3 @@ DIST dmz-cursor-theme_0.4.5.tar.xz 947544 BLAKE2B 6c945575f57c3db87a95545ef023a4a7d8cc6a329c5a083d0501452e34c9603568cfe41e495bae4d2982d01641dbcd4deef39e0291d6aa12e4d7a35c47e4797c SHA512 627fff9e4f690e30c6acbedb06035abc3ca7f6c6656a7e1290d752e115dbd8a41c37a2fe0d7cd7ece697c54dd7a343dd78d3c4604d124158961d95125f899f73 -EBUILD vanilla-dmz-aa-xcursors-0.4.5.ebuild 695 BLAKE2B 5f2c31e51caca4369c0a5fc56303d8f7d64493fc6f027fe857058201ad3faa5e6e7c6ee6a9d345ec9aef528a52e681e671d9c44d1ad87e9f764ff93d32dd4199 SHA512 de9f52deef384749a018a5d7b9809cfa18099b3f014a55e27a159fa2028201f20ebe1913161cbc1718a1ba23246bcc86d4c1c3ecae5e266b587b95e44f6f0838 -MISC metadata.xml 167 BLAKE2B e4dadf27fd344484f2bccb5b904909c89aac568c32e5b3c44bdf139eacefd4b4fae74419f503d2b7da0dccc1b68ba05d777d11292c0f89270d1ac5c9c703e8ca SHA512 7c8decb24ee3a850e38186cf3c7f8933a28017426806870ad6ef9ceb2533be147a2681fc789b535a81cb528af8c29d90d3006e4f250aee23bd7dea4561294e33 +EBUILD vanilla-dmz-aa-xcursors-0.4.5-r1.ebuild 751 BLAKE2B 4c9cb78e0446c0ff1b9d0a14fb7017084cff843f6eb197a03db484114f791849219632d3addccc2e94deb719eee7430613f7a36d3e22d25efa6598abd04af86f SHA512 c648d37d0c16d82e4806eda2243c1e80a8998a798e8898cd5339ad4b0a44e82ffcf6c27973108caece114c69d446f83a590ffb29954ad645c4934f923b5c598c +MISC metadata.xml 191 BLAKE2B 8bff04ca02f4930d6f77dd32df009c145cacaad2d1cf271d91ae928f85acdccb0d73b0202a41aa3e60470ba6c7853e41ef76587601b2163f9ec249b7fa1c5274 SHA512 da06af54ba93db06f717082e3f09bbca9e17adad4b070a28131f2ffec15d0dfc82c79a3b2fb045fa33d6756c6df85254733622b0b7b1952b33d5590a71865c62 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 @@ + 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/. +} 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 deleted file mode 100644 index 34c28e8f6a0f..000000000000 --- a/x11-themes/vanilla-dmz-aa-xcursors/vanilla-dmz-aa-xcursors-0.4.5.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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