mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
kcmutils: add missing PROVIDES for libKF5KCMUtilsCore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user