From be763b3d457c7414aa512b8fa382384e87b058ac Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 01:37:41 +0200 Subject: godot: bump to 3.5.2 --- community/godot/build | 5 +++++ community/godot/checksums | 2 +- community/godot/sources | 2 +- community/godot/version | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) (limited to 'community') diff --git a/community/godot/build b/community/godot/build index aba972ea..0acc437c 100755 --- a/community/godot/build +++ b/community/godot/build @@ -19,6 +19,11 @@ export PYTHONPATH PATH clsed 's/#ifdef CRASH_HANDLER_ENABLED/#if defined(CRASH_HANDLER_ENABLED) \&\& defined(__GLIBC__)/' \ platform/x11/crash_handler_x11.cpp +# Fix build with GCC13 +clsed '/^#define/a#include ' \ + modules/fbx/fbx_parser/FBXCommon.h \ + thirdparty/vhacd/inc/vhacdManifoldMesh.h + scons \ platform=x11 \ target=release_debug \ diff --git a/community/godot/checksums b/community/godot/checksums index 10a9e01f..69c768a5 100644 --- a/community/godot/checksums +++ b/community/godot/checksums @@ -1,5 +1,5 @@ %BLAKE3 -a6c4e7cc5cc583a716e11ee80fee362a22ef310a699a631626ee876a84328131 3.5.1-stable.tar.gz +53f21d00072e7a9eec04246003a197075b3920e1c657bcfa72cb504cc191cc28 3.5.2-stable.tar.gz 2b2207d86f6b687d9af604fd86dc47d3cfd07044f1474da9d63180a1dad53687 SCons-4.4.0.tar.gz 312b85c0aaffc44755ad268c8ce8c83f46e33e4632b9d4b9d6ac06b5cb071dbb pythonpath 32830ef2a81551e19c17897c82b3ed6ce9933cdc41afca2f1848575d6bc52bb0 godot.desktop diff --git a/community/godot/sources b/community/godot/sources index 6e7fc231..61c4073b 100644 --- a/community/godot/sources +++ b/community/godot/sources @@ -1,4 +1,4 @@ -https://github.com/godotengine/godot/archive/3.5.1-stable.tar.gz +https://github.com/godotengine/godot/archive/3.5.2-stable.tar.gz https://github.com/SCons/scons/releases/download/4.4.0/SCons-4.4.0.tar.gz scons files/pythonpath files/godot.desktop diff --git a/community/godot/version b/community/godot/version index 591d5e43..9580b4b8 100644 --- a/community/godot/version +++ b/community/godot/version @@ -1 +1 @@ -3.5.1 1 +3.5.2 1 -- cgit v1.2.3