gui-libs/hyprcursor: new package, add 0.1.4

Signed-off-by: Julien Roy <julien@jroy.ca>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
This commit is contained in:
Julien Roy
2024-03-16 14:13:43 -04:00
committed by Yixun Lan
parent e3ec5ae1d9
commit 5d1d0ccd5e
3 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST hyprcursor-0.1.4.gh.tar.gz 20072 BLAKE2B 9f4aafc673185ca522f16325529de30fb24cc962779358bc06e21fc148adae64156731d4d3e4a1f7bb2d72d4592cb238b8fefe33c473e86a1678cc5ec8677725 SHA512 6af0a81c39b73c804f5587be7a626db125a99318089c39769a26a4c2ebf0322a82c4ef690f0fda3b60301972bfd1c3a489209fa8157e6a43dec52fa2a6ccb9c9

View File

@@ -0,0 +1,24 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="The hyprland cursor format, library and utilities"
HOMEPAGE="https://github.com/hyprwm/hyprcursor"
SRC_URI="https://github.com/hyprwm/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
# Disable tests since as per the documentation, tests require a theme to be installed
# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3
RESTRICT="test"
RDEPEND="
>=dev-libs/hyprlang-0.4.2
dev-libs/libzip
gnome-base/librsvg:2
x11-libs/cairo
"

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<changelog>https://github.com/hyprwm/hyprcursor/releases</changelog>
<doc>https://github.com/hyprwm/hyprcursor/tree/main/docs</doc>
<bugs-to>https://github.com/hyprwm/hyprcursor/issues</bugs-to>
<remote-id type="github">hyprwm/hyprcursor</remote-id>
</upstream>
</pkgmetadata>