From 92c2e464876cc9aebeba27ff54c10a02847cbc82 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Mon, 26 Apr 2021 20:23:11 +0200 Subject: x11-themes/pearlgrey-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 , as no compilation is involved. Bug: https://bugs.gentoo.org/680558 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Conrad Kostecki --- x11-themes/pearlgrey-xcursors/metadata.xml | 9 +++++---- .../pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild | 15 +++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'x11-themes/pearlgrey-xcursors') diff --git a/x11-themes/pearlgrey-xcursors/metadata.xml b/x11-themes/pearlgrey-xcursors/metadata.xml index bc1b97e1eb76..ae370525356a 100644 --- a/x11-themes/pearlgrey-xcursors/metadata.xml +++ b/x11-themes/pearlgrey-xcursors/metadata.xml @@ -1,8 +1,9 @@ - - desktop-misc@gentoo.org - Gentoo Desktop Miscellaneous Project - + + desktop-misc@gentoo.org + Gentoo Desktop Miscellaneous Project + + diff --git a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild index 7faf0e6e30b6..70a249e04265 100644 --- a/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild +++ b/x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,18 +6,17 @@ EAPI=7 MY_PN="${PN/-xcursors/}" DESCRIPTION="A simple crispy white-grey xcursor theme" -HOMEPAGE="http://www.kde-look.org/content/show.php/PearlGrey?content=11313" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/11313-${MY_PN}-${PV}.tar.gz" +HOMEPAGE="https://store.kde.org/p/999829/" +SRC_URI="mirror://gentoo/11313-${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 x86" - -S="${WORKDIR}/${MY_PN}-${PV}" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" src_install() { - insinto /usr/share/cursors/xorg-x11/${MY_PN} - doins -r ${MY_PN}/cursors + insinto /usr/share/cursors/xorg-x11/pearlgrey + doins -r pearlgrey/cursors } pkg_postinst() { -- cgit v1.2.3-65-gdbad