From 892f2d911bd2385d68e84d1dd8e5e642dfd94211 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 11 Oct 2024 15:34:55 +0200 Subject: [PATCH] games-simulation/openrct2: add correct path patch Closes: https://bugs.gentoo.org/941262 Signed-off-by: Conrad Kostecki --- ...enrct2-0.4.15-include-additional-paths.patch | 17 +++++++++++++++++ .../openrct2/openrct2-0.4.15.ebuild | 2 +- games-simulation/openrct2/openrct2-9999.ebuild | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 games-simulation/openrct2/files/openrct2-0.4.15-include-additional-paths.patch diff --git a/games-simulation/openrct2/files/openrct2-0.4.15-include-additional-paths.patch b/games-simulation/openrct2/files/openrct2-0.4.15-include-additional-paths.patch new file mode 100644 index 0000000000000..16d306260e675 --- /dev/null +++ b/games-simulation/openrct2/files/openrct2-0.4.15-include-additional-paths.patch @@ -0,0 +1,17 @@ +--- a/src/openrct2/platform/Platform.Linux.cpp ++++ b/src/openrct2/platform/Platform.Linux.cpp +@@ -335,12 +335,12 @@ + + std::vector GetSearchablePathsRCT1() + { +- return {}; ++ return { "/usr/share/openrct2/rct1_data" }; + } + + std::vector GetSearchablePathsRCT2() + { +- return {}; ++ return { "/usr/share/openrct2/rct2_data" }; + } + + # ifndef NO_TTF diff --git a/games-simulation/openrct2/openrct2-0.4.15.ebuild b/games-simulation/openrct2/openrct2-0.4.15.ebuild index 2ce516a11c9ad..efb5b081135e6 100644 --- a/games-simulation/openrct2/openrct2-0.4.15.ebuild +++ b/games-simulation/openrct2/openrct2-0.4.15.ebuild @@ -77,8 +77,8 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}/${PN}-0.4.0-include-additional-paths.patch" "${FILESDIR}/${PN}-0.4.1-gtest-1.10.patch" + "${FILESDIR}/${PN}-0.4.15-include-additional-paths.patch" ) src_unpack() { diff --git a/games-simulation/openrct2/openrct2-9999.ebuild b/games-simulation/openrct2/openrct2-9999.ebuild index 72f2a309f5845..cc9b7bfd01b47 100644 --- a/games-simulation/openrct2/openrct2-9999.ebuild +++ b/games-simulation/openrct2/openrct2-9999.ebuild @@ -78,8 +78,8 @@ BDEPEND=" RESTRICT="!test? ( test )" PATCHES=( - "${FILESDIR}/${PN}-0.4.0-include-additional-paths.patch" "${FILESDIR}/${PN}-0.4.1-gtest-1.10.patch" + "${FILESDIR}/${PN}-0.4.5-include-additional-paths.patch" ) src_unpack() {