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: 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-kf5,
dh-sequence-pkgkde-symbolshelper,
cmake (>= 3.16~),
extra-cmake-modules (>= 5.116.0~),
libappstreamqt5-dev (>= 1.0.0~),
libkf5config-dev (>= 5.116.0~),
libkf5configwidgets-dev (>= 5.116.0~),
libkf5i18n-dev (>= 5.116.0~),
libkf5iconthemes-dev (>= 5.116.0~),
libkf5newstuff-dev (>= 5.116.0~),
libkf5notifications-dev (>= 5.116.0~),
libkf5package-dev (>= 5.116.0~),
libkf5widgetsaddons-dev (>= 5.116.0~),
libpackagekitqt5-dev,
pkgconf,
qtbase5-dev (>= 5.15.2~),
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/frameworks/frameworkintegration
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/frameworkintegration
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/frameworkintegration.git
Rules-Requires-Root: no
Package: frameworkintegration
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: KF5 cross-framework integration plugins
Framework Integration is a set of plugins responsible
for better integration of Qt applications when running
on a KDE Plasma workspace.
Package: libkf5style-dev
Section: libdevel
Architecture: any
Depends: libkf5configwidgets-dev (>= 5.116.0~),
libkf5iconthemes-dev (>= 5.116.0~),
libkf5style5 (= ${binary:Version}),
${misc:Depends},
Description: KF5 cross-framework integration plugins - KStyle
Framework Integration is a set of plugins responsible
for better integration of Qt applications when running
on a KDE Plasma workspace.
.
libkf5style5 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: libkf5style5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: KF5 cross-framework integration plugins - KStyle
Framework Integration is a set of plugins responsible
for better integration of Qt applications when running
on a KDE Plasma workspace.
.
libkf5style5 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.
|