From dccd33830976b7e963021ddab55596d1f41bca1f Mon Sep 17 00:00:00 2001 From: roku Date: Thu, 6 Mar 2025 09:39:10 +0100 Subject: [PATCH] add dev-cpp/glaze 5.0 and make sure hyprland doesn't use it --- dev-cpp/glaze/glaze-5.0.0.ebuild | 25 +++++++++++++++++++++++++ gui-wm/hyprland/hyprland-0.47.2.ebuild | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 dev-cpp/glaze/glaze-5.0.0.ebuild diff --git a/dev-cpp/glaze/glaze-5.0.0.ebuild b/dev-cpp/glaze/glaze-5.0.0.ebuild new file mode 100644 index 0000000..4b47d3b --- /dev/null +++ b/dev-cpp/glaze/glaze-5.0.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Extremely fast, in memory, JSON and interface library for modern C++" +HOMEPAGE="https://github.com/stephenberry/${PN}" +SRC_URI="https://github.com/stephenberry/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +DEPEND="" + +src_configure() { + local mycmakeargs=( + -DCMAKE_BUILD_TYPE=Release + -DBUILD_TESTING=OFF + ) + + cmake_src_configure +} diff --git a/gui-wm/hyprland/hyprland-0.47.2.ebuild b/gui-wm/hyprland/hyprland-0.47.2.ebuild index ae48852..435e356 100644 --- a/gui-wm/hyprland/hyprland-0.47.2.ebuild +++ b/gui-wm/hyprland/hyprland-0.47.2.ebuild @@ -27,7 +27,7 @@ HYPRPM_RDEPEND=" " RDEPEND=" ${HYPRPM_RDEPEND} - dev-cpp/glaze +