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

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Pat McGowan
Approved revision: 595
Merged at revision: 595
Proposed branch: lp:~renatofilho/reminders-app/snap-mir-libs
Merge into: lp:reminders-app
Diff against target: 25 lines (+6/-1)
1 file modified
snapcraft.yaml (+6/-1)
To merge this branch: bzr merge lp:~renatofilho/reminders-app/snap-mir-libs
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Pat McGowan Approve
Review via email: mp+320880@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) wrote :

lgtm

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 2017-02-09 16:35:59 +0000
4+++ snapcraft.yaml 2017-03-23 23:04:45 +0000
5@@ -8,7 +8,7 @@
6 apps:
7 ubuntu-notes-app:
8 command: desktop-launch $SNAP/bin/ubuntu-notes-app "$@"
9- plugs: [opengl, platform, unity7, unity8, mir]
10+ plugs: [opengl, platform, unity7, unity8, mir, mir-libs]
11
12 plugs:
13 platform:
14@@ -16,6 +16,11 @@
15 content: ubuntu-app-platform1
16 target: ubuntu-app-platform
17 default-provider: ubuntu-app-platform
18+ mir-libs:
19+ interface: content
20+ content: mir0
21+ target: mir-libs
22+ default-provider: mir-libs
23
24 parts:
25 ubuntu-notes-app:

Subscribers

People subscribed via source and target branches