diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 20:18:53 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 21:20:14 +0200 |
commit | aba6f3baa2a7c4d087a4120e933ed125c1adae8f (patch) | |
tree | e9449ae7abe8707a9b4d52eab4d9f181955a3e17 /x11-themes | |
parent | x11-themes/haematite-xcursors: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-aba6f3baa2a7c4d087a4120e933ed125c1adae8f.tar.gz gentoo-aba6f3baa2a7c4d087a4120e933ed125c1adae8f.tar.bz2 gentoo-aba6f3baa2a7c4d087a4120e933ed125c1adae8f.zip |
x11-themes/obsidian-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')
-rw-r--r-- | x11-themes/obsidian-xcursors/metadata.xml | 9 | ||||
-rw-r--r-- | x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild | 13 |
2 files changed, 11 insertions, 11 deletions
diff --git a/x11-themes/obsidian-xcursors/metadata.xml b/x11-themes/obsidian-xcursors/metadata.xml index bc1b97e1eb76..ae370525356a 100644 --- a/x11-themes/obsidian-xcursors/metadata.xml +++ b/x11-themes/obsidian-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/obsidian-xcursors/obsidian-xcursors-1.0.ebuild b/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild index 8e5b355625e0..ab513d92c5b5 100644 --- a/x11-themes/obsidian-xcursors/obsidian-xcursors-1.0.ebuild +++ b/x11-themes/obsidian-xcursors/obsidian-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,17 +6,16 @@ EAPI=7 MY_PN="Obsidian" DESCRIPTION="A shiny and clean xcursor theme" -HOMEPAGE="http://www.kde-look.org/content/show.php/Obsidian+Cursors?content=73135" -SRC_URI="http://www.kde-look.org/CONTENT/content-files/73135-${MY_PN}.tar.bz2" +HOMEPAGE="https://store.kde.org/p/999984/" +SRC_URI="mirror://gentoo/73135-${MY_PN}.tar.bz2" +S="${WORKDIR}/${MY_PN}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm x86" - -S="${WORKDIR}/${MY_PN}" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" src_install() { - insinto /usr/share/cursors/xorg-x11/${MY_PN} + insinto /usr/share/cursors/xorg-x11/Obsidian doins -r cursors } |