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
This commit is contained in:
Ben Cooksley 2024-05-26 08:22:56 +12:00
parent 047769a5fa
commit dba9b3435d

View file

@ -31,13 +31,13 @@ Dependencies:
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6'] - 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
'require': 'require':
'frameworks/baloo': '@latest-kf6' 'frameworks/baloo': '@latest-kf6'
'libraries/baloo-widgets': '@latest-kf6' 'libraries/baloo-widgets': '@same'
'plasma/plasma-activities': '@latest-kf6' 'plasma/plasma-activities': '@latest-kf6'
'third-party/packagekit-qt': '@latest' 'third-party/packagekit-qt': '@latest'
- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6'] - 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']
'require': 'require':
'network/kio-extras': '@latest-kf6' 'network/kio-extras': '@same'
RuntimeDependencies: RuntimeDependencies:
- 'on': ['Linux'] - 'on': ['Linux']