mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
games-util/mangohud: fix pkgcheck nit picks
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -124,7 +124,8 @@ src_prepare() {
|
||||
find . -type f -exec sed -i 's|"imgui_internal.h"|<imgui/imgui_internal.h>|g' {} \; || die
|
||||
|
||||
# replace imgui_dep in implot build file
|
||||
sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die
|
||||
sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \
|
||||
-e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -124,7 +124,8 @@ src_prepare() {
|
||||
find . -type f -exec sed -i 's|"imgui_internal.h"|<imgui/imgui_internal.h>|g' {} \; || die
|
||||
|
||||
# replace imgui_dep in implot build file
|
||||
sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' -e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die
|
||||
sed -i -r -e 's|(imgui_dep = ).*|\1dependency('\'imgui\'')|' \
|
||||
-e '/imgui_sp/d' "${S}/subprojects/implot-${IMPLOT_VER}/meson.build" || die
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<email>gonegrier.duarte@gmail.com</email>
|
||||
<name>Gonçalo Negrier Duarte</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<upstream>
|
||||
<remote-id type="github">flightlessmango/MangoHud</remote-id>
|
||||
<bugs-to>https://github.com/flightlessmango/MangoHud/issues</bugs-to>
|
||||
</upstream>
|
||||
|
||||
Reference in New Issue
Block a user