diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-16 15:13:54 -0500 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2024-11-17 09:58:46 +0000 |
commit | 428bccada5dbd1265e2e2ae8855baf0433f4c370 (patch) | |
tree | 04d8ec27afc0985eae72c8ba0c36419c5bec434b /gui-libs | |
parent | gui-libs/aquamarine: drop 0.3.1, 0.3.2 (diff) | |
download | gentoo-428bccada5dbd1265e2e2ae8855baf0433f4c370.tar.gz gentoo-428bccada5dbd1265e2e2ae8855baf0433f4c370.tar.bz2 gentoo-428bccada5dbd1265e2e2ae8855baf0433f4c370.zip |
gui-libs/hyprcursor: add 0.1.10
Signed-off-by: Julien Roy <julien@jroy.ca>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/hyprcursor/Manifest | 1 | ||||
-rw-r--r-- | gui-libs/hyprcursor/hyprcursor-0.1.10.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
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 +" |