From 7dd0635b1df4f00ee1ff1f4f12a930e0aa0ffc4a Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 6 Mar 2024 20:20:43 +1000 Subject: [PATCH] kcmutils: add missing PROVIDES for libKF5KCMUtilsCore --- kde-frameworks/kcmutils/kcmutils-5.115.0.recipe | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe b/kde-frameworks/kcmutils/kcmutils-5.115.0.recipe index 7039e9ff5..a23af206b 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="1" +REVISION="2" SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kcmutils-${portVersion}.tar.xz" CHECKSUM_SHA256="039352afcc31b5414d961b3fc94f0eae54c6b83d9d7b768beca9018198175d1e" @@ -14,6 +14,7 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" kcmutils$secondaryArchSuffix = $portVersion lib:libKF5KCMUtils$secondaryArchSuffix = $portVersion compat >= 5 + lib:libKF5KCMUtilsCore$secondaryArchSuffix = $portVersion compat >= 5 " REQUIRES=" haiku$secondaryArchSuffix @@ -46,6 +47,7 @@ REQUIRES=" PROVIDES_devel=" kcmutils${secondaryArchSuffix}_devel = $portVersion devel:libKF5KCMUtils$secondaryArchSuffix = $portVersion compat >= 5 + devel:libKF5KCMUtilsCore$secondaryArchSuffix = $portVersion compat >= 5 " REQUIRES_devel=" kcmutils$secondaryArchSuffix == $portVersion base