ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #10045
[Merge] lp:~renatofilho/ubuntu-calculator-app/unity8-snap into lp:ubuntu-calculator-app
Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-calculator-app/unity8-snap into lp:ubuntu-calculator-app.
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.
Requested reviews:
Jenkins Bot (ubuntu-core-apps-jenkins-bot): continuous-integration
Ubuntu Calculator Developers (ubuntu-calculator-dev)
For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-calculator-app/unity8-snap/+merge/312260
--
Your team Ubuntu Calculator Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-calculator-app/unity8-snap into lp:ubuntu-calculator-app.
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-11-16 13:28:43 +0000
+++ snapcraft.yaml 2016-12-01 15:03:16 +0000
@@ -1,15 +1,15 @@
name: ubuntu-calculator-app
-version: 2.3
+version: 2.3.1
summary: Ubuntu Calculator app
description: The calculator app for all Ubuntu devices.
-confinement: strict
+confinement: devmode
grade: stable
architectures: [all]
apps:
ubuntu-calculator-app:
command: desktop-launch qmlscene --desktop_file_hint=unity8 $SNAP/usr/share/ubuntu-calculator-app/ubuntu-calculator-app.qml
- plugs: [opengl, platform, unity7]
+ plugs: [opengl, platform, unity7, unity8]
plugs:
platform:
References