diff --git a/kde-base/kolourpaint/kolourpaint-22.04.0.recipe b/kde-base/kolourpaint/kolourpaint-23.08.5.recipe similarity index 96% rename from kde-base/kolourpaint/kolourpaint-22.04.0.recipe rename to kde-base/kolourpaint/kolourpaint-23.08.5.recipe index 7086be400..e928567d9 100644 --- a/kde-base/kolourpaint/kolourpaint-22.04.0.recipe +++ b/kde-base/kolourpaint/kolourpaint-23.08.5.recipe @@ -16,11 +16,11 @@ features like Undo/Redo. KolourPaint is opensource software written in C++ using the Qt and KDE \ libraries." HOMEPAGE="http://www.kolourpaint.org/" -COPYRIGHT="2010-2022 KDE Organisation" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" REVISION="1" SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kolourpaint-$portVersion.tar.xz" -CHECKSUM_SHA256="aeb2e439f32d9b1d7556e807c0902c870b90691f84764266e3f7fd92af5d9163" +CHECKSUM_SHA256="942f6b588f24aba4f135de842e489bb94f2b16a405bb7fecfb5aab9896ea4ace" ADDITIONAL_FILES="kolourpaint.rdef.in" ARCHITECTURES="all !x86_gcc2" @@ -80,7 +80,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix >= 5.93 + extra_cmake_modules$secondaryArchSuffix devel:libkdeinit5_kded5$secondaryArchSuffix devel:libkdeinit5_klauncher$secondaryArchSuffix devel:libKF5Archive$secondaryArchSuffix @@ -125,13 +125,13 @@ BUILD_PREREQUIRES=" cmd:g++$secondaryArchSuffix cmd:lrelease$secondaryArchSuffix >= 5 cmd:make - cmd:python2 + cmd:python3 " BUILD() { sed -e '/add_subdirectory( doc )/ s/^#*/#/' -i CMakeLists.txt - sed -e '/ kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt + sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt mkdir -p build cd build