summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-21 13:58:18 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-21 14:05:56 +0200
commit0372cc0405e39b7dd9ef3f1f7cd887af5304d3d2 (patch)
tree206a2c3288ef2c16385cf583301e22dc9c5f9f33 /x11-themes
parentx11-themes/vanilla-dmz-aa-xcursors: drop 0.4.5-r1 (diff)
downloadgentoo-0372cc0405e39b7dd9ef3f1f7cd887af5304d3d2.tar.gz
gentoo-0372cc0405e39b7dd9ef3f1f7cd887af5304d3d2.tar.bz2
gentoo-0372cc0405e39b7dd9ef3f1f7cd887af5304d3d2.zip
x11-themes/vanilla-dmz-xcursors: drop 0.4.5-r1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild b/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
deleted file mode 100644
index 119dbbb72322..000000000000
--- a/x11-themes/vanilla-dmz-xcursors/vanilla-dmz-xcursors-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Style neutral scalable cursor theme (white 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="amd64 ~arm ~arm64 ~hppa ~mips ppc ppc64 ~s390 sparc x86"
-
-DEPEND="x11-apps/xcursorgen"
-RDEPEND="x11-libs/libXcursor"
-
-src_compile() {
- pushd "${S}/DMZ-White/pngs"
- ./make.sh || die
- popd
-}
-
-src_install() {
- insinto /usr/share/cursors/xorg-x11/DMZ-White
- doins DMZ-White/index.theme
-
- insinto /usr/share/cursors/xorg-x11/DMZ-White/cursors
- doins -r DMZ-White/xcursors/.
-}