mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
x11-themes/nordzy-cursors: new package, add 2.3.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
a520a57867
commit
465f70b455
1
x11-themes/nordzy-cursors/Manifest
Normal file
1
x11-themes/nordzy-cursors/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST nordzy-cursors-2.3.0.tar.gz 380825843 BLAKE2B d5bf5373cf63fa5d29f4091b462521db5dacef2f41755028b8bad0f1e4ab2feb16a89d0e21bbafbed390d0606f74dfaa7d7e6c83ccfa4c2e633fd19e50e78601 SHA512 a776afcdab125775e4d06acd513d7fdbc986df47e0340e2c9e2f2a90ad9339d87f0085df1f8d67f120ee1ce9c6cbfec4f3d743faf8bc24a5886c6ec1ee30a584
|
12
x11-themes/nordzy-cursors/metadata.xml
Normal file
12
x11-themes/nordzy-cursors/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>julien@jroy.ca</email>
|
||||
<name>Julien Roy</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/guillaumeboehm/Nordzy-cursors_Cursor/issues</bugs-to>
|
||||
<remote-id type="github">guillaumeboehm/Nordzy-cursors_Cursor</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
23
x11-themes/nordzy-cursors/nordzy-cursors-2.3.0.ebuild
Normal file
23
x11-themes/nordzy-cursors/nordzy-cursors-2.3.0.ebuild
Normal file
@ -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://github.com/guillaumeboehm/Nordzy-cursors"
|
||||
SRC_URI="https://github.com/guillaumeboehm/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${MY_PN}-${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-*
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user