From 5d1d0ccd5ec7cac826e546da63292df45d953766 Mon Sep 17 00:00:00 2001 From: Julien Roy Date: Sat, 16 Mar 2024 14:13:43 -0400 Subject: [PATCH] gui-libs/hyprcursor: new package, add 0.1.4 Signed-off-by: Julien Roy Signed-off-by: Yixun Lan --- gui-libs/hyprcursor/Manifest | 1 + gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild | 24 +++++++++++++++++++++ gui-libs/hyprcursor/metadata.xml | 18 ++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 gui-libs/hyprcursor/Manifest create mode 100644 gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild create mode 100644 gui-libs/hyprcursor/metadata.xml diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest new file mode 100644 index 0000000000000..4184756561e38 --- /dev/null +++ b/gui-libs/hyprcursor/Manifest @@ -0,0 +1 @@ +DIST hyprcursor-0.1.4.gh.tar.gz 20072 BLAKE2B 9f4aafc673185ca522f16325529de30fb24cc962779358bc06e21fc148adae64156731d4d3e4a1f7bb2d72d4592cb238b8fefe33c473e86a1678cc5ec8677725 SHA512 6af0a81c39b73c804f5587be7a626db125a99318089c39769a26a4c2ebf0322a82c4ef690f0fda3b60301972bfd1c3a489209fa8157e6a43dec52fa2a6ccb9c9 diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild new file mode 100644 index 0000000000000..d006f21c4a9e9 --- /dev/null +++ b/gui-libs/hyprcursor/hyprcursor-0.1.4.ebuild @@ -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 +" diff --git a/gui-libs/hyprcursor/metadata.xml b/gui-libs/hyprcursor/metadata.xml new file mode 100644 index 0000000000000..227e37ab55b98 --- /dev/null +++ b/gui-libs/hyprcursor/metadata.xml @@ -0,0 +1,18 @@ + + + + + julien@jroy.ca + Julien Roy + + + proxy-maint@gentoo.org + Proxy Maintainers + + + https://github.com/hyprwm/hyprcursor/releases + https://github.com/hyprwm/hyprcursor/tree/main/docs + https://github.com/hyprwm/hyprcursor/issues + hyprwm/hyprcursor + +