diff options
author | 2024-07-19 19:37:02 +0200 | |
---|---|---|
committer | 2024-07-19 20:04:39 +0200 | |
commit | ef80bdec137062e08495170dc3170bbe3fe27334 (patch) | |
tree | 861335aa7d622118000942ff16bfbb96aeb6aff7 /x11-themes | |
parent | x11-themes/golden-xcursors: Use updated location for cursor themes (diff) | |
download | gentoo-ef80bdec137062e08495170dc3170bbe3fe27334.tar.gz gentoo-ef80bdec137062e08495170dc3170bbe3fe27334.tar.bz2 gentoo-ef80bdec137062e08495170dc3170bbe3fe27334.zip |
x11-themes/haematite-xcursors: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934165
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild new file mode 100644 index 000000000000..fdae8680ae5c --- /dev/null +++ b/x11-themes/haematite-xcursors/haematite-xcursors-1.0-r2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="${PN/-xcursors/}" + +DESCRIPTION="A simple crispy dark-grey xcursor theme" +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 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXcursor" + +src_install() { + insinto /usr/share/icons + doins -r haematite/ +} |