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
|
Source: kde-dev-utils
Section: kde
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Sune Vuorela <sune@debian.org>,
Build-Depends: cmake (>= 3.0~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.53.0~),
gettext,
libkf5coreaddons-dev (>= 5.53.0~),
libkf5i18n-dev (>= 5.53.0~),
libkf5kio-dev (>= 5.53.0~),
libkf5parts-dev (>= 5.53.0~),
libkf5widgetsaddons-dev (>= 5.53.0~),
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.9.0~),
qttools5-dev (>= 5.9.0~),
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://invent.kde.org/sdk/kde-dev-utils
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kde-dev-utils
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kde-dev-utils.git
Package: kpartloader
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: test tool for KParts
KPartloader is a very simple application to test loading of a KPart.
KPartloader is called with a simple argument to tell which KPart to load.
.
KParts is a KDE core technology to embed components of one application into
other applications. This application is used for testing such components
during development.
.
This package is part of the KDE Software Development Kit module.
Package: kuiviewer
Architecture: any
Section: devel
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: qttools5-dev-tools
Description: viewer for Qt Designer user interface files
KUIViewer is a utility to display and check user interface (.ui) files
created in Qt Designer. The interfaces can be shown in a variety of
different widget styles to ensure that they display correctly in any
environment.
.
The Qt Designer itself is in the package qttools5-dev-tools.
.
This package is part of the KDE Software Development Kit module.
|