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 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
Source: libkscreen
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>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.16~),
doxygen,
extra-cmake-modules (>= 6.18.0~),
libx11-dev,
libx11-xcb-dev,
libxcb-dpms0-dev,
libxcb-randr0-dev,
libxcb1-dev,
libxkbcommon-dev,
libxrandr-dev,
pkgconf,
plasma-wayland-protocols (>= 1.19~) [linux-any],
qt6-base-dev (>= 6.9.0~),
qt6-base-private-dev (>= 6.6.0+dfsg~),
qt6-tools-dev (>= 6.6.0~),
qt6-wayland-dev (>= 6.9.0~) [linux-any],
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/plasma/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: libkscreen-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: libkf5screen-bin,
libkf6screen-bin,
Replaces: libkf5screen-bin,
libkf6screen-bin,
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 D-Bus service.
Package: libkscreen-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libkf6screen-data,
Replaces: libkf6screen-data,
Description: library for screen management - data 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 data files.
Package: libkscreen-dev
Section: libdevel
Architecture: any
Depends: libkf6screen8 (= ${binary:Version}),
libkf6screendpms8 (= ${binary:Version}),
qt6-base-dev (>= 6.9.0~),
${misc:Depends},
Recommends: libkscreen-doc (= ${source:Version}),
Breaks: libkf6screen-dev,
Replaces: libkf6screen-dev,
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: libkscreen-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Breaks: libkf6screen-doc,
Replaces: libkf6screen-doc,
Description: library for screen management - documentation
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 QCH documentation files.
Package: libkf6screen8
Architecture: any
Multi-Arch: same
Depends: libkscreen-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends: pnp.ids,
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
Package: libkf6screendpms8
Architecture: any
Multi-Arch: same
Depends: libkscreen-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: library for screen management - dpms support 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 dpms support shared library
|