diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 20:23:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 21:20:15 +0200 |
commit | 92c2e464876cc9aebeba27ff54c10a02847cbc82 (patch) | |
tree | 0661355f5cd6720e2707c01f2f525d53575c6bf5 /x11-themes/pearlgrey-xcursors | |
parent | x11-themes/obsidian-xcursors: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-92c2e464876cc9aebeba27ff54c10a02847cbc82.tar.gz gentoo-92c2e464876cc9aebeba27ff54c10a02847cbc82.tar.bz2 gentoo-92c2e464876cc9aebeba27ff54c10a02847cbc82.zip |
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 <stabilize-allarches/>, 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 <conikost@gentoo.org>
Diffstat (limited to 'x11-themes/pearlgrey-xcursors')
-rw-r--r-- | x11-themes/pearlgrey-xcursors/metadata.xml | 9 | ||||
-rw-r--r-- | x11-themes/pearlgrey-xcursors/pearlgrey-xcursors-1.0.ebuild | 15 |
2 files changed, 12 insertions, 12 deletions
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 @@ <?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> 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() { |