kio: fix build type

This commit is contained in:
Gerasim Troeglazov
2024-03-10 15:46:17 +10:00
parent 34df140422
commit 0a69047341

View File

@@ -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 \