Skip to content

Commit 94ea58f

Browse files
LiHua000deepin-bot[bot]
authored andcommitted
build(debian): separate Qt5/Qt6 build configurations for V25/V20 support
Log: as title
1 parent 3c364c6 commit 94ea58f

2 files changed

Lines changed: 48 additions & 6 deletions

File tree

debian/control

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Build-Depends:
66
debhelper(>= 11),
77
cmake,
88
pkg-config,
9-
qt6-5compat-dev | hello,
10-
qt6-base-dev | qtbase5-dev,
11-
qt6-tools-dev | qttools5-dev,
12-
qt6-tools-dev-tools | qttools5-dev-tools,
13-
qt6-base-private-dev | qtbase5-private-dev,
14-
libdtk6widget-dev | libdtkwidget-dev,
9+
qt6-5compat-dev,
10+
qt6-base-dev,
11+
qt6-tools-dev,
12+
qt6-tools-dev-tools,
13+
qt6-base-private-dev,
14+
libdtk6widget-dev,
1515
lxqt-build-tools(>= 0.6.0~),
1616
libutf8proc-dev,
1717
libglib2.0-dev,

debian/control.1

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Source: deepin-terminal
2+
Section: utils
3+
Priority: optional
4+
Maintainer: Deepin Packages Builder <packages@deepin.org>
5+
Build-Depends:
6+
debhelper(>= 11),
7+
cmake,
8+
pkg-config,
9+
qtbase5-dev,
10+
qttools5-dev,
11+
qttools5-dev-tools,
12+
qtbase5-private-dev,
13+
libdtkwidget-dev,
14+
lxqt-build-tools(>= 0.6.0~),
15+
libutf8proc-dev,
16+
libglib2.0-dev,
17+
libsecret-1-dev,
18+
libgtest-dev,
19+
libgmock-dev,
20+
libxcb-ewmh-dev,
21+
libchardet-dev,
22+
libuchardet-dev (>= 0.0.6),
23+
libicu-dev
24+
Standards-Version: 4.5.1
25+
Homepage: https://www.deepin.com/
26+
27+
Package: deepin-terminal
28+
Architecture: any
29+
Depends:
30+
${shlibs:Depends},
31+
${misc:Depends},
32+
expect,
33+
zssh,
34+
libuchardet0 (>= 0.0.6),
35+
libchardet1
36+
Recommends: uos-reporter, deepin-event-log
37+
Description: Terminal is an advanced terminal emulator with workspace, multiple
38+
windows, remote management, quake mode and other features.
39+
Terminal is a terminal emulator with simple interface, rich and powerful
40+
functions such as multi-windows, workspace, remote management, Quake mode
41+
and etc. You can instantly start and close Terminal smoothly like normal
42+
file window, allowing you to input commands with facility and no distractions.

0 commit comments

Comments
 (0)