Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions x11-themes/nordzy-cursors/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST nordzy-cursors-2.3.0.tar.gz 380825843 BLAKE2B d5bf5373cf63fa5d29f4091b462521db5dacef2f41755028b8bad0f1e4ab2feb16a89d0e21bbafbed390d0606f74dfaa7d7e6c83ccfa4c2e633fd19e50e78601 SHA512 a776afcdab125775e4d06acd513d7fdbc986df47e0340e2c9e2f2a90ad9339d87f0085df1f8d67f120ee1ce9c6cbfec4f3d743faf8bc24a5886c6ec1ee30a584
DIST nordzy-cursors-2.5.0.tar.bz2 261817892 BLAKE2B 4709a0889a13b3bfcc5584558dd710fc5d2bc85b963ba1d83a9ebca19e73fcd18e2ea3783701e63dcba1c4fd2aa8a19b167522c6ec36d9c09344fefb52628dda SHA512 042837e6f544dc3ee45bfd80d53a6641027a63ec842026d8cd7fa8cb60e4e28eeae11c6d09aade781978f026b8b70f6d04bd71ba7082cf1b151f3f3a76c29158
3 changes: 2 additions & 1 deletion x11-themes/nordzy-cursors/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<name>Julien Roy</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/guillaumeboehm/Nordzy-cursors_Cursor/issues</bugs-to>
<bugs-to>https://gitlab.com/gboehm/Nordzy-cursors/issues</bugs-to>
<remote-id type="github">guillaumeboehm/Nordzy-cursors_Cursor</remote-id>
<remote-id type="gitlab">gboehm/Nordzy-cursors</remote-id>
</upstream>
</pkgmetadata>
23 changes: 23 additions & 0 deletions x11-themes/nordzy-cursors/nordzy-cursors-2.5.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN="${PN^}"
DESCRIPTION="Cursor theme using the Nord color palette and based on Vimix and cz-Viator"
HOMEPAGE="https://gitlab.com/gboehm/Nordzy-cursors"
SRC_URI="https://gitlab.com/gboehm/Nordzy-cursors/-/archive/v${PV}/Nordzy-cursors-v${PV}.tar.bz2 -> ${P}.tar.bz2"

S="${WORKDIR}/${MY_PN}-v${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="x11-libs/libXcursor"

src_install() {
insinto /usr/share/icons
doins -r "${S}"/xcursors/Nordzy-*
doins -r "${S}"/hyprcursors/themes/Nordzy-*
}