kiconthemes, revbump, move plugins to the right place (#10417)

This commit is contained in:
Schrijvers Luc
2024-05-04 11:08:29 +02:00
committed by GitHub
parent 15af72128d
commit f03ed21bf6

View File

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