diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.115.0.recipe b/kde-frameworks/kiconthemes/kiconthemes-5.115.0.recipe index aeb8d28fa..758b80918 100644 --- a/kde-frameworks/kiconthemes/kiconthemes-5.115.0.recipe +++ b/kde-frameworks/kiconthemes/kiconthemes-5.115.0.recipe @@ -13,7 +13,7 @@ configuration dialogs, and should not be used by applications." HOMEPAGE="https://invent.kde.org/frameworks/kiconthemes/" COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kiconthemes-${portVersion}.tar.xz" CHECKSUM_SHA256="6925134bf76bb8bf6b3dabada008ded8f60fa196aa7a00c0c720c29008719d2f" @@ -91,7 +91,8 @@ BUILD() cmake .. $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs \ + -DKDE_INSTALL_QTPLUGINDIR=$addOnsDir/Qt5 \ + -DECM_MKSPECS_INSTALL_DIR=$dataDir/Qt5/mkspecs/modules \ -DECM_DIR=/system/data/cmake/Modules/ECM/cmake make $jobArgs