summaryrefslogtreecommitdiff
path: root/x11-themes/golden-xcursors
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-04-28 20:21:43 +0100
commit40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (patch)
tree758c221bad35c9288d0bd6df9c7dfc226728e52c /x11-themes/golden-xcursors
parent8d5dbd847cbc704a6a06405856e94b461011afe3 (diff)
gentoo resync : 28.04.2021
Diffstat (limited to 'x11-themes/golden-xcursors')
-rw-r--r--x11-themes/golden-xcursors/Manifest4
-rw-r--r--x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild21
-rw-r--r--x11-themes/golden-xcursors/golden-xcursors-0.8-r2.ebuild23
-rw-r--r--x11-themes/golden-xcursors/metadata.xml9
4 files changed, 30 insertions, 27 deletions
diff --git a/x11-themes/golden-xcursors/Manifest b/x11-themes/golden-xcursors/Manifest
index 36d172060686..07ebd5c54f93 100644
--- a/x11-themes/golden-xcursors/Manifest
+++ b/x11-themes/golden-xcursors/Manifest
@@ -1,4 +1,4 @@
AUX README.gentoo 555 BLAKE2B 234694a3bf671c5dc30af125a6dfd95bc75574e5ae40a7f5df2d8629504835dff6fce0e0c351de4d978c951f73580115c7e174e23be3f3c3250cafc48bde7368 SHA512 f6312da0a054328109f16f7d056bcb79c8109bed332544b8a57102c19f16d3a09ce1734b44af0180759612414fb5cd714c2555a15c231d8b851532db0edf0736
DIST 5507-Golden-XCursors-3D-0.8.tar.bz2 752331 BLAKE2B 70051f961a891902a125182f24c1d80a295842cb82160030d92c5b95276491bccd521c4d5cb1e3b34522dae4689b4d5d4cb95d2a6440223e6bf91550b3dac076 SHA512 b0098742afae6c18f80150b3c82ea8be0da4d71eabaebc1eb51d52b2300faab683c794fccbe46162109b09a0a00f86e63228bfcd296f97c1c54dd5c113063049
-EBUILD golden-xcursors-0.8-r1.ebuild 640 BLAKE2B c74c2fc4284b84eac845ecaffb1a37de378d688277c7971086f17b932f7f625bf3b0236b8c76989fd1daa893d663a1acdd93dc1fac183b092b2b6000c21c2e9e SHA512 9638235af96672db9d6df399753de4e6c45856c484e5e4eeff7a14dc925c49e22d00ef0903b55b6d8277d9f588b2394d2f91ad67ce1d72724e4a3b9f2890bb06
-MISC metadata.xml 272 BLAKE2B 4dbd2b5ae92564a97b2a06ab0ec6562e8dce2dd636aaf0788ee09f8688ca5d5b6483084a65366dfbe6d144d30170e5558bc5759adecb96abb405ea96a5147285 SHA512 ebe67da08587903b5b82fc194aa3c8f1ab65371f60d2c134928362e089550d9e9fd9531bffe8b676a345b5bf0ab209ce7f50d37d98201a88176f002e17582493
+EBUILD golden-xcursors-0.8-r2.ebuild 596 BLAKE2B ed8c126bdad69edea9323a6a24d04954100bf4f5e04dfe3037a1704dd8335f4e7ab4b52fd0ce2016e2341f09a133ec949877a3373b4249de23d73c0cf8c385f5 SHA512 d3792ed5aa3635b9be3fc480c4d6f496f1cb5c23f6c0a0dc15b855e1f14f5b43c07297c2d01bcb4d3db17162f0701f0abe7e06eeeb7516ff4a99d51f83105175
+MISC metadata.xml 300 BLAKE2B 2e7b335e362ca748b158cae23162dc80012ea9195ba704d12a85f1136409e9525b144a1af16c52fabe6a9c45b2553a4a78673d8267d56f4506ebc1614eb82af2 SHA512 5309fea86ffe482382a564dce1ec6aa4163e3a34d8e0c6ad47db2fcbd5c4769c31cb04397b547c16fe3bb06c447d54b92956a637a8be95d94435d6ad6230a47a
diff --git a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild b/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild
deleted file mode 100644
index f50bd556b129..000000000000
--- a/x11-themes/golden-xcursors/golden-xcursors-0.8-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="5507-Golden-XCursors-3D-${PV}"
-DESCRIPTION="A high quality set of Xfree 4.3.0 animated mouse cursors"
-HOMEPAGE="http://www.kde-look.org/content/show.php?content=5507"
-SRC_URI="http://www.kde-look.org/content/files/$MY_P.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86"
-
-S=${WORKDIR}/${MY_P:5}
-
-src_install() {
- dodir /usr/share/cursors/xorg-x11/Gold/cursors/
- cp -R Gold/cursors "${D}"/usr/share/cursors/xorg-x11/Gold/ || die
- dodoc README "${FILESDIR}"/README.gentoo
-}
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
+}
diff --git a/x11-themes/golden-xcursors/metadata.xml b/x11-themes/golden-xcursors/metadata.xml
index 49c86a887b6a..ae370525356a 100644
--- a/x11-themes/golden-xcursors/metadata.xml
+++ b/x11-themes/golden-xcursors/metadata.xml
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>desktop-misc@gentoo.org</email>
- <name>Gentoo Desktop Miscellaneous Project</name>
-</maintainer>
+ <maintainer type="project">
+ <email>desktop-misc@gentoo.org</email>
+ <name>Gentoo Desktop Miscellaneous Project</name>
+ </maintainer>
+ <stabilize-allarches/>
</pkgmetadata>