2021-09-26 11:48:54 +00:00
|
|
|
# SPDX-FileCopyrightText: None
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
|
|
|
|
Dependencies:
|
|
|
|
- 'on': ['@all']
|
|
|
|
'require':
|
2023-02-24 18:22:37 +00:00
|
|
|
'frameworks/breeze-icons': '@latest-kf6'
|
|
|
|
'frameworks/extra-cmake-modules': '@latest-kf6'
|
|
|
|
'frameworks/kcmutils': '@latest-kf6'
|
|
|
|
'frameworks/kconfig': '@latest-kf6'
|
|
|
|
'frameworks/kconfigwidgets': '@latest-kf6'
|
|
|
|
'frameworks/kcoreaddons': '@latest-kf6'
|
|
|
|
'frameworks/kcrash': '@latest-kf6'
|
|
|
|
'frameworks/kdeclarative': '@latest-kf6'
|
|
|
|
'frameworks/kdoctools': '@latest-kf6'
|
|
|
|
'frameworks/kglobalaccel': '@latest-kf6'
|
|
|
|
'frameworks/ki18n': '@latest-kf6'
|
|
|
|
'frameworks/kidletime': '@latest-kf6'
|
|
|
|
'frameworks/knewstuff': '@latest-kf6'
|
|
|
|
'frameworks/knotifications': '@latest-kf6'
|
|
|
|
'frameworks/kpackage': '@latest-kf6'
|
|
|
|
'frameworks/kservice': '@latest-kf6'
|
2023-08-22 08:26:54 +00:00
|
|
|
'frameworks/ksvg': '@latest-kf6'
|
2023-02-24 18:22:37 +00:00
|
|
|
'frameworks/kwidgetsaddons': '@latest-kf6'
|
|
|
|
'frameworks/kwindowsystem': '@latest-kf6'
|
|
|
|
'frameworks/kxmlgui': '@latest-kf6'
|
|
|
|
'libraries/libqaccessibilityclient': '@latest-kf6'
|
|
|
|
'libraries/plasma-wayland-protocols': '@latest-kf6'
|
2021-11-29 09:11:07 +00:00
|
|
|
'plasma/breeze': '@same'
|
2023-11-25 14:29:07 +00:00
|
|
|
'plasma/plasma-activities': '@same'
|
2021-09-26 11:48:54 +00:00
|
|
|
'plasma/kdecoration': '@same'
|
2023-04-14 22:05:36 +00:00
|
|
|
'plasma/kglobalacceld': '@same'
|
2023-02-21 02:37:30 +00:00
|
|
|
'plasma/kpipewire': '@same'
|
2021-09-26 11:48:54 +00:00
|
|
|
'plasma/kscreenlocker': '@same'
|
2023-11-08 08:41:34 +00:00
|
|
|
'plasma/kwayland': '@same'
|
2023-05-05 08:16:23 +00:00
|
|
|
'third-party/wayland': '@latest'
|
|
|
|
'third-party/wayland-protocols': '@latest'
|
2022-04-22 21:15:04 +00:00
|
|
|
|
2023-08-22 08:26:54 +00:00
|
|
|
RuntimeDependencies:
|
|
|
|
- 'on': ['@all']
|
|
|
|
'require':
|
|
|
|
'frameworks/kirigami': '@latest-kf6'
|
2023-11-25 14:29:07 +00:00
|
|
|
'plasma/libplasma': '@same'
|
2023-12-21 10:20:12 +00:00
|
|
|
'plasma/plasma-workspace': '@same' # kscreenlocker needs it
|
2023-08-22 08:26:54 +00:00
|
|
|
|
2022-04-22 21:15:04 +00:00
|
|
|
Options:
|
2023-04-26 12:50:47 +00:00
|
|
|
ctest-arguments: '--repeat until-pass:5'
|
2022-04-22 21:15:04 +00:00
|
|
|
use-ccache: True
|
2022-11-03 08:34:04 +00:00
|
|
|
require-passing-tests-on: ['FreeBSD', 'Linux']
|