2 | 2 |
Priority: optional
|
3 | 3 |
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
|
4 | 4 |
Uploaders: Maximiliano Curia <maxy@debian.org>,
|
5 | |
Norbert Preining <norbert@preining.info>,
|
|
5 |
Norbert Preining <norbert@preining.info>
|
6 | 6 |
Build-Depends: cmake (>= 3.5~),
|
7 | 7 |
debhelper-compat (= 13),
|
8 | 8 |
doxygen,
|
9 | |
extra-cmake-modules (>= 5.77.0~),
|
|
9 |
extra-cmake-modules (>= 5.78.0~),
|
10 | 10 |
graphviz,
|
11 | 11 |
libqt5sql5-sqlite:native,
|
12 | |
libqt5x11extras5-dev (>= 5.13.0~),
|
|
12 |
libqt5x11extras5-dev (>= 5.14.0~),
|
13 | 13 |
libx11-dev,
|
14 | 14 |
libxcb-icccm4-dev,
|
15 | 15 |
libxcb-keysyms1-dev,
|
|
20 | 20 |
libxrender-dev,
|
21 | 21 |
pkg-config,
|
22 | 22 |
pkg-kde-tools (>= 0.15.15ubuntu1~),
|
23 | |
qtbase5-dev (>= 5.13.0~),
|
|
23 |
qtbase5-dev (>= 5.14.0~),
|
24 | 24 |
qttools5-dev (>= 5.4),
|
25 | |
qttools5-dev-tools (>= 5.4),
|
|
25 |
qttools5-dev-tools (>= 5.4)
|
26 | 26 |
Standards-Version: 4.5.1
|
27 | 27 |
Homepage: https://invent.kde.org/frameworks/kwindowsystem
|
28 | 28 |
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kwindowsystem
|
|
45 | 45 |
Section: libdevel
|
46 | 46 |
Architecture: any
|
47 | 47 |
Depends: libkf5windowsystem5 (= ${binary:Version}),
|
48 | |
qtbase5-dev (>= 5.13.0~),
|
49 | |
${misc:Depends},
|
|
48 |
qtbase5-dev (>= 5.14.0~),
|
|
49 |
${misc:Depends}
|
50 | 50 |
Recommends: libkf5windowsystem-doc (= ${source:Version})
|
51 | 51 |
Description: development files for kwindowsystem
|
52 | 52 |
The class KWindowSystem provides information about the state of the
|
|
63 | 63 |
libkf5runner-dev (<< 5.54),
|
64 | 64 |
libkf5textwidgets-dev (<< 5.54),
|
65 | 65 |
libkf5wallet-dev (<< 5.54),
|
66 | |
libkf5xmlgui-dev (<< 5.54),
|
|
66 |
libkf5xmlgui-dev (<< 5.54)
|
67 | 67 |
|
68 | 68 |
Package: libkf5windowsystem-doc
|
69 | 69 |
Architecture: all
|
|
83 | 83 |
Multi-Arch: same
|
84 | 84 |
Depends: libkf5windowsystem-data (= ${source:Version}),
|
85 | 85 |
${misc:Depends},
|
86 | |
${shlibs:Depends},
|
|
86 |
${shlibs:Depends}
|
87 | 87 |
Recommends: kwayland-integration, qtwayland5
|
88 | 88 |
Description: Convenience access to certain properties and features of the window manager
|
89 | 89 |
The class KWindowSystem provides information about the state of the
|
|
109 | 109 |
libkf5xmlgui5 (<< 5.54),
|
110 | 110 |
plasma-framework (<< 5.54),
|
111 | 111 |
qml-module-org-kde-kquickcontrols (<< 5.54),
|
112 | |
qml-module-org-kde-kwindowsystem (<< 5.54),
|
|
112 |
qml-module-org-kde-kwindowsystem (<< 5.54)
|