~dandrader/unity8/multiInstanceApp

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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
Source: unity8
Section: x11
Priority: optional
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Build-Depends: cmake,
               dbus-test-runner,
               debhelper (>= 9),
               dh-apparmor,
               doxyqml,
# To allow cross-compiling to work, we also must append :native
# to g++ so we don't try to run arm g++
# on an x86 CPU for example, when cross-compiling.
               g++:native,
               gdb,
               graphviz,
               gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140815),
               libandroid-properties-dev,
               libconnectivity-qt1-dev (>= 0.7.1),
               libevdev-dev,
               libgeonames-dev (>= 0.2),
               libgnome-desktop-3-dev,
               libgl1-mesa-dev[!arm64 !armhf] | libgl-dev[!arm64 !armhf],
               libgl1-mesa-dri,
               libgles2-mesa-dev[arm64 armhf],
               libglib2.0-dev,
               libgsettings-qt-dev,
               libhardware-dev,
               liblightdm-qt5-3-dev,
               libpam0g-dev,
               libpulse-dev,
               libqmenumodel-dev (>= 0.2.11),
               libqt5svg5-dev,
               libqt5xmlpatterns5-dev,
               libsystemsettings-dev,
               libubuntu-app-launch3-dev,
               libubuntu-download-manager-common-dev,
               libubuntugestures5-dev (>= 1.3.2030),
               libubuntugestures5-private-dev (>= 1.3.2030),
               libudev-dev,
               libudm-common-dev,
               libunity-api-dev (>= 8.6),
               libusermetricsoutput1-dev,
# Need those X11 libs touch emulation from mouse events in manual QML tests on a X11 desktop
               libx11-dev[!arm64 !armhf],
               libxcb1-dev[!arm64 !armhf],
               libxi-dev[!arm64 !armhf],
# End of X11 libs
               pkg-config,
               python3-all:any,
               python3-setuptools,
               qml-module-qt-labs-folderlistmodel,
               qml-module-qt-labs-settings,
               qml-module-qtqml-statemachine,
               qml-module-qtmultimedia (>= 5.6),
               qml-module-qtquick-layouts,
               qml-module-qtquick-xmllistmodel,
               qml-module-qtquick2,
               qml-module-qtsysteminfo,
               qml-module-qttest,
               qml-module-ubuntu-components (>= 1.3.2030) | qml-module-ubuntu-components-gles (>= 1.3.2030),
               qml-module-ubuntu-web,
               qt5-default,
               qtbase5-dev (>= 5.6),
               qtbase5-dev-tools,
               qtbase5-private-dev (>= 5.6),
               qtdeclarative5-dev (>= 5.6),
               qtdeclarative5-dev-tools,
               qtdeclarative5-private-dev (>= 5.6),
               qtdeclarative5-ubuntu-content1,
               qtdeclarative5-ubuntu-settings-components (>= 0.11),
               ttf-ubuntu-font-family,
               xvfb,
Standards-Version: 3.9.4
Homepage: http://launchpad.net/unity
# If you aren't a member of ~unity-team but need to upload
# packaging changes, just go ahead. ~unity-team will notice
# and sync up the code again.
Vcs-Bzr: https://code.launchpad.net/unity8
Vcs-Browser: https://bazaar.launchpad.net/~unity-team/unity8/trunk
XS-Testsuite: autopkgtest
X-Ubuntu-Use-Langpack: yes

Package: indicators-client
Architecture: any
Depends: qmenumodel-qml (>= 0.2.11),
         qml-module-ubuntu-components (>= 1.3.2030) | qml-module-ubuntu-components-gles (>= 1.3.2030),
         unity8 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
Description: Indicators client test application
 This package contains the client application for indicators used by autopilot

Package: unity8-greeter
Architecture: any
Depends: unity8 (= ${binary:Version}),
         unity-system-compositor,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: lightdm
Provides: lightdm-greeter
Description: The Unity8 Greeter
 The Unity 8 greeter is the primary login greeter for Ubuntu devices.

Package: unity-scope-tool
Architecture: any
Depends: unity8-common (= ${source:Version}),
         unity8-private (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
# We do call pkg-config libunity-scopes from the code
         pkg-config,
         libunity-scopes-dev,
Description: Development tool for Unity scopes
 This package contains the development tool for new generation Unity scopes, based
 on Unity8.

Package: unity8
Architecture: any
Provides: indicator-renderer,
Depends: dmz-cursor-theme,
         gsettings-desktop-schemas,
         libcap2-bin,
         libglib2.0-bin,
         qmenumodel-qml (>= 0.2.11),
         qml-module-biometryd,
         qml-module-qt-labs-folderlistmodel,
         qml-module-qt-labs-settings,
         qml-module-qtqml-statemachine,
         qml-module-qtquick-xmllistmodel,
         qml-module-qtsysteminfo,
         qml-module-ubuntu-web,
         qtdeclarative5-qtmir-plugin (>= 0.4.8),
         qtdeclarative5-ubuntu-telephony0.1,
         ubuntu-system-settings (>= 0.4),
         unity-launcher-impl-12,
         unity8-common (= ${source:Version}),
         unity8-private (= ${binary:Version}),
         unity8-private | unity-launcher-impl,
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: indicator-keyboard,
            indicator-session,
            unity-greeter-session-broadcast,
Suggests: unity-scope-mediascanner2,
Breaks: indicator-network (<< 0.5.1+14.10.20141014),
        ubuntu-touch-session (<< 0.107),
        unity8-greeter (<< 7.89),
        ubuntu-keyboard (<< 0.100),
Replaces: ubuntu-touch-session (<< 0.82~),
          unity8-greeter (<< 7.89),
Conflicts: ubuntu-system-settings-wizard,
Description: Unity 8 shell
 The Unity 8 shell is the primary user interface for Ubuntu devices.

Package: unity8-common
Architecture: all
Depends: qml-module-qtquick-layouts,
         qml-module-ubuntu-components (>= 1.3.2030) | qml-module-ubuntu-components-gles (>= 1.3.2030),
         qml-module-ubuntu-thumbnailer0.1 | ubuntu-thumbnailer-impl,
         qtdeclarative5-ubuntu-settings-components (>= 0.11),
         qtdeclarative5-unity-notifications-plugin (>= 0.1.2) | unity-notifications-impl,
         qttranslations5-l10n,
         ubuntu-thumbnailer-impl-0,
         ubuntu-wallpapers,
         unity-application-impl-27,
         unity-notifications-impl-3,
         unity-plugin-scopes | unity-scopes-impl,
         unity-scopes-impl-12,
         unity8-tests | unity-application-impl,
         ${misc:Depends},
Breaks: unity8 (<< 7.86),
Replaces: unity8 (<< 7.86),
Description: Unity 8 shell (common files)
 The Unity 8 shell is the primary user interface for Ubuntu devices.
 .
 This package contains the QML, graphics and locale files shared between
 unity8 and unity-scope-tool.

Package: unity8-autopilot
Architecture: all
Depends: autopilot-qt5 (>= 1.4),
         gir1.2-glib-2.0,
         gir1.2-notify-0.7,
         libqt5test5,
         libqt5widgets5,
         ofono-phonesim,
         python3-autopilot,
         python3-evdev,
         python3-fixtures,
         python3-gi,
         qttestability-autopilot (>= 1.4),
         ubuntu-ui-toolkit-autopilot (>= 1.3.2030),
         unity8 (= ${source:Version}),
         unity8-tests (= ${source:Version}),
         url-dispatcher-tools,
         xvfb,
         ${misc:Depends},
         ${python3:Depends},
Description: Test package for Unity 8 shell
 Autopilot tests for the unity8 package

Package: unity8-tests
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: dbus-test-runner,
         parallel,
         qt5-default,
         qtdeclarative5-dev-tools,
         unity8 (= ${source:Version}),
         xvfb,
         ${misc:Depends},
         ${shlibs:Depends},
Provides: unity-application-impl,
          unity-application-impl-27,
          unity8-fake-env,
Replaces: unity8-autopilot (<< 8.02+15.04.20150422-0ubuntu1),
          unity8-fake-env,
Conflicts: unity8-fake-env,
Description: Scripts and mocks for running Unity 8 shell tests
 Provides fake implementations of some QML modules used by Unity 8 shell
 (e.g Ubuntu.Application) so that you can run it in a sandboxed environment
 and scripts to run its test suite.

Package: unity8-private
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends},
Depends: accountsservice-ubuntu-schemas (>= 0.0.7),
         gsettings-ubuntu-schemas (>= 0.0.2+14.10.20140815),
         libhardware2,
         unity-schemas (>= 7.3.1+14.10.20140915),
         qtdeclarative5-gsettings1.0,
         qml-module-qtmultimedia,
         ${misc:Depends},
         ${shlibs:Depends},
Provides: unity-launcher-impl,
          unity-launcher-impl-12,
Description: Unity 8 private libs
 The Unity 8 shell is the primary user interface for Ubuntu devices.
 .
 This package contains the private libraries for QML and other components
 only used by the shell.

Package: unity8-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Documentation for Unity8
 The Unity 8 shell is the primary user interface for Ubuntu devices. (documentation)