← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~renatofilho/ubuntu-weather-app/snap-mir-libs into lp:ubuntu-weather-app

 

Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-weather-app/snap-mir-libs into lp:ubuntu-weather-app.

Commit message:
[snap] Connect with mir-libs content share.

Requested reviews:
  Ubuntu Weather Developers (ubuntu-weather-dev)

For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-weather-app/snap-mir-libs/+merge/321212
-- 
Your team Ubuntu Weather Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-weather-app/snap-mir-libs into lp:ubuntu-weather-app.
=== added directory 'snap/mir-libs'
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml	2016-12-17 15:36:15 +0000
+++ snapcraft.yaml	2017-03-28 19:37:46 +0000
@@ -9,7 +9,8 @@
 
 apps:
     ubuntu-weather-app:
-        command: desktop-launch qmlscene --desktop_file_hint=unity8 $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml 
+        aliases: [ubuntu-weather-app]
+        command: desktop-launch qmlscene $SNAP/usr/share/ubuntu-weather-app/app/ubuntu-weather-app.qml 
         plugs:
             - network
             - location-observe
@@ -17,6 +18,7 @@
             - platform
             - unity7
             - unity8
+            - mir-libs
 
 plugs:
     platform:
@@ -24,6 +26,11 @@
         content: ubuntu-app-platform1
         target:  ubuntu-app-platform
         default-provider: ubuntu-app-platform
+    mir-libs:
+        interface: content
+        content: mir0 
+        target: mir-libs
+        default-provider: mir-libs
 
 parts:
     ubuntu-weather-app:


References