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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Source: kdecoration
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Patrick Franz <deltaone@debian.org>,
Scarlett Moore <sgmoore@kde.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.10.0~),
gettext,
libkf6i18n-dev (>= 6.10.0~),
libxkbcommon-dev,
qt6-base-dev (>= 6.7.0~),
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/plasma/kdecoration
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kdecoration
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kdecoration.git
Rules-Requires-Root: no
Package: libkdecorations3-6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Breaks: kwin-common (<< 4:5.26.70),
kwin-decoration-oxygen (<< 4:5.26.70),
kwin-style-breeze (<< 4:5.26.70),
kwin-wayland (<< 4:5.26.70),
kwin-wayland-backend-drm (<< 4:5.26.70),
kwin-wayland-backend-fbdev (<< 4:5.26.70),
kwin-wayland-backend-virtual (<< 4:5.26.70),
kwin-wayland-backend-wayland (<< 4:5.26.70),
kwin-wayland-backend-x11 (<< 4:5.26.70),
kwin-x11 (<< 4:5.26.70),
libkdecorations2-5v5,
libkdecorations2-6,
Replaces: libkdecorations2-5v5, libkdecorations2-6,
Description: library to create window decorations
KDecoration2 is a library to create window decorations. These window
decorations can be used by for example an X11 based window manager
which re-parents a Client window to a window decoration frame.
Package: libkdecorations3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkdecorations3-6 (= ${binary:Version}),
libkdecorations3private2 (= ${binary:Version}),
qt6-base-dev (>= 6.7.0~),
${misc:Depends},
Description: library to create window decorations - development files
KDecoration2 is a library to create window decorations. These window
decorations can be used by for example an X11 based window manager
which re-parents a Client window to a window decoration frame.
.
This package contains the development files.
Package: libkdecorations3private2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Breaks: kwin-common (<< 4:5.26.70),
kwin-wayland (<< 4:5.26.70),
kwin-wayland-backend-drm (<< 4:5.26.70),
kwin-wayland-backend-fbdev (<< 4:5.26.70),
kwin-wayland-backend-virtual (<< 4:5.26.70),
kwin-wayland-backend-wayland (<< 4:5.26.70),
kwin-wayland-backend-x11 (<< 4:5.26.70),
kwin-x11 (<< 4:5.26.70),
Description: library to create window decorations - private library
KDecoration2 is a library to create window decorations. These window
decorations can be used by for example an X11 based window manager
which re-parents a Client window to a window decoration frame.
.
This package contains the private library parts that are not considered stable.
|