commit: 765964e6d832681dde176dc3d10ce9c899f96fc5 Author: Jim Tupper <github <AT> tupper <DOT> org <DOT> uk> AuthorDate: Wed Oct 8 18:57:19 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 9 20:42:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=765964e6
gui-libs/hyprutils: update to v0.8.4 Bug: https://bugs.gentoo.org/962981 Signed-off-by: Jim Tupper <github <AT> tupper.org.uk> Part-of: https://github.com/gentoo/gentoo/pull/44072 Signed-off-by: Sam James <sam <AT> gentoo.org> gui-libs/hyprutils/Manifest | 1 + gui-libs/hyprutils/hyprutils-0.8.4.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/gui-libs/hyprutils/Manifest b/gui-libs/hyprutils/Manifest index fc2663f06108..c004635c45fb 100644 --- a/gui-libs/hyprutils/Manifest +++ b/gui-libs/hyprutils/Manifest @@ -1,2 +1,3 @@ DIST hyprutils-0.7.1.gh.tar.gz 36755 BLAKE2B f2657dbe61de0819bfdf5c9496e833629dc3ba268f22505e720e457658094aa91a071e3e39e12da845e1659db4feb5dcf0ed04f04fd475f6cde81e0cc81906f6 SHA512 3f0019affb212f71c04b4f79c41bb2fc9a2d382c93af23afc2207c487f018ce2fe3cf5e0d187dffc39b4da6a5f6821fcb151b5935917e9a8ecc12e2cb5beb978 DIST hyprutils-0.8.2.gh.tar.gz 42757 BLAKE2B 5a469e1af38fcda6f43908869bf6da7683d70de6d7f4d2a419d362841ef83ff1ed15352106dfd1ec51359edc4db4306fae06001beca7d1e49caf6a9383ea523a SHA512 bf906ac3b6eb31cccddf4a38cc03afd112a098cde418779352f8eb3d1c78bd353cbc08786800bea39a16dc0a54427b2785adcecb555b0466bbc33d7dfe270d82 +DIST hyprutils-0.8.4.gh.tar.gz 43093 BLAKE2B fda0e25270a4d8d6d223499d07d226b42cf6b895554ebb9ffedbdd1b7d53d2e4189c8e80b8df5d505e9e4a4b2827e59ad7324860e94f119543064a690437d47c SHA512 851a1783d064eefecdfe7dd3255fd148dbaa33fdb495d2500c0b08248ae7ad0e1b74c437226ba07c5c296466f291bbf21f0a6c75f6bd35341c11deea5bb1ca52 diff --git a/gui-libs/hyprutils/hyprutils-0.8.4.ebuild b/gui-libs/hyprutils/hyprutils-0.8.4.ebuild new file mode 100644 index 000000000000..6da3eb5ac4ae --- /dev/null +++ b/gui-libs/hyprutils/hyprutils-0.8.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland utilities library used across the ecosystem" +HOMEPAGE="https://github.com/hyprwm/hyprutils" + +if [[ "${PV}" = *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" +else + SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}/v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${PN}-${PV}" + + KEYWORDS="~amd64" +fi + +LICENSE="BSD" +SLOT="0/$(ver_cut 1-2)" + +DEPEND=" + x11-libs/pixman +" +RDEPEND="${DEPEND}"
