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
|
Source: libkf5calendarsupport
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,
libkf5akonadi-dev (>= 4:20.08.3~),
libkf5akonadicalendar-dev (>= 4:20.08.3~),
libkf5akonadimime-dev (>= 4:20.08.3~),
libkf5akonadinotes-dev (>= 4:20.08.3~),
libkf5calendarcore-dev (>= 5:5.71.0~),
libkf5calendarutils-dev (>= 4:20.08.3~),
libkf5codecs-dev (>= 5.71.0~),
libkf5guiaddons-dev (>= 5.71.0~),
libkf5holidays-dev (>= 1:5.71.0~),
libkf5i18n-dev (>= 5.71.0~),
libkf5identitymanagement-dev (>= 20.08.3~),
libkf5kio-dev (>= 5.71.0~),
libkf5mime-dev (>= 20.08.3~),
libkf5pimcommon-dev (>= 4:20.08.3~),
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.13.0~),
qttools5-dev (>= 5.11.0~),
xauth,
xvfb
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/pim/calendarsupport
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/calendarsupport
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/calendarsupport.git
Rules-Requires-Root: no
Package: libkf5calendarsupport-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: KDE PIM Calendar support - data files
This library provides calendar support for KDE PIM.
.
This package provides data files used by the library.
Package: libkf5calendarsupport-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf5akonadi-dev (>= 4:20.08.3~),
libkf5akonadicalendar-dev (>= 4:20.08.3~),
libkf5calendarsupport5abi1 (= ${binary:Version}),
libkf5identitymanagement-dev (>= 20.08.3~),
libkf5mime-dev (>= 20.08.3~),
qtbase5-dev (>= 5.13.0~),
${misc:Depends},
${shlibs:Depends}
Description: KDE PIM Calendar support - devel files
This library provides calendar support for KDE PIM.
.
This package provides development files.
Package: libkf5calendarsupport5abi1
X-Debian-ABI: 1
X-CMake-Target: KF5CalendarSupport
Architecture: any
Multi-Arch: same
Depends: libkf5calendarsupport-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Description: KDE PIM Calendar support - library
This library provides calendar support for KDE PIM.
.
This package provides the shared libraries.
Provides: ${ABI:VirtualPackage}
|