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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
Source: ktexteditor
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),
doxygen,
extra-cmake-modules (>= 5.78.0~),
libeditorconfig-dev,
libgit2-dev (>= 0.22.0~),
libjs-underscore,
libkf5archive-dev (>= 5.78.0~),
libkf5auth-dev (>= 5.78.0~),
libkf5config-dev (>= 5.78.0~),
libkf5guiaddons-dev (>= 5.78.0~),
libkf5i18n-dev (>= 5.78.0~),
libkf5kio-dev (>= 5.78.0~),
libkf5parts-dev (>= 5.78.0~),
libkf5sonnet-dev (>= 5.78.0~),
libkf5syntaxhighlighting-dev (>= 5.78.0~),
libqt5sql5-sqlite,
libqt5xmlpatterns5-dev (>= 5.8.0~),
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.14.0~),
qtdeclarative5-dev (>= 5.14.0~),
qtscript5-dev (>= 5.7.0~),
qttools5-dev,
qttools5-dev-tools (>= 5.4),
xauth,
xvfb
Standards-Version: 4.5.1
Homepage: https://invent.kde.org/frameworks/ktexteditor
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/ktexteditor
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/ktexteditor.git
Rules-Requires-Root: no
Package: ktexteditor-data
Section: kde
Architecture: all
Breaks: libkf5texteditor5 (<< 5.74)
Replaces: libkf5texteditor5 (<< 5.74)
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: provide advanced plain text editing services
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
Package: ktexteditor-katepart
Architecture: any
Depends: libkf5texteditor5 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: provide advanced plain text editing services
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
.
This contains the Kate Part plugin.
Package: libkf5texteditor-bin
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: provide advanced plain text editing services (binaries)
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
.
This package contains the helper binaries.
Package: libkf5texteditor-dev
Section: libdevel
Architecture: any
Depends: libkf5parts-dev (>= 5.78.0~),
libkf5texteditor5 (= ${binary:Version}),
qtbase5-dev (>= 5.14.0~),
${misc:Depends}
Recommends: libkf5texteditor-doc (= ${source:Version})
Breaks: ktexteditor-data (<< 5.69.0-2~)
Replaces: ktexteditor-data (<< 5.69.0-2~)
Description: provide advanced plain text editing services
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
.
Contains development files for ktexteditor.
Package: libkf5texteditor-doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: provide advanced plain text editing services (documentation)
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
.
This package contains the qch documentation files.
Section: doc
Package: libkf5texteditor5
Architecture: any
Depends: ktexteditor-data (= ${source:Version}),
libjs-underscore,
libkf5texteditor-bin (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: provide advanced plain text editing services
The KTextEditor interfaces - also called KTE interfaces - are a set
of well-defined interfaces which an application or library can
implement to provide advanced plain text editing
services. Applications which utilise this interface can thus allow
the user to choose which implementation of the editor component to
use. The only implementation right now is the Kate Editor Component
(Kate Part).
Multi-Arch: same
Recommends: ktexteditor-katepart (= ${binary:Version})
|