~ken-vandine/camera-app/lp1656252

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Bileto Bot
  • Author(s): Florian Boucault, Renato Araujo Oliveira Filho
  • Date: 2016-11-24 19:36:01 UTC
  • mfrom: (607.1.117 staging)
  • Revision ID: ci-train-bot@canonical.com-20161124193601-dl1twe2zwy6o2ca3
New release:
- added snap packaging
- debian: added missing dependency on 'qml-module-qtsensors' (LP: #1563858, #1572576, #1584524, #1585942, #1595082, #1615657)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
apps:
9
9
  camera-app:
10
 
    command: bin/camera.wrapper
11
 
    plugs: [unity7, opengl, camera, pulseaudio, home]
 
10
    command: desktop-launch $SNAP/bin/camera.wrapper
 
11
    plugs: [unity7, opengl, camera, pulseaudio, home, platform]
 
12
 
 
13
plugs:
 
14
  platform:
 
15
    interface: content
 
16
    content: ubuntu-app-platform1
 
17
    target: ubuntu-app-platform
12
18
 
13
19
parts:
14
20
  wrapper:
15
 
    source: .
 
21
    source: snap/
16
22
    plugin: dump
17
23
    organize:
18
24
      camera.wrapper: bin/camera.wrapper
19
 
    stage:
20
 
      - bin/camera.wrapper
21
 
    snap:
22
 
      - bin/camera.wrapper
23
25
 
24
 
  camera:
 
26
  camera-app:
25
27
    source: .
26
28
    plugin: cmake
27
29
    configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
37
39
      - libusermetricsinput1-dev
38
40
      - qtmultimedia5-dev
39
41
    stage-packages:
40
 
      - ubuntu-sdk-libs
41
 
      - qtubuntu-desktop
42
 
      - qml-module-qtpositioning
43
 
      - qtdeclarative5-unity-action-plugin
44
 
      - qtdeclarative5-usermetrics0.1
45
 
      - qtdeclarative5-ubuntu-content1
 
42
      - xdg-user-dirs
46
43
      - qtdeclarative5-ubuntu-ui-extras0.2
47
 
      - qtdeclarative5-ubuntu-thumbnailer0.1
48
 
      - xdg-user-dirs
49
 
      - mir-graphics-drivers-desktop
50
 
    after: [desktop-qt5]
 
44
    after: 
 
45
      - desktop-ubuntu-app-platform