diff --git a/kde-apps/kio-extras/kio_extras-22.04.0.recipe b/kde-apps/kio-extras/kio_extras-23.08.5.recipe similarity index 91% rename from kde-apps/kio-extras/kio_extras-22.04.0.recipe rename to kde-apps/kio-extras/kio_extras-23.08.5.recipe index 1bdaac252..6fddf80d2 100644 --- a/kde-apps/kio-extras/kio_extras-22.04.0.recipe +++ b/kde-apps/kio-extras/kio_extras-23.08.5.recipe @@ -9,13 +9,13 @@ This package also supports the following protocols: * mtp * sftp * smb" -HOMEPAGE="https://github.com/KDE/kio-extras/" -COPYRIGHT="2010-2022 KDE Organisation" +HOMEPAGE="https://invent.kde.org/network/kio-extras/" +COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="2" -SOURCE_URI="https://github.com/KDE/kio-extras/archive/v$portVersion.tar.gz" +REVISION="1" +SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/kio-extras-$portVersion.tar.xz" SOURCE_DIR="kio-extras-$portVersion" -CHECKSUM_SHA256="7efc886124d52f4b93b610743317f022f27af68b5064a5015f878d86cb7f823b" +CHECKSUM_SHA256="1ae0ec1cc7239fd4fa46d8cb2629ceb364d4a70e7e56075d2ebfef68eb1b263f" PATCHES="kio_extras-$portVersion.patchset" ARCHITECTURES="all !x86_gcc2" @@ -73,7 +73,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - extra_cmake_modules$secondaryArchSuffix + extra_cmake_modules$secondaryArchSuffix >= 5.115 devel:libkdsoap$secondaryArchSuffix devel:libKDSoapWSDiscoveryClient$secondaryArchSuffix devel:libKF5Activities$secondaryArchSuffix @@ -115,7 +115,7 @@ BUILD_REQUIRES=" " BUILD_PREREQUIRES=" cmd:cmake - cmd:g++$secondaryArchSuffix + cmd:gcc$secondaryArchSuffix cmd:gperf cmd:lrelease$secondaryArchSuffix >= 5 cmd:make @@ -132,6 +132,7 @@ BUILD() { # disable docs generation sed -e '/add_subdirectory( doc )/ s/^#*/#/' -i CMakeLists.txt + sed -e '/kdoctools_install(po)/ s/^#*/#/' -i CMakeLists.txt mkdir -p build cd build @@ -140,7 +141,7 @@ BUILD() -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ - -DCMAKE_CXX_FLAGS="-fstack-protector" + -DCMAKE_CXX_FLAGS="-fno-stack-protector" make $jobArgs } diff --git a/kde-apps/kio-extras/patches/kio_extras-22.04.0.patchset b/kde-apps/kio-extras/patches/kio_extras-23.08.5.patchset similarity index 100% rename from kde-apps/kio-extras/patches/kio_extras-22.04.0.patchset rename to kde-apps/kio-extras/patches/kio_extras-23.08.5.patchset