From 67da5d898b47a33302e7228bbb08110e0fd52792 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 15 Jul 2024 11:50:08 +0200 Subject: [PATCH] kcmutils, revbump, move qml directory to $dataDir/Qt5 (#10697) --- kde-frameworks/kcmutils/kcmutils-5.115.0.recipe | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe b/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe index d20ed6c31..576c6ea9e 100644 --- a/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe +++ b/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe @@ -4,7 +4,7 @@ KCModules can be created with the KConfigWidgets framework." HOMEPAGE="hhttps://invent.kde.org/frameworks/kcmutils/" COPYRIGHT="2010-2024 KDE Organisation" LICENSE="GNU LGPL v2" -REVISION="3" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kcmutils-${portVersion}.tar.xz" CHECKSUM_SHA256="039352afcc31b5414d961b3fc94f0eae54c6b83d9d7b768beca9018198175d1e" @@ -80,11 +80,6 @@ BUILD_PREREQUIRES=" cmd:python3.10 " -PATCH() -{ - sed -e '/platforms:/ a \ \ \ \ - name: Haiku' -i $sourceDir/metainfo.yaml -} - BUILD() { mkdir -p build @@ -92,8 +87,10 @@ BUILD() cmake .. $cmakeDirArgs \ -DCMAKE_BUILD_TYPE=Release \ + -DKDE_INSTALL_QMLDIR=$dataDir/Qt5/qml \ -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 make $jobArgs }