dolphin/.kde-ci.yml
Nicolas Fella 2cd3d58eec Port away from KMoreTools
The idea behind KMoreTools was to point the user at external tools for a given job.

It provides a rather complex framework for that, including suggesting not-yet-installed tools.

The UX behind that isn't great though, which somewhat deep menu hierarchies and a somewhat arbitrary list of tools.

Most KDE apps have moved away from it, with only Dolphin remaining.

Instead provide direct integration with relevant KDE tools (Filelight, KDiskFree, KFind)
2023-11-08 13:36:51 +00:00

41 lines
1.4 KiB
YAML

# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6', 'Windows/Qt6', 'macOS/Qt6']
'require':
'frameworks/extra-cmake-modules': '@latest-kf6'
'frameworks/kcoreaddons': '@latest-kf6'
'frameworks/kcmutils': '@latest-kf6'
'frameworks/knewstuff': '@latest-kf6'
'frameworks/ki18n': '@latest-kf6'
'frameworks/kdbusaddons': '@latest-kf6'
'frameworks/kbookmarks': '@latest-kf6'
'frameworks/kconfig': '@latest-kf6'
'frameworks/kio': '@latest-kf6'
'frameworks/kparts': '@latest-kf6'
'frameworks/solid': '@latest-kf6'
'frameworks/kiconthemes': '@latest-kf6'
'frameworks/kcompletion': '@latest-kf6'
'frameworks/ktextwidgets': '@latest-kf6'
'frameworks/knotifications': '@latest-kf6'
'frameworks/kcrash': '@latest-kf6'
'frameworks/kwindowsystem': '@latest-kf6'
'frameworks/kdoctools': '@latest-kf6'
'frameworks/kwindowsystem': '@latest-kf6'
'frameworks/kfilemetadata': '@latest-kf6'
'frameworks/kcodecs': '@latest-kf6'
'frameworks/kuserfeedback': '@latest-kf6'
'plasma/kactivities': '@latest-kf6'
'libraries/phonon': '@latest-kf6'
- 'on': ['Linux/Qt6', 'FreeBSD/Qt6']
'require':
'frameworks/baloo': '@latest-kf6'
'libraries/baloo-widgets': '@latest-kf6'
'third-party/packagekit-qt': '@latest'
- 'on': ['Linux/Qt6', 'Windows/Qt6', 'macOS/Qt6']
'require':
'network/kio-extras': '@latest-kf6'