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
|
Source: tuiwidgets
Maintainer: Christoph Hueffelmann <chr@istoph.de>
Uploaders: Martin Hostettler <textshell@uchuujin.de>
Section: libs
Priority: optional
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (=13),
meson,
ninja-build,
pkgconf,
qt5-qmake,
qttools5-dev-tools,
qtbase5-dev,
catch2,
python3-sphinx:native,
python3-sphinxcontrib.images:native,
python3-bs4,
python3-freetype,
fonts-dejavu-core,
fonts-dejavu-extra,
fonts-unifont,
python3-pil,
dh-sequence-sphinxdoc,
libtermpaint-dev,
libposixsignalmanager-dev
Homepage: https://tuiwidgets.namepad.de/
Vcs-Git: https://salsa.debian.org/chr/tuiwidgets.git
Vcs-Browser: https://salsa.debian.org/chr/tuiwidgets
Package: libtuiwidgets0a
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: high-level widget based toolkit for terminal applications - shared library
It is designed to be flexible and similar to use to Qt graphical widgets.
Its look and feel is similar to graphical applications or classic full screen
terminal applications from the PC world of the 90s.
.
This package contains the shared libraries necessary to run programs
compiled with tuiwidgets.
Package: libtuiwidgets-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libtuiwidgets0a (= ${binary:Version}), libtermpaint-dev,
libposixsignalmanager-dev, qtbase5-dev, ${misc:Depends}
Description: high-level widget based toolkit for terminal applications - headers
It is designed to be flexible and similar to use to Qt graphical widgets.
Its look and feel is similar to graphical applications or classic full screen
terminal applications from the PC world of the 90s.
.
This package contains the header files and symbolic links need for
building software using tuiwidgets.
Package: libtuiwidgets-doc
Section: doc
Multi-Arch: foreign
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: high-level widget based toolkit for terminal applications - documentation
It is designed to be flexible and similar to use to Qt graphical widgets.
Its look and feel is similar to graphical applications or classic full screen
terminal applications from the PC world of the 90s.
.
This package contains the documentation to run programs
compiled with tuiwidgets.
|