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
|
Source: qmltermwidget
Section: libs
Priority: optional
Maintainer: Debian UBports Team <team+ubports@tracker.debian.org>
Uploaders: Mike Gabriel <sunweaver@debian.org>,
Gürkan Myczko <gurkan@phys.ethz.ch>,
Build-Depends: debhelper-compat (= 13),
qtbase5-dev (>= 5.5.1~),
qtbase5-private-dev (>= 5.5.1~),
qtdeclarative5-private-dev (>= 5.5.1~),
pkg-kde-tools,
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://github.com/Swordfish90/qmltermwidget
Vcs-Git: https://salsa.debian.org/ubports-team/qmltermwidget.git
Vcs-Browser: https://salsa.debian.org/ubports-team/qmltermwidget/
Package: qml-module-termwidget
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
qmltermwidget-common (>= ${source:Version}),
Breaks: qml-module-qmltermwidget,
Replaces: qml-module-qmltermwidget,
Description: Terminal Widget QML module
This project is a QML port of qtermwidget. It is written to be as close
as possible to the upstream project in order to make cooperation
possible.
.
At the moment this plugin is powering cool-retro-term and the
lomiri-terminal-app.
.
This package contains the QML module and also a simple test application.
Package: qmltermwidget-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: qml-module-qmltermwidget,
Replaces: qml-module-qmltermwidget,
Description: Arch-independent files for the Terminal Widget QML module
This project is a QML port of qtermwidget. It is written to be as close
as possible to the upstream project in order to make cooperation
possible.
.
At the moment this plugin is powering cool-retro-term and the
lomiri-terminal-app.
.
This package contains architecture-independent files for the
Terminal Widget QML module (such as color schemes, etc.).
|