You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.8 KiB
52 lines
1.8 KiB
Source: qtermwidget
|
|
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
|
ChangZhuo Chen (陳昌倬) <czchen@gmail.com>,
|
|
Andrew Lee (李健秋) <ajqlee@debian.org>,
|
|
Section: libs
|
|
Priority: optional
|
|
Build-Depends: debhelper (>= 9),
|
|
cmake (>= 3.0.2),
|
|
qtbase5-dev,
|
|
Standards-Version: 3.9.6
|
|
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git
|
|
Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qtermwidget.git
|
|
Homepage: https://github.com/qterminal/qtermwidget
|
|
|
|
Package: libqtermwidget5-0
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
qtermwidget5-data (= ${source:Version}),
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Description: qt terminal widgets
|
|
Unicode-enabled, embeddable QT widget for using as a built-in console
|
|
or terminal emulation widget
|
|
.
|
|
This are usefully widgets and libs for building or/and implementing
|
|
terminal Qt based applications.
|
|
|
|
Package: libqtermwidget5-0-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
libqtermwidget5-0 (= ${binary:Version}),
|
|
Description: qt terminal widgets development files
|
|
Unicode-enabled, embeddable QT widget for using as a built-in console
|
|
or terminal emulation widget
|
|
.
|
|
This are usefully widgets and libs for building or/and implementing
|
|
terminal Qt based applications.
|
|
.
|
|
This package contains header files for developer.
|
|
|
|
Package: qtermwidget5-data
|
|
Architecture: all
|
|
Depends: ${shlibs:Depends},
|
|
${misc:Depends},
|
|
Description: qt terminal widgets data files
|
|
This package install data files, such as keyboards layouts, color
|
|
shemes and some others indep arch files usefully for terminal qt based
|
|
builds over this awesome library widget.
|