diff --git a/kde-frameworks/kconfig/kconfig-5.115.0.recipe b/kde-frameworks/kconfig/kconfig-5.115.0.recipe index e9b64700d..94a199556 100644 --- a/kde-frameworks/kconfig/kconfig-5.115.0.recipe +++ b/kde-frameworks/kconfig/kconfig-5.115.0.recipe @@ -17,7 +17,7 @@ propagate their changes to their respective configuration files." HOMEPAGE="https://invent.kde.org/frameworks/kconfig/" COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kconfig-${portVersion}.tar.xz" CHECKSUM_SHA256="bd692b2adf56c54a0fb1e2d402becdc326a8df8ceb89bef9f48361e1b1788612" @@ -74,7 +74,8 @@ BUILD() cmake .. $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ - -DECM_DIR=/system/data/cmake/Modules/ECM/cmake + -DECM_DIR=/system/data/cmake/Modules/ECM/cmake \ + -DBUILD_TESTING=OFF # build fail some tests for x86 arch make $jobArgs }