diff --git a/kde-frameworks/kio/kio-5.115.0.recipe b/kde-frameworks/kio/kio-5.115.0.recipe index f5b751348..bd7b8b3d7 100644 --- a/kde-frameworks/kio/kio-5.115.0.recipe +++ b/kde-frameworks/kio/kio-5.115.0.recipe @@ -13,7 +13,7 @@ file dialog or any other KIO enabled infrastructure." HOMEPAGE="https://invent.kde.org/frameworks/kio/" COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="2" +REVISION="3" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kio-${portVersion}.tar.xz" CHECKSUM_SHA256="0f53387b5a883fcef3db10b7c1062485a314d42d9584d9119056e571568ff90b" PATCHES="kio-$portVersion.patchset" @@ -150,7 +150,7 @@ BUILD() cd build cmake .. $cmakeDirArgs \ - -DCMAKE_BUILD_TYPE=Debug \ + -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_PLUGINDIR=$addOnsDir/Qt5 \ -DKAUTH_HELPER_INSTALL_DIR:PATH=$addOnsDir/Qt5/kauth/helper \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \