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
|
Source: khtml
Section: libs
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>,
Norbert Preining <norbert@preining.info>
Build-Depends: cmake (>= 3.5~),
debhelper-compat (= 13),
extra-cmake-modules (>= 5.78.0~),
gperf,
libgif-dev,
libjpeg-dev,
libkf5archive-dev (>= 5.78.0~),
libkf5codecs-dev (>= 5.78.0~),
libkf5globalaccel-dev (>= 5.78.0~),
libkf5i18n-dev (>= 5.78.0~),
libkf5iconthemes-dev (>= 5.78.0~),
libkf5kio-dev (>= 5.78.0~),
libkf5kjs-dev (>= 5.78.0~),
libkf5notifications-dev (>= 5.78.0~),
libkf5parts-dev (>= 5.78.0~),
libkf5sonnet-dev (>= 5.78.0~),
libkf5textwidgets-dev (>= 5.78.0~),
libkf5wallet-dev (>= 5.78.0~),
libkf5widgetsaddons-dev (>= 5.78.0~),
libkf5windowsystem-dev (>= 5.78.0~),
libkf5xmlgui-dev (>= 5.78.0~),
libphonon4qt5-dev (>= 4:4.6.0),
libphonon4qt5experimental-dev (>= 4:4.6.0),
libpng-dev,
libqt5x11extras5-dev (>= 5.14.0~),
libssl-dev,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.14.0~),
zlib1g-dev
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/khtml
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/khtml
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/khtml.git
Rules-Requires-Root: no
Package: libkf5khtml-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
.
This package contains the runtime files.
Package: libkf5khtml-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
.
This package contains the translations and data files.
Package: libkf5khtml-dev
Section: libdevel
Architecture: any
Depends: libkf5archive-dev (>= 5.78.0~),
libkf5globalaccel-dev (>= 5.78.0~),
libkf5i18n-dev (>= 5.78.0~),
libkf5iconthemes-dev (>= 5.78.0~),
libkf5khtml5 (= ${binary:Version}),
libkf5kio-dev (>= 5.78.0~),
libkf5kjs-dev (>= 5.78.0~),
libkf5notifications-dev (>= 5.78.0~),
libkf5parts-dev (>= 5.78.0~),
libkf5sonnet-dev (>= 5.78.0~),
libkf5wallet-dev (>= 5.78.0~),
libkf5widgetsaddons-dev (>= 5.78.0~),
libkf5windowsystem-dev (>= 5.78.0~),
qtbase5-dev (>= 5.14.0~),
${misc:Depends}
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
.
Contains development files for khtml.
Breaks: libkf5kdelibs4support-dev (<< 5.54)
Package: libkf5khtml5
Architecture: any
Multi-Arch: same
Depends: libkf5khtml-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: libkf5khtml-bin (= ${binary:Version})
Description: HTML widget and component
KHTML is a web rendering engine, based on the KParts technology and
using KJS for JavaScript support.
|