diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-19 19:50:04 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-19 20:04:40 +0200 |
commit | 91980d7d7e0751be199c6c5247969c817db95ae3 (patch) | |
tree | 86dc5cc9c1cab72cb624d5ff3d8725bbbcdbbfb7 /x11-themes | |
parent | x11-themes/pearlgrey-xcursors: Use updated location for cursor themes (diff) | |
download | gentoo-91980d7d7e0751be199c6c5247969c817db95ae3.tar.gz gentoo-91980d7d7e0751be199c6c5247969c817db95ae3.tar.bz2 gentoo-91980d7d7e0751be199c6c5247969c817db95ae3.zip |
x11-themes/pulse-glass: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934169
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/pulse-glass/pulse-glass-20100616-r2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-themes/pulse-glass/pulse-glass-20100616-r2.ebuild b/x11-themes/pulse-glass/pulse-glass-20100616-r2.ebuild new file mode 100644 index 000000000000..63c3ecd23657 --- /dev/null +++ b/x11-themes/pulse-glass/pulse-glass-20100616-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_PN="Pulse-Glass" + +DESCRIPTION="The Pulse Glass x11 mouse cursor theme" +HOMEPAGE="https://store.kde.org/content/show.php/Pulse+Glass?content=124442" +SRC_URI="https://dl.opendesktop.org/api/files/downloadfile/id/1460735439/s/bdd2fc99c6d7c6dae5a922c9ee5f688f/t/1524406902/u/54541/124442-${MY_PN}.tar.gz" +S="${WORKDIR}/${MY_PN}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_install() { + insinto /usr/share/icons/${MY_PN} + doins -r cursors +} |