kio, disable kcmutils (no mention found in the source, breaks kcmutils) (#10701)

This commit is contained in:
Schrijvers Luc
2024-07-15 20:11:32 +02:00
committed by GitHub
parent fe7f494a52
commit d9cb26b4d8

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="5"
REVISION="6"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kio-${portVersion}.tar.xz"
CHECKSUM_SHA256="0f53387b5a883fcef3db10b7c1062485a314d42d9584d9119056e571568ff90b"
PATCHES="kio-$portVersion.patchset"
@@ -56,7 +56,7 @@ REQUIRES="
lib:libKF5IconThemes$secondaryArchSuffix
lib:libKF5ItemViews$secondaryArchSuffix
lib:libKF5JobWidgets$secondaryArchSuffix
lib:libKF5KCMUtils$secondaryArchSuffix
# lib:libKF5KCMUtils$secondaryArchSuffix
lib:libKF5Service$secondaryArchSuffix
lib:libKF5Solid$secondaryArchSuffix
lib:libKF5SonnetUi$secondaryArchSuffix
@@ -105,7 +105,7 @@ BUILD_REQUIRES="
devel:libKF5IconThemes$secondaryArchSuffix == $portVersion
devel:libKF5ItemViews$secondaryArchSuffix == $portVersion
devel:libKF5JobWidgets$secondaryArchSuffix == $portVersion
devel:libKF5KCMUtils$secondaryArchSuffix == $portVersion
# devel:libKF5KCMUtils$secondaryArchSuffix == $portVersion
devel:libKF5Notifications$secondaryArchSuffix == $portVersion
devel:libKF5Service$secondaryArchSuffix == $portVersion
devel:libKF5Solid$secondaryArchSuffix == $portVersion