Merge lp:~renatofilho/ubuntu-weather-app/add-missing-mir into lp:ubuntu-weather-app

Proposed by Renato Araujo Oliveira Filho
Status: Merged
Approved by: Andrew Hayzen
Approved revision: 267
Merged at revision: 264
Proposed branch: lp:~renatofilho/ubuntu-weather-app/add-missing-mir
Merge into: lp:ubuntu-weather-app
Diff against target: 29 lines (+3/-11)
1 file modified
snapcraft.yaml (+3/-11)
To merge this branch: bzr merge lp:~renatofilho/ubuntu-weather-app/add-missing-mir
Reviewer Review Type Date Requested Status
Andrew Hayzen Approve
Jenkins Bot continuous-integration Approve
Review via email: mp+321696@code.launchpad.net

Commit message

[snap] propagate args to qmlscene and add missing "mir" into the plug list.

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)
Revision history for this message
Andrew Hayzen (ahayzen) wrote :

LGTM, thanks :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2017-03-28 19:28:59 +0000
+++ snapcraft.yaml 2017-04-03 15:17:37 +0000
@@ -3,22 +3,14 @@
3summary: ubuntu weather app.3summary: ubuntu weather app.
4description: |4description: |
5 A weather forecast application for Ubuntu with support for multiple online weather data sources.5 A weather forecast application for Ubuntu with support for multiple online weather data sources.
6confinement: strict
6grade: devel7grade: devel
7confinement: strict
8architectures: [all]8architectures: [all]
99
10apps:10apps:
11 ubuntu-weather-app:11 ubuntu-weather-app:
12 aliases: [ubuntu-weather-app]12 command: desktop-launch qmlscene "$@" $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml
13 command: desktop-launch qmlscene $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml 13 plugs: [network, location-observe, opengl, platform, unity7, unity8, mir, mir-libs]
14 plugs:
15 - network
16 - location-observe
17 - opengl
18 - platform
19 - unity7
20 - unity8
21 - mir-libs
2214
23plugs:15plugs:
24 platform:16 platform:

Subscribers

People subscribed via source and target branches