diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 20:12:23 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 21:20:14 +0200 |
commit | 48ac675b1d572506fc501141444dbc09a99f6de7 (patch) | |
tree | abbba9311085a4a49a09e9cf406b95cd063756ba /x11-themes/haematite-xcursors | |
parent | x11-themes/golden-xcursors: drop old version (diff) | |
download | gentoo-48ac675b1d572506fc501141444dbc09a99f6de7.tar.gz gentoo-48ac675b1d572506fc501141444dbc09a99f6de7.tar.bz2 gentoo-48ac675b1d572506fc501141444dbc09a99f6de7.zip |
x11-themes/haematite-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/haematite-xcursors')
-rw-r--r-- | x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild | 15 | ||||
-rw-r--r-- | x11-themes/haematite-xcursors/metadata.xml | 9 |
2 files changed, 12 insertions, 12 deletions
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild index dab4234c4ccf..4ad31578ce92 100644 --- a/x11-themes/haematite-xcursors/haematite-xcursors-1.0.ebuild +++ b/x11-themes/haematite-xcursors/haematite-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 dark-grey xcursor theme" -HOMEPAGE="http://www.kde-look.org/content/show.php/Haematite?content=19594" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/19594-${MY_PN}-${PV}.tar.gz" +HOMEPAGE="https://store.kde.org/p/999432/" +SRC_URI="mirror://gentoo/19594-${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/haematite + doins -r haematite/cursors } pkg_postinst() { diff --git a/x11-themes/haematite-xcursors/metadata.xml b/x11-themes/haematite-xcursors/metadata.xml index bc1b97e1eb76..ae370525356a 100644 --- a/x11-themes/haematite-xcursors/metadata.xml +++ b/x11-themes/haematite-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> |