Merge lp:~renatofilho/ubuntu-weather-app/snap-mir-libs into lp:ubuntu-weather-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Alan Pope 🍺🐧🐱 πŸ¦„
Approved revision: 263
Merged at revision: 263
Proposed branch: lp:~renatofilho/ubuntu-weather-app/snap-mir-libs
Merge into: lp:ubuntu-weather-app
Diff against target: 34 lines (+8/-1)
1 file modified
snapcraft.yaml (+8/-1)
To merge this branch: bzr merge lp:~renatofilho/ubuntu-weather-app/snap-mir-libs
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Pat McGowan Approve
Review via email: mp+321212@code.launchpad.net

Commit message

[snap] Connect with mir-libs content share.

To post a comment you must log in.
Revision history for this message
Pat McGowan (pat-mcgowan) :
review: Approve
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'snap/mir-libs'
2=== modified file 'snapcraft.yaml'
3--- snapcraft.yaml 2016-12-17 15:36:15 +0000
4+++ snapcraft.yaml 2017-03-28 19:37:46 +0000
5@@ -9,7 +9,8 @@
6
7 apps:
8 ubuntu-weather-app:
9- command: desktop-launch qmlscene --desktop_file_hint=unity8 $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml
10+ aliases: [ubuntu-weather-app]
11+ command: desktop-launch qmlscene $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml
12 plugs:
13 - network
14 - location-observe
15@@ -17,6 +18,7 @@
16 - platform
17 - unity7
18 - unity8
19+ - mir-libs
20
21 plugs:
22 platform:
23@@ -24,6 +26,11 @@
24 content: ubuntu-app-platform1
25 target: ubuntu-app-platform
26 default-provider: ubuntu-app-platform
27+ mir-libs:
28+ interface: content
29+ content: mir0
30+ target: mir-libs
31+ default-provider: mir-libs
32
33 parts:
34 ubuntu-weather-app:

Subscribers

People subscribed via source and target branches