-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathcontrol
More file actions
102 lines (96 loc) · 3.11 KB
/
Copy pathcontrol
File metadata and controls
102 lines (96 loc) · 3.11 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Source: treeland
Priority: optional
Maintainer: rewine <luhongxu@deepin.org>
Build-Depends: cmake (>= 3.25.0),
debhelper-compat (= 13),
ninja-build,
extra-cmake-modules (>= 1.4.0~),
libddm-dev (>> 0.3.4),
libdtk6core-bin,
libdtk6core-dev,
libdtk6declarative-dev,
libdtk6gui-dev,
libdtk6systemsettings-dev,
libdtkcommon-dev,
libsystemd-dev [linux-any],
systemd,
libwlroots-0.19-dev,
libpixman-1-dev,
libxcb-ewmh-dev,
libdrm-dev,
pkg-config,
qml6-module-qtquick-templates,
qt6-base-dev (>= 6.8.0),
qt6-base-private-dev (>= 6.8.0),
qt6-base-dev-tools (>= 6.8.0),
qt6-declarative-dev (>= 6.8.0),
qt6-declarative-private-dev (>= 6.8.0),
qt6-shadertools-dev,
qt6-tools-dev,
qt6-tools-dev-tools (>= 6.8.0),
qt6-wayland,
qt6-wayland-dev,
qt6-wayland-private-dev,
qt6-remoteobjects-dev,
wayland-protocols,
wlr-protocols,
treeland-protocols (>= 0.5.9),
libpam0g-dev,
libmpv-dev,
libxcb-randr0-dev,
Standards-Version: 4.6.0
Section: dde
Homepage: https://github.com/linuxdeepin/treeland.git
#Vcs-Browser: https://salsa.debian.org/debian/treeland
#Vcs-Git: https://salsa.debian.org/debian/treeland.git
Rules-Requires-Root: no
Package: treeland
Section: dde
Architecture: any
Multi-Arch: same
Depends: qml6-module-qtquick-layouts,
qml6-module-qtquick-particles,
treeland-data (= ${source:Version}),
xwayland,
treeland-wallpaper-factory,
${misc:Depends},
${shlibs:Depends},
Conflicts: libwaylib, qwlroots
Replaces: libwaylib, qwlroots
Recommends: ddm (>> 0.3.4),
Description: a Wayland compositor based on wlroots and QML, designed with an attractive and elegant appearance.
Package: treeland-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
treeland (= ${source:Version}),
Conflicts: libwaylib-dev, qwlroots
Replaces: libwaylib-dev, qwlroots
Description: a Wayland compositor based on wlroots and QML, designed with an attractive and elegant appearance.
Package: treeland-examples
Section: dde
Architecture: any
Multi-Arch: same
Depends: qt6-shader-baker,
${misc:Depends},
${shlibs:Depends},
Description: examples for treeland.
Package: treeland-data
Section: dde
Architecture: all
Depends: ${misc:Depends},
Description: data files of treeland.
Package: treeland-wayland-session
Section: dde
Architecture: all
Depends: ${misc:Depends},
treeland (= ${source:Version}),
Description: treeland user session files of treeland.
Package: treeland-wallpaper-factory
Section: dde
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
treeland (= ${source:Version}),
Description: Treeland wallpaper factory client.