~mardy/webapps-core/amazon-snap

« back to all changes in this revision

Viewing changes to webapp-amazon/snap/snapcraft.yaml

  • Committer: Alberto Mardegan
  • Date: 2016-12-23 11:51:49 UTC
  • Revision ID: alberto.mardegan@canonical.com-20161223115149-7isaotxjqty6g0bh
Try using the webapp-launcher part

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
parts:
34
34
  webapp-container:
35
 
    after: [desktop-ubuntu-app-platform]
36
 
    plugin: nil
37
 
    stage-packages:
38
 
      - fonts-liberation
39
 
      - liboxideqt-qmlplugin
40
 
      - libqt5sql5-sqlite
41
 
      - mir-graphics-drivers-desktop
42
 
      - qml-module-qt-labs-folderlistmodel
43
 
      - qml-module-qt-labs-settings
44
 
      - qml-module-qtquick2
45
 
      - qml-module-qtquick-layouts
46
 
      - qml-module-qtquick-window2
47
 
      - qml-module-ubuntu-components
48
 
      - qml-module-ubuntu-thumbnailer0.1
49
 
      - qtdeclarative5-ubuntu-content1
50
 
      - qtdeclarative5-ubuntu-download-manager0.1
51
 
      - qtdeclarative5-unity-action-plugin
52
 
      - qtubuntu-desktop
53
 
      - webapp-container
54
 
 
55
 
  launcher:
 
35
    after: [webapp-helper]
56
36
    plugin: dump
57
37
    source: snap
58
 
    organize:
59
 
      webapp-launcher: bin/webapp-launcher
60
38