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
|
Source: libkscreen
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 3.0~),
debhelper (>= 11~),
extra-cmake-modules (>= 5.50.0~),
libkf5wayland-dev (>= 4:5.50.0~) [linux-any],
libqt5x11extras5-dev (>= 5.11.0~),
libx11-dev,
libx11-xcb-dev,
libxcb-randr0-dev,
libxcb1-dev,
libxrandr-dev,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.11.0~),
Standards-Version: 4.1.3
Homepage: https://projects.kde.org/projects/kde/workspace/libkscreen
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/libkscreen
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/libkscreen.git
Package: libkf5screen-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: kscreen (<< 4:5.14),
libkf5screen5,
libkf5screen6,
libpowerdevilcore2 (<< 4:5.14),
plasma-workspace (<< 4:5.7),
powerdevil (<< 4:5.12),
Replaces: libkf5screen5, libkf5screen6
Description: library for screen management - helpers
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the library helpers and the corresponding dbus service.
Package: libkf5screen-dev
Section: libdevel
Architecture: any
Depends: libkf5screen7 (= ${binary:Version}),
qtbase5-dev (>= 5.11.0~),
${misc:Depends},
Description: library for screen management - development files
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the files necessary for development.
Package: libkf5screen7
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for screen management - shared library
The KDE multiple monitor support is trying be as smart as possible
adapting the behavior of it to each use case making the configuration
of monitors as simple as plugging them to your computer.
.
This package contains the shared library
Breaks: kscreen (<< 4:5.14),
libpowerdevilcore2 (<< 4:5.14),
plasma-workspace (<< 4:5.7),
powerdevil (<< 4:5.12),
|