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 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111
|
Source: mimetreeparser
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-kf6,
dh-sequence-qmldeps,
cmake (>= 3.16~),
extra-cmake-modules (>= 6.14.0~),
gettext,
gpg-agent <!nocheck>,
libgpgme-dev (>= 1.21.0~),
libgpgmepp-dev (>= 1.23.2~),
libkf6calendarcore-dev (>= 6.14.0~),
# remove libkf6config-dev after it's been added to libkf6colorscheme-dev
libkf6config-dev,
libkf6colorscheme-dev (>= 6.14.0~),
libkf6i18n-dev (>= 6.14.0~),
libkf6widgetsaddons-dev (>= 6.14.0~),
libkleo-dev (>= 4:25.08.3~),
libkmbox-dev (>= 25.08.3~),
libkmime-dev (>= 25.08.3~),
libxkbcommon-dev,
qml6-module-org-kde-kirigami,
qml6-module-qtwebengine [amd64 arm64 armhf i386],
qt6-base-dev (>= 6.7.0~),
qt6-declarative-dev (>= 6.7.0~),
qt6-declarative-private-dev,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://invent.kde.org/pim/mimetreeparser
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/mimetreeparser
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/mimetreeparser.git
Rules-Requires-Root: no
Package: libmimetreeparser-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: MIME tree parser - data files
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
.
This package contains the data files.
Package: libkpim6mimetreeparsercore6
Provides: ${ABI:VirtualPackage},
Architecture: any
Multi-Arch: same
Depends: libmimetreeparser-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: core library for a MIME tree parser
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
.
This package contains the core library.
Package: libkpim6mimetreeparserwidgets6
Provides: ${ABI:VirtualPackage},
Architecture: any
Multi-Arch: same
Depends: libmimetreeparser-data (>= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Description: widgets library for a MIME tree parser
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
.
This package contains the widgets library.
Package: libmimetreeparser-dev
Architecture: any
Multi-Arch: same
Depends: libkf6i18n-dev (>= 6.14.0~),
libkmbox-dev (>= 25.08.3~),
libkmime-dev (>= 25.08.3~),
libkpim6mimetreeparsercore6 (= ${binary:Version}),
libkpim6mimetreeparserwidgets6 (= ${binary:Version}),
qml6-module-org-kde-mimetreeparser (= ${binary:Version}) [amd64 arm64 armhf i386],
${misc:Depends},
Description: MIME tree parser - development files
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
.
This package contains the development files.
Section: libdevel
Package: qml6-module-org-kde-mimetreeparser
Architecture: amd64 arm64 armhf i386
Multi-Arch: same
Depends: ${misc:Depends},
${qml6:Depends},
${shlibs:Depends},
Description: QML module for a MIME tree parser
This is a parser for a MIME tree and is based on KMime. The goal is
given a MIME tree to extract a list of parts (e.g. text, html) and a
list of attachments, check the validity of the signatures and decrypt any
encrypted part.
.
This package contains the QML module.
|