~phablet-team/camera-app/trunk

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Renato Araujo Oliveira Filho
  • Date: 2017-02-16 13:51:05 UTC
  • Revision ID: renato.filho@canonical.com-20170216135105-6muzch5owxr8ee9j
[snap] UI extras is now part of ubuntu-platform.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
apps:
9
9
  camera-app:
10
 
    command: desktop-launch $SNAP/bin/camera.wrapper
11
 
    plugs: [unity7, unity8, opengl, camera, pulseaudio, home, platform]
 
10
    command: desktop-launch $SNAP/bin/camera.wrapper "$@"
 
11
    plugs: [unity7, unity8, mir, opengl, camera, pulseaudio, home, platform]
12
12
 
13
13
plugs:
14
14
  platform:
27
27
    source: .
28
28
    plugin: cmake
29
29
    configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
 
30
    build-attributes: [no-system-libraries]
30
31
    build-packages:
31
32
      - gcc
32
33
      - g++
40
41
      - qtmultimedia5-dev
41
42
    stage-packages:
42
43
      - xdg-user-dirs
43
 
      - qtdeclarative5-ubuntu-ui-extras0.2
44
44
    after: 
45
45
      - desktop-ubuntu-app-platform