File: control

package info (click to toggle)
kwin-zones 1.0.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: cpp: 678; xml: 400; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,472 bytes parent folder | download
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
Source: kwin-zones
Section: kde
Maintainer: Debian KDE Extras Team <pkg-kde-extras@alioth-lists.debian.net>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-kf6,
               cmake (>= 3.16~),
               extra-cmake-modules (>= 6.18.0~),
               kwin-dev,
               libdrm-dev,
               pkgconf,
               plasma-workspace-dev,
               qt6-base-dev (>= 6.9.0~),
               qt6-base-private-dev,
               qt6-declarative-dev,
               qt6-wayland-dev,
               qt6-wayland-private-dev,
               wayland-protocols
Standards-Version: 4.7.3
Homepage: https://invent.kde.org/automotive/kwin-zones
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kwin-zones
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kwin-zones.git

Package: kwin-zones
Architecture: any
Depends: kwin-wayland,
         ${misc:Depends},
         ${qml6:Depends},
         ${shlibs:Depends}
Description: Client window positioning support for KWin on Wayland
 KWin Zones is a plugin for KWin that implements the xx-zones experimental
 Wayland protocol, allowing applications to give the window manager hints
 on where their windows should be placed.
 .
 This is particularly useful for larger multi-window scientific, CAD or DAW
 applications. To make use of this protocol, the applications or their
 toolkits need to implement xx-zones from wayland-protocols as well.