diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-15 22:25:55 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-15 22:27:39 +0200 |
commit | df65c983cb2bf07b8b332c5bef93de003d85df6a (patch) | |
tree | 6acd4a3b137b77a8e9a2c1d30df11255fe8f8a14 /x11-themes | |
parent | net-irc/polari: Needs tracker:3 (diff) | |
download | gentoo-df65c983cb2bf07b8b332c5bef93de003d85df6a.tar.gz gentoo-df65c983cb2bf07b8b332c5bef93de003d85df6a.tar.bz2 gentoo-df65c983cb2bf07b8b332c5bef93de003d85df6a.zip |
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@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/blueglass-xcursors/blueglass-xcursors-0.4-r2.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
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 +} |