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
|
Source: sonnet
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Maximiliano Curia <maxy@debian.org>
Build-Depends: aspell,
cmake (>= 2.8.12),
debhelper (>= 9),
extra-cmake-modules (>= 5.28.0~),
hspell,
libaspell-dev,
libhunspell-dev,
pkg-config,
pkg-kde-tools (>= 0.15.15ubuntu1~),
qtbase5-dev (>= 5.5.0~),
qttools5-dev (>= 5.4),
qttools5-dev-tools (>= 5.4),
zlib1g-dev
Standards-Version: 3.9.8
Homepage: http://projects.kde.org/sonnet
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/sonnet.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/sonnet.git
Package: libkf5sonnet-dev
Section: libdevel
Architecture: any
Depends: libkf5sonnet-dev-bin (= ${binary:Version}),
libkf5sonnetcore5 (= ${binary:Version}),
libkf5sonnetui5 (= ${binary:Version}),
qtbase5-dev (>= 5.5.0~),
${misc:Depends}
Description: spell checking library for Qt, devel files
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
.
This package contains development files for building software that uses
libraries from the Sonnet framework.
Breaks: libkf5khtml-dev (<< 5.28), libkf5textwidgets-dev (<< 5.28)
Package: libkf5sonnet-dev-bin
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: spell checking library for Qt, devel binaries
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
.
This package contains the utility programs related to the Sonnet framework.
Package: libkf5sonnetcore5
Section: libs
Architecture: any
Multi-Arch: same
Depends: libkf5sonnet5-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Recommends: sonnet-plugins (= ${binary:Version})
Description: spell checking library for Qt, core lib
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
Breaks: libkf5khtml5 (<< 5.28),
libkf5texteditor5 (<< 5.28),
libkf5textwidgets5 (<< 5.28)
Package: libkf5sonnetui5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: sonnet-plugins (= ${binary:Version})
Description: spell checking library for Qt, ui lib
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
.
This package provides Qt based GUI elements that can be used
by projects to construct spell checking user interfaces.
Breaks: kdesignerplugin (<< 5.28),
libkf5khtml5 (<< 5.28),
libkf5texteditor5 (<< 5.28),
libkf5textwidgets5 (<< 5.28)
Package: libkf5sonnet5-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: spell checking library for Qt, data files
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
.
This package contains the translations.
Package: sonnet-plugins
Section: kde
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Suggests: hspell
Description: spell checking library for Qt, plugins
Sonnet is a Qt based library that offers easy access to spell
checking using various plugin based backends. It is part of KDE
Frameworks 5.
.
This package provides plugins used by Sonnet to interact with the following
spell checking backends: aspell, hunspell or hspell. The dictionaries need to
be installed separatedly.
|