mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
colobot: bump to 0.2.2 (#11682)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,22 +0,0 @@
|
||||
From 491a05567d18a83e1473193e34a2f66897c7fbed Mon Sep 17 00:00:00 2001
|
||||
From: Maite Gamper <victor@wenzeslaus.de>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user