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
|
Source: libkf5libkdepim
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>, Sandro Knauß <hefee@debian.org>
Build-Depends: cmake (>= 3.5~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.71.0~),
gettext,
libkf5codecs-dev (>= 5.71.0~),
libkf5completion-dev (>= 5.71.0~),
libkf5config-dev (>= 5.71.0~),
libkf5configwidgets-dev (>= 5.71.0~),
libkf5contacts-dev (>= 5:5.68.0~),
libkf5coreaddons-dev (>= 5.71.0~),
libkf5i18n-dev (>= 5.71.0~),
libkf5itemviews-dev (>= 5.71.0~),
libkf5jobwidgets-dev (>= 5.71.0~),
libkf5kcmutils-dev (>= 5.71.0~),
libkf5kio-dev (>= 5.71.0~),
libkf5wallet-dev (>= 5.68.0~),
libkf5widgetsaddons-dev (>= 5.71.0~),
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.13.0~),
qttools5-dev,
xauth,
xvfb,
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/pim/libkdepim
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/libkdepim
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/libkdepim.git
Rules-Requires-Root: no
Package: libkf5libkdepim-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: KDE PIM library - data files
This is the internal runtime package for applications from the KDE PIM module.
It contains data files used by the library.
.
This package is part of the KDE PIM module.
Package: libkf5libkdepim-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5completion-dev (>= 5.71.0~),
libkf5contacts-dev (>= 5:5.68.0~),
libkf5coreaddons-dev (>= 5.71.0~),
libkf5ldap-dev (>= 20.04.1~),
libkf5libkdepim5 (= ${binary:Version}),
qtbase5-dev (>= 5.13.0~),
${misc:Depends},
${shlibs:Depends},
Description: KDE PIM library - development files
This is the internal runtime package for applications from the KDE PIM module.
It contains headers, and the libraries needed to build some of the KDE PIM
applications.
.
This package is part of the KDE PIM module.
Package: libkf5libkdepim-plugins
Architecture: any
Multi-Arch: same
Depends: libkf5libkdepim-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: KDE PIM library - plugins
This is the internal runtime package for applications from the KDE PIM module.
It contains plugins that are distributed with the library.
.
This package is part of the KDE PIM module.
Package: libkf5libkdepim5
Architecture: any
Multi-Arch: same
Depends: libkf5libkdepim-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Recommends: libkf5libkdepim-plugins
Description: KDE PIM library
This is the internal runtime package for applications from the KDE PIM module.
It contains shared libraries and data which most of KDE PIM applications use.
.
This package is part of the KDE PIM module and hold the part of libkdepim
that do not depend on Akonadi.
Provides: ${ABI:VirtualPackage}
|