commit: 9f65899b898177e37cc52b615801ea33aa0f9256
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 16:17:27 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 17:09:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f65899b
games-util/mangohud: fix pkgcheck nit picks
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
games-util/mangohud/mangohud-0.7.1.ebuild | 5 +++--
games-util/mangohud/mangohud-9999.ebuild | 5 +++--
games-util/mangohud/metadata.xml | 2 +-
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/games-util/mangohud/mangohud-0.7.1.ebuild
b/games-util/mangohud/mangohud-0.7.1.ebuild
index 56583d7753..f96a5d8ce4 100644
--- a/games-util/mangohud/mangohud-0.7.1.ebuild
+++ b/games-util/mangohud/mangohud-0.7.1.ebuild
@@ -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() {
diff --git a/games-util/mangohud/mangohud-9999.ebuild
b/games-util/mangohud/mangohud-9999.ebuild
index 56583d7753..f96a5d8ce4 100644
--- a/games-util/mangohud/mangohud-9999.ebuild
+++ b/games-util/mangohud/mangohud-9999.ebuild
@@ -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() {
diff --git a/games-util/mangohud/metadata.xml b/games-util/mangohud/metadata.xml
index 467717705c..81225ee755 100644
--- a/games-util/mangohud/metadata.xml
+++ b/games-util/mangohud/metadata.xml
@@ -9,7 +9,7 @@
<email>[email protected]</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>