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
|
Source: kf6-frameworkintegration
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~),
extra-cmake-modules (>= 6.13.0~),
libappstreamqt-dev (>= 1.0~),
libkf6colorscheme-dev (>= 6.13.0~),
libkf6config-dev (>= 6.13.0~),
libkf6i18n-dev (>= 6.13.0~),
libkf6iconthemes-dev (>= 6.13.0~),
libkf6newstuff-dev (>= 6.13.0~),
libkf6notifications-dev (>= 6.13.0~),
libkf6package-dev (>= 6.13.0~),
libkf6widgetsaddons-dev (>= 6.13.0~),
libpackagekitqt6-dev,
libxkbcommon-dev,
pkgconf,
qt6-base-dev (>= 6.6.0~),
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/frameworkintegration
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-frameworkintegration
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-frameworkintegration.git
Rules-Requires-Root: no
Package: frameworkintegration6
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: integration of Qt application with KDE workspaces
Framework Integration is a set of plugins responsible for better integration
of Qt applications when running on a KDE Plasma workspace.
.
Applications do not need to link to this directly.
Package: libkf6style-dev
Section: libdevel
Architecture: any
Depends: libappstreamqt-dev (>= 1.0~),
libkf6colorscheme-dev (>= 6.13.0~),
libkf6config-dev (>= 6.13.0~),
libkf6i18n-dev (>= 6.13.0~),
libkf6iconthemes-dev (>= 6.13.0~),
libkf6newstuff-dev (>= 6.13.0~),
libkf6notifications-dev (>= 6.13.0~),
libkf6style6 (= ${binary:Version}),
libkf6widgetsaddons-dev (>= 6.13.0~),
libpackagekitqt6-dev,
qt6-base-dev (>= 6.6.0~),
${misc:Depends},
Description: integration of Qt application with KDE workspaces - KF6Style development files
Framework Integration is a set of plugins responsible for better integration
of Qt applications when running on a KDE Plasma workspace.
.
The library KF6Style provides integration with KDE Plasma Workspace settings
for Qt styles.
.
Derive your Qt style from KStyle to automatically inherit various settings
from the KDE Plasma Workspace, providing a consistent user experience. For
example, this will ensure a consistent single-click or double-click activation
setting, and the use of standard themed icons.
.
This package provides the development files.
Package: libkf6style6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: integration of Qt application with KDE workspaces - KF6Style shared library
Framework Integration is a set of plugins responsible for better integration
of Qt applications when running on a KDE Plasma workspace.
.
The library KF6Style provides integration with KDE Plasma Workspace settings
for Qt styles.
.
Derive your Qt style from KStyle to automatically inherit various settings
from the KDE Plasma Workspace, providing a consistent user experience. For
example, this will ensure a consistent single-click or double-click activation
setting, and the use of standard themed icons.
.
This package contains the KF6Style shared library.
|