diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-19 19:52:07 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-19 20:04:40 +0200 |
commit | b87110a9ac80c7e12ec349d504619aa92107df66 (patch) | |
tree | 206fdd5527ee8af15fb2dbf145384e0c7280d8eb /x11-themes | |
parent | x11-themes/pulse-glass: update HOMEPAGE (diff) | |
download | gentoo-b87110a9ac80c7e12ec349d504619aa92107df66.tar.gz gentoo-b87110a9ac80c7e12ec349d504619aa92107df66.tar.bz2 gentoo-b87110a9ac80c7e12ec349d504619aa92107df66.zip |
x11-themes/silver-xcursors: Use updated location for cursor themes
Closes: https://bugs.gentoo.org/934170
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild new file mode 100644 index 000000000000..511f75eae744 --- /dev/null +++ b/x11-themes/silver-xcursors/silver-xcursors-0.4-r5.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libXcursor" + +src_install() { + insinto /usr/share/icons + doins -r Silver/ + dodoc README +} |