diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 20:29:08 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-04-26 21:20:16 +0200 |
commit | 6f0e47adfb0fe95116376175743f7d33fa8e55c4 (patch) | |
tree | dd9d2a7e06cee90b2ca90781aef6c19876ae8057 /x11-themes | |
parent | x11-themes/pearlgrey-xcursors: update HOMEPAGE, SRC_URI (diff) | |
download | gentoo-6f0e47adfb0fe95116376175743f7d33fa8e55c4.tar.gz gentoo-6f0e47adfb0fe95116376175743f7d33fa8e55c4.tar.bz2 gentoo-6f0e47adfb0fe95116376175743f7d33fa8e55c4.zip |
x11-themes/silver-xcursors: update HOMEPAGE, SRC_URI
Bumped also to EAPI=7.
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
Bug: https://bugs.gentoo.org/758236
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/silver-xcursors/metadata.xml | 9 | ||||
-rw-r--r-- | x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild | 23 |
2 files changed, 28 insertions, 4 deletions
diff --git a/x11-themes/silver-xcursors/metadata.xml b/x11-themes/silver-xcursors/metadata.xml index 49c86a887b6a..ae370525356a 100644 --- a/x11-themes/silver-xcursors/metadata.xml +++ b/x11-themes/silver-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/silver-xcursors/silver-xcursors-0.4-r2.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r2.ebuild new file mode 100644 index 000000000000..a24cd8a1d26b --- /dev/null +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-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="5533-Silver-XCursors-3D-${PV}" + +DESCRIPTION="A high quality set of animated mouse cursors" +HOMEPAGE="https://store.kde.org/p/999966/" +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/Silver/cursors + doins -r Silver/cursors + dodoc README "${FILESDIR}"/README.gentoo +} |