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
|
Source: kf6-kcalendarcore
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>,
Sandro Knauß <hefee@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-pkgkde-symbolshelper,
dh-sequence-qmldeps,
bison,
cmake (>= 3.16~),
doxygen,
extra-cmake-modules (>= 6.13.0~),
libical-dev (>= 3.0~),
libxkbcommon-dev,
qt6-base-dev (>= 6.6.0~),
qt6-declarative-dev,
qt6-tools-dev (>= 6.5.0~),
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://invent.kde.org/frameworks/kcalendarcore
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/kf6-kcalendarcore
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/kf6-kcalendarcore.git
Package: libkf6calendarcore-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libkf6calendarcore6 (= ${binary:Version}),
qml6-module-org-kde-calendarcore (= ${binary:Version}),
qt6-base-dev (>= 6.6.0~),
${misc:Depends},
Recommends: libkf6calendarcore-doc (= ${source:Version}),
Description: development files for kcalendarcore
This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.
.
This package is part of KDE Frameworks 6.
.
This package contains the development files.
Package: libkf6calendarcore-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Section: doc
Description: calendar access framework (documentation)
This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.
.
This package is part of KDE Frameworks 6.
.
This package contains the qch documentation files.
Package: libkf6calendarcore6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends},
Description: calendar access framework
This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.
.
This package is part of KDE Frameworks 6.
Package: qml6-module-org-kde-calendarcore
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${qml6:Depends}, ${shlibs:Depends},
Description: calendar access framework (QML bindings)
This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.
.
This package is part of KDE Frameworks 6.
.
This package contains the QML bindings.
|