forked from linuxdeepin/dtkgui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontrol
46 lines (42 loc) · 1.65 KB
/
control
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
Source: dtkgui
Section: libdevel
Priority: optional
Maintainer: Deepin Packages Builder <[email protected]>
Build-Depends: debhelper-compat (= 12), pkg-config,
qtbase5-private-dev, qtbase5-dev-tools, doxygen, graphviz, qttools5-dev,
libdtkcore-dev, librsvg2-dev, libfreeimage-dev, libraw-dev, libgtest-dev, libgmock-dev,
libqt5xdg-dev, libqt5xdgiconloader-dev, cmake, qt5-image-formats-plugins, libqt5waylandclient5-dev,
extra-cmake-modules, qtwayland5-dev-tools, qtwayland5-private-dev, libkf5wayland-dev, treeland-protocols
Standards-Version: 3.9.8
Package: libdtkgui5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdtkdata,
qt5-image-formats-plugins
Multi-Arch: same
Description: Deepin Tool Kit Gui library
DtkGui is base library of Deepin Qt/C++ applications.
.
This package contains the shared libraries.
Package: libdtkgui5-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
libdtkgui5( =${binary:Version})
Description: Deepin Tool Kit Gui Utilities
DtkGui is base devel library of Deepin Qt/C++ applications.
.
This package contains the utilities of DtkGui
Package: libdtkgui-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libdtkgui5( =${binary:Version}), libdtkcommon-dev(>=5.6.16)
Description: Deepin Tool Kit Gui Devel library
DtkGui is base devel library of Deepin Qt/C++ applications.
.
This package contains the header files and static libraries of DtkGui
Package: libdtkgui-doc
Build-Profiles: <!nodoc>
Architecture: any
Depends: ${misc:Depends}
Description: Deepin Tool Kit Gui (Document)
DtkGui is base devel library of Deepin Qt/C++ applications.
.
This package contains the qt Document of DtkGui