ubuntu-touch-coreapps-reviewers team mailing list archive
-
ubuntu-touch-coreapps-reviewers team
-
Mailing list archive
-
Message #10015
[Merge] lp:~renatofilho/ubuntu-filemanager-app/ubuntu-app-platform into lp:ubuntu-filemanager-app
Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-filemanager-app/ubuntu-app-platform into lp:ubuntu-filemanager-app.
Commit message:
Use 'ubuntu-app-platform' plugin.
Requested reviews:
Ubuntu File Manager Developers (ubuntu-filemanager-dev)
For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-filemanager-app/ubuntu-app-platform/+merge/311318
--
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-filemanager-app/ubuntu-app-platform into lp:ubuntu-filemanager-app.
=== added directory 'snap'
=== added directory 'snap/ubuntu-app-platform'
=== renamed file 'ubuntu-filemanager-app.wrapper' => 'snap/ubuntu-filemanager-app.wrapper'
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml 2016-10-10 14:45:10 +0000
+++ snapcraft.yaml 2016-11-18 23:34:21 +0000
@@ -8,7 +8,13 @@
apps:
ubuntu-filemanager-app:
command: desktop-launch $SNAP/bin/ubuntu-filemanager-app --desktop_file_hint=unity8 "$@"
- plugs: [unity7, opengl, home]
+ plugs: [unity7, opengl, home, platform]
+
+plugs:
+ platform:
+ interface: content
+ content: ubuntu-app-platform1
+ target: ubuntu-app-platform
parts:
ubuntu-filemanager-app:
@@ -30,25 +36,17 @@
- libsmbclient-dev
stage-packages:
- - qtdeclarative5-qtquick2-plugin
- - qtdeclarative5-u1db1.0
- - qml-module-ubuntu-components
- - qtdeclarative5-ubuntu-content1
- libsmbclient
- - qtubuntu-desktop
- - suru-icon-theme
- - mir-graphics-drivers-desktop
- - humanity-icon-theme
snap:
- -usr/lib/python3
- -usr/share/doc
- -usr/include
- after: [desktop-qt5]
+ after: [desktop-ubuntu-app-platform]
environment:
- source: .
+ source: snap/
plugin: dump
organize:
ubuntu-filemanager-app.wrapper: bin/ubuntu-filemanager-app
References