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: kproperty
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Pino Toscano <pino@debian.org>
Build-Depends: cmake (>= 3.0),
debhelper-compat (= 13),
extra-cmake-modules (>= 1.8.0),
libkf5config-dev (>= 5.16.0),
libkf5coreaddons-dev (>= 5.16.0),
libkf5guiaddons-dev (>= 5.16.0),
libkf5i18n-dev (>= 5.16.0),
libkf5widgetsaddons-dev (>= 5.16.0),
pkg-kde-tools (>= 0.15.16),
qttools5-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://community.kde.org/KProperty
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kproperty.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/kproperty
Package: libkpropertycore3-4
Architecture: any
Multi-Arch: same
Depends: libkproperty-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: property editing framework -- core library
KProperty is a property editing framework with editor widget similar
to what is known from Qt Designer.
.
This package contains the shared core library.
.
This package is part of the Calligra Suite.
Package: libkpropertywidgets3-4
Architecture: any
Multi-Arch: same
Depends: libkproperty-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: property editing framework -- widgets library
KProperty is a property editing framework with editor widget similar
to what is known from Qt Designer.
.
This package contains the shared widgets library.
.
This package is part of the Calligra Suite.
Package: libkproperty-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: data files for KProperty
KProperty is a property editing framework with editor widget similar
to what is known from Qt Designer.
.
This package contains the architecture independent data files for the
KProperty libraries.
.
This package is part of the Calligra Suite.
Package: libkproperty3-dev
Architecture: any
Section: libdevel
Depends: libkpropertycore3-4 (= ${binary:Version}),
libkpropertywidgets3-4 (= ${binary:Version}),
qtbase5-dev,
libkf5widgetsaddons-dev,
${misc:Depends},
Description: development files for KProperty
KProperty is a property editing framework with editor widget similar
to what is known from Qt Designer.
.
This package contains the development files for the KProperty libraries.
.
This package is part of the Calligra Suite.
|