From: Ben Cooksley Date: Sat, 25 May 2024 20:22:56 +0000 (+1200) Subject: Baloo Widgets and kio-extras are both part of KDE Gear - which is also what Dolphin... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/dba9b3435d63b7febd12a153d83a422566d4ecfa Baloo Widgets and kio-extras are both part of KDE Gear - which is also what Dolphin is part of. Accordingly, they should be using @same for their dependencies --- diff --git a/.kde-ci.yml b/.kde-ci.yml index 3c0b4deaf..ba2291b52 100644 --- a/.kde-ci.yml +++ b/.kde-ci.yml @@ -31,13 +31,13 @@ Dependencies: - 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] 'require': 'frameworks/baloo': '@latest-kf6' - 'libraries/baloo-widgets': '@latest-kf6' + 'libraries/baloo-widgets': '@same' 'plasma/plasma-activities': '@latest-kf6' 'third-party/packagekit-qt': '@latest' - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] 'require': - 'network/kio-extras': '@latest-kf6' + 'network/kio-extras': '@same' RuntimeDependencies: - 'on': ['Linux']