From 81cb41c9075d372f6f81ab16903c07239952f66b Mon Sep 17 00:00:00 2001 From: kenmays Date: Sun, 26 Jan 2025 22:33:31 -0800 Subject: [PATCH] colobot: bump to 0.2.2 (#11682) --- ...obot-0.2.1.recipe => colobot-0.2.2.recipe} | 3 ++- ...-0.2.1.patchset => colobot-0.2.2.patchset} | 0 ...0.2.1.recipe => colobot_data-0.2.2.recipe} | 3 +-- .../patches/colobot_data-0.2.1.patchset | 22 ------------------- 4 files changed, 3 insertions(+), 25 deletions(-) rename games-strategy/colobot/{colobot-0.2.1.recipe => colobot-0.2.2.recipe} (96%) rename games-strategy/colobot/patches/{colobot-0.2.1.patchset => colobot-0.2.2.patchset} (100%) rename games-strategy/colobot_data/{colobot_data-0.2.1.recipe => colobot_data-0.2.2.recipe} (88%) delete mode 100644 games-strategy/colobot_data/patches/colobot_data-0.2.1.patchset diff --git a/games-strategy/colobot/colobot-0.2.1.recipe b/games-strategy/colobot/colobot-0.2.2.recipe similarity index 96% rename from games-strategy/colobot/colobot-0.2.1.recipe rename to games-strategy/colobot/colobot-0.2.2.recipe index 1151d84e3..9af338d1b 100644 --- a/games-strategy/colobot/colobot-0.2.1.recipe +++ b/games-strategy/colobot/colobot-0.2.2.recipe @@ -8,7 +8,7 @@ COPYRIGHT="Epsitec and TerranovaTeam" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/colobot/colobot/archive/colobot-gold-$portVersion-alpha.tar.gz" -CHECKSUM_SHA256="e2a6df3cb5e713da6ac13b5b4cb9fe9d22dbffab3b7163a886060c38a0d0639e" +CHECKSUM_SHA256="047eb2bc96725598d918c5b500928e3a08fa3e6e7e730a82169da4524b03ddad" SOURCE_DIR="colobot-colobot-gold-$portVersion-alpha" PATCHES="colobot-$portVersion.patchset" ADDITIONAL_FILES="colobot.rdef.in" @@ -67,6 +67,7 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix cmd:make + cmd:msgmerge$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix " diff --git a/games-strategy/colobot/patches/colobot-0.2.1.patchset b/games-strategy/colobot/patches/colobot-0.2.2.patchset similarity index 100% rename from games-strategy/colobot/patches/colobot-0.2.1.patchset rename to games-strategy/colobot/patches/colobot-0.2.2.patchset diff --git a/games-strategy/colobot_data/colobot_data-0.2.1.recipe b/games-strategy/colobot_data/colobot_data-0.2.2.recipe similarity index 88% rename from games-strategy/colobot_data/colobot_data-0.2.1.recipe rename to games-strategy/colobot_data/colobot_data-0.2.2.recipe index 83cef5c29..c36fa8090 100644 --- a/games-strategy/colobot_data/colobot_data-0.2.1.recipe +++ b/games-strategy/colobot_data/colobot_data-0.2.2.recipe @@ -8,9 +8,8 @@ COPYRIGHT="Epsitec and TerranovaTeam" LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://github.com/colobot/colobot-data/archive/colobot-gold-$portVersion-alpha.zip" -CHECKSUM_SHA256="e6ff3b0fd7b65daf747fb51c0e5094b797d620e3ea725bc4a6e9de0f3c3aa95d" +CHECKSUM_SHA256="fcafeb8b1493712622daaf576e56ffa7fad6c95fcc118b0707debbc330ad9bd3" SOURCE_DIR="colobot-data-colobot-gold-$portVersion-alpha" -PATCHES="colobot_data-$portVersion.patchset" ARCHITECTURES="any" diff --git a/games-strategy/colobot_data/patches/colobot_data-0.2.1.patchset b/games-strategy/colobot_data/patches/colobot_data-0.2.1.patchset deleted file mode 100644 index 78d412f3d..000000000 --- a/games-strategy/colobot_data/patches/colobot_data-0.2.1.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 491a05567d18a83e1473193e34a2f66897c7fbed Mon Sep 17 00:00:00 2001 -From: Maite Gamper -Date: Tue, 21 Nov 2023 20:10:02 +0100 -Subject: colobot-data: use Python 3 - - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 3992dcc..86fc400 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.16) - option(TRANSLATIONS "Enable translations of help and level files" ON) - - if(TRANSLATIONS) -- find_package(PythonInterp 2.7 REQUIRED) -+ find_package(PythonInterp 3.1 REQUIRED) - else() - message(STATUS "Translations disabled; only English files will be installed") - endif() --- -2.42.0 -