commit: df65c983cb2bf07b8b332c5bef93de003d85df6a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Jul 15 20:25:55 2024 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Mon Jul 15 20:27:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df65c983
x11-themes/blueglass-xcursors: Install cursors in the new standard location Also drop old instructions for manually setting the cursor on some WMs. Closes: https://bugs.gentoo.org/934162 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> .../blueglass-xcursors-0.4-r2.ebuild | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild new file mode 100644 index 000000000000..8e9ed1e0dde2 --- /dev/null +++ b/x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="5532-BlueGlass-XCursors-3D-${PV}" + +DESCRIPTION="A high quality set of animated mouse cursors" +HOMEPAGE="https://store.kde.org/p/999915/" +SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P:5}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXcursor" + +# Note: although the package name is BlueGlass, the tarball & authors directions +# use the directory 'Blue'. +src_install() { + insinto /usr/share/icons/Blue + doins -r Blue/cursors + + einstalldocs +}
