commit:     fce1fbdd995c9ee3a6dc6427da41d49f5d996f1f
Author:     Martin Matouš <m <AT> matous <DOT> dev>
AuthorDate: Fri May  2 21:22:42 2025 +0000
Commit:     Martin Matouš <m <AT> matous <DOT> dev>
CommitDate: Fri May  2 21:22:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fce1fbdd

x11-themes/neonly-cursor: add 2.0.0

Signed-off-by: Martin Matouš <m <AT> matous.dev>

 x11-themes/neonly-cursor/Manifest                  |  1 +
 .../neonly-cursor/neonly-cursor-2.0.0.ebuild       | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/x11-themes/neonly-cursor/Manifest 
b/x11-themes/neonly-cursor/Manifest
index 543b3bdbd..1f41ed907 100644
--- a/x11-themes/neonly-cursor/Manifest
+++ b/x11-themes/neonly-cursor/Manifest
@@ -1 +1,2 @@
 DIST neonly-cursor-1.0.0.tar.gz 1023663 BLAKE2B 
d0b1df6777f1181c8523469b518318415fa5f093b32a288bdf12f6643860062d8202ec4d715a01fe2766827f5c1a504be17148bc6dca2ae6c438be53e463d686
 SHA512 
4178c29e80af0a7aacfb6c4026fd9a832f4c28722bb0d9e5106dd2acfe09a3fb2e126f1c2f4c5558dcd6f677b5d16782d5317809afcf2bffd3a6c00a00c25afa
+DIST neonly-cursor-2.0.0.tar.gz 1232215 BLAKE2B 
d2db186bd9fee7f463cf497cc94b0f03df9f3949191cec68253bdcc1f7aacf449a307e38d6c57c2b72c527916a32cd3d82dab8c96cdf41532f9a104058688c9c
 SHA512 
f484a496a7f175ba81eb0b260a0b5f804e690a4120cc341833b9e058138a484b7bb0e22f974eca7e3b61981ae1bba27d5bcf195178191f8a93f7fba726a18203

diff --git a/x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild 
b/x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild
new file mode 100644
index 000000000..ceab6d65f
--- /dev/null
+++ b/x11-themes/neonly-cursor/neonly-cursor-2.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg
+
+MY_PV="$(ver_cut 1-2)"
+
+DESCRIPTION="Cursor theme using a custom color palette inspired by boreal 
colors"
+HOMEPAGE="https://github.com/alvatip/Neonly";
+SRC_URI="https://github.com/alvatip/Neonly/releases/download/${MY_PV}/Neonly.tar.gz
 -> ${P}.tar.gz"
+
+S="${WORKDIR}/Neonly"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror"
+
+src_install() {
+       insinto "/usr/share/icons/${PN}"
+       doins -r cursors index.theme
+}

Reply via email to