summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-19 19:34:38 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-19 20:04:39 +0200
commit68d31957b51275801bb838434e462f078ec96e32 (patch)
tree6e0c4ab2b5938986751b45abbb9f44b01583424b /x11-themes/golden-xcursors
parentx11-themes/chameleon-xcursors: Use updated location for cursor themes (diff)
downloadgentoo-68d31957b51275801bb838434e462f078ec96e32.tar.gz
gentoo-68d31957b51275801bb838434e462f078ec96e32.tar.bz2
gentoo-68d31957b51275801bb838434e462f078ec96e32.zip
x11-themes/golden-xcursors: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934164 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/golden-xcursors')
-rw-r--r--x11-themes/golden-xcursors/golden-xcursors-0.8-r3.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8-r3.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8-r3.ebuild
new file mode 100644
index 000000000000..83446618491c
--- /dev/null
+++ b/x11-themes/golden-xcursors/golden-xcursors-0.8-r3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_P="5507-Golden-XCursors-3D-${PV}"
+
+DESCRIPTION="A high quality set of animated mouse cursors"
+HOMEPAGE="https://store.kde.org/p/999860/"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+S="${WORKDIR}/${MY_P:5}"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+ insinto /usr/share/icons
+ doins -r Gold/
+ dodoc README
+}