From 6ab89f19824db263da6f00e55cfa0325fe9051e0 Mon Sep 17 00:00:00 2001 From: Paddy Milner Date: Sun, 28 Sep 2025 10:53:04 +0100 Subject: [PATCH] Add hyprgraphics --- .../hyprgraphics/hyprgraphics-9999.ebuild | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-libs/hyprgraphics/hyprgraphics-9999.ebuild diff --git a/dev-libs/hyprgraphics/hyprgraphics-9999.ebuild b/dev-libs/hyprgraphics/hyprgraphics-9999.ebuild new file mode 100644 index 0000000..c64c446 --- /dev/null +++ b/dev-libs/hyprgraphics/hyprgraphics-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Hyprland graphics / resource utilities" +HOMEPAGE="https://github.com/hyprwm/hyprgraphics" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" + +# Upstream states that the simpleWindow test is broken, see bug 936653 +RESTRICT="test" +RDEPEND=" + media-libs/libjxl + media-libs/libspng +" +DEPEND="${RDEPEND}" + +src_prepare() { + # sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die + cmake_src_prepare +} \ No newline at end of file