From 6e50efabb78f8f6f25cdd674832eb28da0f058b2 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Wed, 15 Jul 2026 22:34:26 +0200 Subject: [PATCH] games-simulation/openrct2: add 0.5.3, drop 0.5.2 Signed-off-by: Conrad Kostecki --- games-simulation/openrct2/Manifest | 2 +- ...enrct2-0.5.3-include-additional-paths.patch | 18 ++++++++++++++++++ ...rct2-0.5.2.ebuild => openrct2-0.5.3.ebuild} | 0 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 games-simulation/openrct2/files/openrct2-0.5.3-include-additional-paths.patch rename games-simulation/openrct2/{openrct2-0.5.2.ebuild => openrct2-0.5.3.ebuild} (100%) diff --git a/games-simulation/openrct2/Manifest b/games-simulation/openrct2/Manifest index c12ef02e12c4b..791ef583caaa7 100644 --- a/games-simulation/openrct2/Manifest +++ b/games-simulation/openrct2/Manifest @@ -1,5 +1,5 @@ DIST openrct2-0.4.32.tar.gz 24694264 BLAKE2B 6385834c18cb6986c788fdcd724b67807b2abb657e0deb368ee24fbeb33f77551d04ece325562d827437088aa25fc806a67d0bc35edbac0c7303121cc168cbd8 SHA512 f7f0fda752567dd16d76639b47dc26da0c3239619145ced6dc8e0619d19b69ed5e56ea2fb902d530ae1aad79e74eec3c9dad019735800cb1c7a6f2b43b424879 -DIST openrct2-0.5.2.tar.gz 24662671 BLAKE2B 0ceb31477e6776ef6dc29ad21fd3563916f4e8878ff6319782fc828c4d656d0ffd24483ce583e1d6ef7a68cf68ac79e1e155544072f857b9cad3682686747892 SHA512 6a85b46000a3de364732128f024ceb1877c48cb4c45488453ea3b5367b72150fd8e8279c72ab57b603720fd50586a90cc8af3081f76315bedf742a848771ae26 +DIST openrct2-0.5.3.tar.gz 24949436 BLAKE2B 1666c42eda26d9e9ee01413808d7eb013a37f3cfc4fa944c4b4c8c39ae95c2e86e54bcf668a11d17bf6fb1a4748775b3e25153b3a0111cec45fc19497b8f740d SHA512 4a25ab08209b88bf258a93a0d8aae88b8aef2543dd1a5f031daa4a13a03d498ab5089b1dc5327b9296d2acdd2c6e9304cfac2d68fa1dbddd3fb86913fd6449b8 DIST openrct2-objects-1.7.6.zip 11027399 BLAKE2B aa291cb408a5739f3678df904cbe7146628c3918b87acc64ec77f5ce78116a3e6c64a1ff82fb1fa2e8cd241007b0d071b3fc33c173f753a633d0da9462fa61d9 SHA512 3149a0ef91bc5679d808157e41b8fcdb0bff01ddb0e070d3e4e5c8e9cd4cecd4eec17b76d4fa4a442130e004a3192636e504a0c39ff8ef333e36e0c44d988cd8 DIST openrct2-objects-1.7.9.zip 11062251 BLAKE2B 9f1fe0b384e039c65f8894346aa9edce9ee2849292eaaa920ddd161f9aaa4cad212a3b61c4548a41c68a14dc163eefce24d260459fc0c0e465252a845e8c4b3c SHA512 a2ca05ab0dd3dc30ad365085b6b4006a77c9aa45c780be8294a9cb1184e512dd278a8038213606a3193836bca4a77f8f76a9a8d11b8e337f9158b6205c22d5dd DIST openrct2-openmusic-1.6.1.zip 42921420 BLAKE2B cdec26dda1797b27a57d0ffd87c44c740869dff8cffc1ac077d6ce1eee747d32ce09547dc9a70256106b48126e08f04c04668c7fb8b3df2e04db72ef5f0cc344 SHA512 bc524b20ab72696a5f38bd65d96a4a83f29a0e65884d9b847540631d31aae42f3bdc4a6db5fa5fe34869012e598543b9327ad92d34e8f4f0f274c7f04d4a2e7f diff --git a/games-simulation/openrct2/files/openrct2-0.5.3-include-additional-paths.patch b/games-simulation/openrct2/files/openrct2-0.5.3-include-additional-paths.patch new file mode 100644 index 0000000000000..8337439b9e0a7 --- /dev/null +++ b/games-simulation/openrct2/files/openrct2-0.5.3-include-additional-paths.patch @@ -0,0 +1,18 @@ +--- a/src/openrct2/platform/Platform.Linux.cpp ++++ b/src/openrct2/platform/Platform.Linux.cpp +@@ -399,6 +399,7 @@ + userHome + "/.wine/drive_c/Program Files (x86)/GalaxyClient/Games/RollerCoaster Tycoon Deluxe", + userHome + "/.wine/drive_c/Program Files/Hasbro Interactive/RollerCoaster Tycoon", + userHome + "/.wine/drive_c/Program Files (x86)/Hasbro Interactive/RollerCoaster Tycoon", ++ "/usr/share/openrct2/rct1_data", + // game-data-packager uses this path when installing game files + "/usr/share/games/roller-coaster-tycoon", + }; +@@ -417,6 +418,7 @@ + userHome + "/.wine/drive_c/Program Files (x86)/Infogrames/RollerCoaster Tycoon 2", + userHome + "/.wine/drive_c/Program Files/Infogrames Interactive/RollerCoaster Tycoon 2", + userHome + "/.wine/drive_c/Program Files (x86)/Infogrames Interactive/RollerCoaster Tycoon 2", ++ "/usr/share/openrct2/rct2_data", + // game-data-packager uses this path when installing game files + "/usr/share/games/roller-coaster-tycoon2", + }; diff --git a/games-simulation/openrct2/openrct2-0.5.2.ebuild b/games-simulation/openrct2/openrct2-0.5.3.ebuild similarity index 100% rename from games-simulation/openrct2/openrct2-0.5.2.ebuild rename to games-simulation/openrct2/openrct2-0.5.3.ebuild