diff --git a/games-kids/gcompris/gcompris-26.0.recipe b/games-kids/gcompris/gcompris-26.1.recipe similarity index 95% rename from games-kids/gcompris/gcompris-26.0.recipe rename to games-kids/gcompris/gcompris-26.1.recipe index 531c4b00c..e44a9af86 100644 --- a/games-kids/gcompris/gcompris-26.0.recipe +++ b/games-kids/gcompris/gcompris-26.1.recipe @@ -17,9 +17,8 @@ COPYRIGHT="2014-2016 Bruno Coudoin LICENSE="GNU GPL v3" REVISION="1" SOURCE_URI="https://download.kde.org/stable/gcompris/qt/src/gcompris-qt-$portVersion.tar.xz" -CHECKSUM_SHA256="7d3df8be96dd6e883990abe14f9137900030d508d3a30e2b38e39d0eb31ef333" +CHECKSUM_SHA256="c389b863b29f012ccc1b3eef740982ff6c7654c13a2e343397ee466124f31339" SOURCE_DIR="gcompris-qt-$portVersion" -PATCHES="gcompris-$portVersion.patchset" ADDITIONAL_FILES="gcompris.rdef.in gcompris-teachers.rdef.in" @@ -72,7 +71,6 @@ REQUIRES_teachers=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel extra_cmake_modules$secondaryArchSuffix -# gcc_syslibs${secondaryArchSuffix}_devel qml_box2d_qt6$secondaryArchSuffix qt6_tools${secondaryArchSuffix}_devel devel:libcrypto$secondaryArchSuffix >= 3 @@ -90,8 +88,7 @@ BUILD_REQUIRES=" devel:libssl$secondaryArchSuffix >= 3 " BUILD_PREREQUIRES=" -# cmd:clang_tidy -# cmd:cppcheck + cmd:clang_tidy >= 20 cmd:cmake cmd:gcc$secondaryArchSuffix cmd:make diff --git a/games-kids/gcompris/patches/gcompris-26.0.patchset b/games-kids/gcompris/patches/gcompris-26.0.patchset deleted file mode 100644 index d7fb11e82..000000000 --- a/games-kids/gcompris/patches/gcompris-26.0.patchset +++ /dev/null @@ -1,24 +0,0 @@ -From 54e6fc6cd9976ddf0e1e86f1b22a80bad758f447 Mon Sep 17 00:00:00 2001 -From: Luc Schrijvers -Date: Wed, 4 Feb 2026 12:45:16 +0100 -Subject: Disable, CodeQualityUtils, building tests fails - -error: 'stddef.h' file not found [clang-diagnostic-error] -https://github.com/haikuports/haikuports/issues/10708 - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 4e14c5b..9721333 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -49,7 +49,7 @@ add_compile_definitions(QT_DISABLE_DEPRECATED_BEFORE=0x060500) - - # add tools (cppcheck, clang-tidy...) if build on testing mode only - # (slower compilation) --if(BUILD_TESTING) -+if(BUILD_TESTING AND NOT HAIKU) - include(CodeQualityUtils) - endif() - --- -2.52.0 -