From 0a690473415e585e12f3bc64f22a6532b6ca8418 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Sun, 10 Mar 2024 15:46:17 +1000 Subject: [PATCH] kio: fix build type --- kde-frameworks/kio/kio-5.115.0.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \