Merge lp:~osomon/webbrowser-app/snap-ubuntu-app-platform into lp:webbrowser-app/staging

Proposed by Olivier Tilloy
Status: Merged
Merged at revision: 1576
Proposed branch: lp:~osomon/webbrowser-app/snap-ubuntu-app-platform
Merge into: lp:webbrowser-app/staging
Diff against target: 47 lines (+7/-15)
1 file modified
snapcraft.yaml (+7/-15)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/snap-ubuntu-app-platform
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+311002@code.launchpad.net

Commit message

Use the ubuntu-app-platform content interface.

To post a comment you must log in.
1577. By Olivier Tilloy

Remove more runtime dependencies now that ubuntu-app-platform includes them.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'snap/ubuntu-app-platform'
2=== modified file 'snapcraft.yaml'
3--- snapcraft.yaml 2016-10-07 14:42:55 +0000
4+++ snapcraft.yaml 2016-11-17 15:19:48 +0000
5@@ -13,6 +13,7 @@
6 - network
7 - network-bind
8 - opengl
9+ - platform
10 - pulseaudio
11 - screen-inhibit-control
12 - unity7
13@@ -21,6 +22,11 @@
14 browser-sandbox:
15 interface: browser-support
16 allow-sandbox: true
17+ platform:
18+ content: ubuntu-app-platform1
19+ default-provider: ubuntu-app-platform
20+ interface: content
21+ target: ubuntu-app-platform
22
23 parts:
24 webbrowser-app:
25@@ -43,21 +49,7 @@
26 - xvfb
27 stage-packages:
28 - fonts-liberation
29- - liboxideqt-qmlplugin
30- - libqt5sql5-sqlite
31- - mir-graphics-drivers-desktop
32- - qml-module-qt-labs-folderlistmodel
33- - qml-module-qt-labs-settings
34- - qml-module-qtquick2
35- - qml-module-qtquick-layouts
36- - qml-module-qtquick-window2
37- - qml-module-ubuntu-components
38- - qml-module-ubuntu-thumbnailer0.1
39- - qtdeclarative5-ubuntu-content1
40- - qtdeclarative5-ubuntu-download-manager0.1
41- - qtdeclarative5-unity-action-plugin
42- - qtubuntu-desktop
43- after: [desktop-qt5]
44+ after: [desktop-ubuntu-app-platform]
45
46 launcher:
47 plugin: dump

Subscribers

People subscribed via source and target branches