X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/cd2e64154fd5446a7e19aff4cb147efe2f2ba31e..94a6038d0112ced1161b200ad4c2d608700c6a3a:/.kde-ci.yml diff --git a/.kde-ci.yml b/.kde-ci.yml index 68e460d4c..6641ff03f 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -21,18 +21,24 @@ Dependencies: 'frameworks/knotifications': '@latest-kf6' 'frameworks/kcrash': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' - 'frameworks/kactivities': '@latest-kf6' 'frameworks/kdoctools': '@latest-kf6' 'frameworks/kwindowsystem': '@latest-kf6' 'frameworks/kfilemetadata': '@latest-kf6' 'frameworks/kcodecs': '@latest-kf6' - 'libraries/kuserfeedback': '@latest-kf6' + 'frameworks/kuserfeedback': '@latest-kf6' 'libraries/phonon': '@latest-kf6' - 'libraries/kmoretools': '@latest-kf6' - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' - 'libraries/baloo-widgets': '@latest-kf6' + 'libraries/baloo-widgets': '@same' 'third-party/packagekit-qt': '@latest' +- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] + 'require': + 'network/kio-extras': '@same' + +RuntimeDependencies: +- 'on': ['Linux'] + 'require': + 'sdk/selenium-webdriver-at-spi': '@latest-kf6'