mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
1
gui-libs/hyprcursor/Manifest
Normal file
1
gui-libs/hyprcursor/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST hyprcursor-0.1.4.gh.tar.gz 20072 BLAKE2B 9f4aafc673185ca522f16325529de30fb24cc962779358bc06e21fc148adae64156731d4d3e4a1f7bb2d72d4592cb238b8fefe33c473e86a1678cc5ec8677725 SHA512 6af0a81c39b73c804f5587be7a626db125a99318089c39769a26a4c2ebf0322a82c4ef690f0fda3b60301972bfd1c3a489209fa8157e6a43dec52fa2a6ccb9c9
|
||||
24
gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild
Normal file
24
gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild
Normal 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
|
||||
"
|
||||
18
gui-libs/hyprcursor/metadata.xml
Normal file
18
gui-libs/hyprcursor/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user