commit: 428bccada5dbd1265e2e2ae8855baf0433f4c370 Author: Julien Roy <julien <AT> jroy <DOT> ca> AuthorDate: Sat Nov 16 20:13:54 2024 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 09:58:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428bccad
gui-libs/hyprcursor: add 0.1.10 Signed-off-by: Julien Roy <julien <AT> jroy.ca> Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> gui-libs/hyprcursor/Manifest | 1 + gui-libs/hyprcursor/hyprcursor-0.1.10.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/gui-libs/hyprcursor/Manifest b/gui-libs/hyprcursor/Manifest index 8a4308b2c4a2..8a8dfe2775a5 100644 --- a/gui-libs/hyprcursor/Manifest +++ b/gui-libs/hyprcursor/Manifest @@ -1 +1,2 @@ +DIST hyprcursor-0.1.10.gh.tar.gz 26654 BLAKE2B a1e0ed408523eda33b72bcef038c6fcd53fe5366663404502693c5c5f8429d781e052f96dfb9d2b2bd8444ac13987b9eca99d2e81eaea5445362232959d664e5 SHA512 7ce320f50af19e73e77dabef4840d6e8e6f56b2e505ff888dc0a14413110a30c8a3bfdc9bfc0d5458c9b387dabd9b4cbe35297209feffcfc622098af49044bb4 DIST hyprcursor-0.1.9.gh.tar.gz 26111 BLAKE2B 94edd94be6ba29e85074f5dd16a52e7da89d75a2b3c1be06fabf9d0880085b5ec37f507ba100f24b34f8efd8f2f84d5508aa846860ceaa9eb629ee54c58bb5c1 SHA512 39205b0ae4094cf07b19844894e4c7b4dfd2f44e8014e0db77759d880f02c21a2568705fdfae9efb11f05b97a54a9f0c2ffb57045c10a022a1b3ed2a0d2ccca8 diff --git a/gui-libs/hyprcursor/hyprcursor-0.1.10.ebuild b/gui-libs/hyprcursor/hyprcursor-0.1.10.ebuild new file mode 100644 index 000000000000..49f4d5143574 --- /dev/null +++ b/gui-libs/hyprcursor/hyprcursor-0.1.10.ebuild @@ -0,0 +1,26 @@ +# 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/hyprcursor/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +# Disable tests since as per upstream, tests require a theme to be installed +# See also https://github.com/hyprwm/hyprcursor/commit/94361fd8a75178b92c4bb24dcd8c7fac8423acf3 +RESTRICT="test" + +RDEPEND=" + dev-cpp/tomlplusplus + >=dev-libs/hyprlang-0.4.2 + dev-libs/libzip + gnome-base/librsvg:2 + x11-libs/cairo +"
