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
|
Source: konversation
Section: net
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Aurélien COUDERC <coucouf@debian.org>,
Pino Toscano <pino@debian.org>,
Build-Depends: cmake (>= 3.16.0~),
debhelper-compat (= 13),
dh-python,
extra-cmake-modules (>= 5.91.0~),
gettext,
libkf5archive-dev (>= 5.91.0~),
libkf5bookmarks-dev (>= 5.91.0~),
libkf5config-dev (>= 5.91.0~),
libkf5configwidgets-dev (>= 5.91.0~),
libkf5coreaddons-dev (>= 5.91.0~),
libkf5crash-dev (>= 5.91.0~),
libkf5dbusaddons-dev (>= 5.91.0~),
libkf5doctools-dev (>= 5.91.0~),
libkf5globalaccel-dev (>= 5.74.0~),
libkf5i18n-dev (>= 5.91.0~),
libkf5idletime-dev (>= 5.91.0~),
libkf5itemviews-dev (>= 5.91.0~),
libkf5kio-dev (>= 5.91.0~),
libkf5newstuff-dev (>= 5.91.0~),
libkf5notifications-dev (>= 5.91.0~),
libkf5notifyconfig-dev (>= 5.91.0~),
libkf5parts-dev (>= 5.91.0~),
libkf5wallet-dev (>= 5.91.0~),
libkf5widgetsaddons-dev (>= 5.91.0~),
libkf5windowsystem-dev (>= 5.91.0~),
libphonon4qt5-dev (>= 4.6.60),
libphonon4qt5experimental-dev (>= 4.6.60),
libqca-qt5-2-dev (>= 2.2.0~),
libqt5x11extras5-dev (>= 5.15.0~),
pkg-kde-tools (>= 0.15.16),
python3:any,
qtbase5-dev (>= 5.15.2~),
qtmultimedia5-dev (>= 5.15.2~),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://konversation.kde.org/
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/konversation.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/konversation
Package: konversation
Architecture: any
Depends: konversation-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Provides: irc,
Description: user friendly Internet Relay Chat (IRC) client for KDE
Konversation is a client for the Internet Relay Chat (IRC) protocol.
It is easy to use and well-suited for novice IRC users, but novice
and experienced users alike will appreciate its many features:
.
* Standard IRC features
* Easy to use graphical interface
* Multiple server and channel tabs in a single window
* IRC color support
* Pattern-based message highlighting and OnScreen Display
* Multiple identities for different servers
* Multi-language scripting support (with DCOP)
* Customizable command aliases
* NickServ-aware log-on (for registered nicknames)
* Smart logging
* Traditional or enhanced-shell-style nick completion
* DCC file transfer with resume support
Package: konversation-data
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, ${python3:Depends},
Recommends: konversation (>= ${source:Version}),
Description: data files for Konversation
Konversation is a client for the Internet Relay Chat (IRC) protocol. This
package contains data files for Konversation. It is probably of no use if
`konversation' package is not installed.
|