From 2383504ff2c2ec8a5dbfcb33b0915bb2c298f98a Mon Sep 17 00:00:00 2001 From: Ruowen Qin Date: Tue, 26 Mar 2024 09:38:58 +0800 Subject: [PATCH] gui-libs/hyprcursor: add new hyprcursor-0.1.5 ebuild Signed-off-by: Ruowen Qin --- gui-libs/hyprcursor/Manifest | 1 + gui-libs/hyprcursor/hyprcursor-0.1.5.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.5.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 0000000..420bd64 --- /dev/null +++ b/gui-libs/hyprcursor/Manifest @@ -0,0 +1 @@ +DIST hyprcursor-0.1.5.gh.tar.gz 20096 BLAKE2B 31595ca4ffb0e9683d2584dc1e58483435bd19180a4326d741b4093d780b79878e9202153744b54786ed82991469ddd277112a79b3a3a95179195519cdfe9ff9 SHA512 3092b6773a34fa1cab10f83fa48274d79a50cd373dfe8a89d0170a78767a66b5e0cbe57cd1b86bc4bb85371c23ac7425f59e61fb50723a895fef4e7f6039fdfc diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.5.ebuild new file mode 100644 index 0000000..e6624e3 --- /dev/null +++ b/gui-libs/hyprcursor/hyprcursor-0.1.5.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 ~riscv" + +# 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 0000000..b75fe3e --- /dev/null +++ b/gui-libs/hyprcursor/metadata.xml @@ -0,0 +1,18 @@ + + + + + chinqrw@gmail.com + + + + 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 + +