summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2021-04-26 20:04:05 +0200
committerConrad Kostecki <conikost@gentoo.org>2021-04-26 21:20:13 +0200
commitd0231d3748727edeeeb086871763ff1c9d90a072 (patch)
treee4981cdb8e94140fdb8cb3965a714ceef11b7f07 /x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild
parentx11-themes/comix-xcursors: bump to version 0.9.2 (diff)
downloadgentoo-d0231d3748727edeeeb086871763ff1c9d90a072.tar.gz
gentoo-d0231d3748727edeeeb086871763ff1c9d90a072.tar.bz2
gentoo-d0231d3748727edeeeb086871763ff1c9d90a072.zip
x11-themes/golden-xcursors: update HOMEPAGE, SRC_URI
Updated HOMEPAGE, as it's now available in KDE Store. SRC_URI replaced with gentoo mirror, as there is now way possible to get a direct download link, since they become invalid after 24 hours. Added more arches and <stabilize-allarches/>, as no compilation is involved. Bug: https://bugs.gentoo.org/680558 Bug: https://bugs.gentoo.org/758236 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild')
-rw-r--r--x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild
new file mode 100644
index 000000000000..caf193db5f26
--- /dev/null
+++ b/x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86"
+
+RDEPEND="x11-libs/libXcursor"
+
+src_install() {
+ insinto /usr/share/cursors/xorg-x11/Gold/cursors
+ doins -r Gold/cursors/.
+ dodoc README "${FILESDIR}"/README.gentoo
+}