blob: 9a6357b631efd974cf69d9551fb43dc0c9c965ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# SPDX-FileCopyrightText: None
# SPDX-License-Identifier: CC0-1.0
Dependencies:
- 'on': ['@all']
'require':
'frameworks/extra-cmake-modules': '@stable'
'frameworks/kcoreaddons': '@stable'
'frameworks/kcmutils': '@stable'
'frameworks/knewstuff': '@stable'
'frameworks/ki18n': '@stable'
'frameworks/kdbusaddons': '@stable'
'frameworks/kbookmarks': '@stable'
'frameworks/kconfig': '@stable'
'frameworks/kio': '@stable'
'frameworks/kparts': '@stable'
'frameworks/solid': '@stable'
'frameworks/kiconthemes': '@stable'
'frameworks/kcompletion': '@stable'
'frameworks/ktextwidgets': '@stable'
'frameworks/knotifications': '@stable'
'frameworks/kcrash': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kactivities': '@stable'
'frameworks/kdoctools': '@stable'
'frameworks/kwindowsystem': '@stable'
'frameworks/kfilemetadata': '@stable'
'frameworks/kcodecs': '@stable'
'libraries/kuserfeedback': '@stable'
'libraries/phonon': '@stable'
- 'on': ['Linux', 'FreeBSD']
'require':
'frameworks/baloo': '@stable'
'libraries/baloo-widgets': '@same'
|