~mterry/ubuntu-calculator-app/confined

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Tarmac
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2016-12-02 17:56:40 UTC
  • mfrom: (317.1.1 ubuntu-calculator-app)
  • Revision ID: tarmac-20161202175640-s85c22o5htapfhbz
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.

Approved by Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name: ubuntu-calculator-app
2
 
version: 2.3
 
2
version: 2.3.1
3
3
summary: Ubuntu Calculator app
4
4
description: The calculator app for all Ubuntu devices.
5
 
confinement: strict
 
5
confinement: devmode
6
6
grade: stable
7
7
architectures: [all]
8
8
 
9
9
apps:
10
10
    ubuntu-calculator-app:
11
11
        command: desktop-launch qmlscene --desktop_file_hint=unity8 $SNAP/usr/share/ubuntu-calculator-app/ubuntu-calculator-app.qml
12
 
        plugs: [opengl, platform, unity7]
 
12
        plugs: [opengl, platform, unity7, unity8]
13
13
 
14
14
plugs:
15
15
    platform: