kio6, add kcrash to devel package requirement (#12684)

This commit is contained in:
Schrijvers Luc
2025-08-05 19:05:32 +02:00
committed by GitHub
parent 3ae9587e5b
commit 8e6e5edc49

View File

@@ -13,7 +13,7 @@ other KIO enabled infrastructure."
HOMEPAGE="https://invent.kde.org/frameworks/kio"
COPYRIGHT="2010-2025 KDE Organisation"
LICENSE="GNU LGPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://download.kde.org/stable/frameworks/${portVersion%.*}/kio-${portVersion}.tar.xz"
CHECKSUM_SHA256="675ebf8a0c72bfdfd434ef73530cb7ae92127aeff0968896d67cc5aa22333e8c"
SOURCE_DIR="kio-$portVersion"
@@ -70,6 +70,7 @@ REQUIRES_devel="
devel:libKF6Completion$secondaryArchSuffix == $libVersion
devel:libKF6ConfigCore$secondaryArchSuffix == $libVersion
devel:libKF6CoreAddons$secondaryArchSuffix == $libVersion
devel:libKF6Crash$secondaryArchSuffix == $libVersion
devel:libKF6ItemViews$secondaryArchSuffix == $libVersion
devel:libKF6JobWidgets$secondaryArchSuffix == $libVersion
devel:libKF6Service$secondaryArchSuffix == $libVersion