Merge lp:~renatofilho/ubuntu-calculator-app/unity8-snap into lp:ubuntu-calculator-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Bill Filler
Approved revision: 318
Merged at revision: 318
Proposed branch: lp:~renatofilho/ubuntu-calculator-app/unity8-snap
Merge into: lp:ubuntu-calculator-app
Diff against target: 22 lines (+3/-3)
1 file modified
snapcraft.yaml (+3/-3)
To merge this branch: bzr merge lp:~renatofilho/ubuntu-calculator-app/unity8-snap
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Ubuntu Calculator Developers Pending
Review via email: mp+312260@code.launchpad.net

Commit message

Changed confinement to devmode to work with unity8.
Added unity8 into the interface list. (snap)

This is necessary to test the app on personal session. The app will be published on edge channel until this get reverted and unity8 interface appears on snapd.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'snapcraft.yaml'
2--- snapcraft.yaml 2016-11-16 13:28:43 +0000
3+++ snapcraft.yaml 2016-12-01 15:03:16 +0000
4@@ -1,15 +1,15 @@
5 name: ubuntu-calculator-app
6-version: 2.3
7+version: 2.3.1
8 summary: Ubuntu Calculator app
9 description: The calculator app for all Ubuntu devices.
10-confinement: strict
11+confinement: devmode
12 grade: stable
13 architectures: [all]
14
15 apps:
16 ubuntu-calculator-app:
17 command: desktop-launch qmlscene --desktop_file_hint=unity8 $SNAP/usr/share/ubuntu-calculator-app/ubuntu-calculator-app.qml
18- plugs: [opengl, platform, unity7]
19+ plugs: [opengl, platform, unity7, unity8]
20
21 plugs:
22 platform:

Subscribers

People subscribed via source and target branches