add dev-cpp/glaze 5.0 and make sure hyprland doesn't use it
This commit is contained in:
parent
79aa001192
commit
dccd338309
2 changed files with 26 additions and 1 deletions
25
dev-cpp/glaze/glaze-5.0.0.ebuild
Normal file
25
dev-cpp/glaze/glaze-5.0.0.ebuild
Normal file
|
@ -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
|
||||
}
|
|
@ -27,7 +27,7 @@ HYPRPM_RDEPEND="
|
|||
"
|
||||
RDEPEND="
|
||||
${HYPRPM_RDEPEND}
|
||||
dev-cpp/glaze
|
||||
<dev-cpp/glaze-5.0
|
||||
dev-cpp/tomlplusplus
|
||||
dev-libs/glib:2
|
||||
dev-libs/hyprlang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue