From 008756ac71e8ab1a1544e038b0f91ddbf74cac77 Mon Sep 17 00:00:00 2001 From: fabolous005 Date: Sat, 21 Dec 2024 23:00:44 +0100 Subject: [PATCH] add hyprgraphics --- .../hyprgraphics/hyprgraphics-9999.ebuild | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gui-libs/hyprgraphics/hyprgraphics-9999.ebuild diff --git a/gui-libs/hyprgraphics/hyprgraphics-9999.ebuild b/gui-libs/hyprgraphics/hyprgraphics-9999.ebuild new file mode 100644 index 0000000..df1a516 --- /dev/null +++ b/gui-libs/hyprgraphics/hyprgraphics-9999.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Aquamarine is a very light linux rendering backend library" +HOMEPAGE="https://github.com/hyprwm/aquamarine" +KEYWORDS="~amd64" + +inherit git-r3 +EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" + +LICENSE="BSD" +SLOT="0" + +# Upstream states that the simpleWindow test is broken, see bug 936653 +RESTRICT="test" +RDEPEND=" + media-libs/libjxl +" +DEPEND=" + ${RDEPEND} +" + +BDEPEND=" +" + +src_prepare() { + # sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die + cmake_src_prepare +}