forked from ubports/camera-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
45 lines (41 loc) · 1018 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: camera-app
version: 3.0.0+17.04.20161124.3-0ubuntu1
summary: Ubuntu Camera Application
description: Camera application to take pictures and shoot videos
confinement: devmode
grade: devel
apps:
camera-app:
command: desktop-launch $SNAP/bin/camera.wrapper
plugs: [unity7, unity8, opengl, camera, pulseaudio, home, platform]
plugs:
platform:
interface: content
content: ubuntu-app-platform1
target: ubuntu-app-platform
parts:
wrapper:
source: snap/
plugin: dump
organize:
camera.wrapper: bin/camera.wrapper
camera-app:
source: .
plugin: cmake
configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
build-packages:
- gcc
- g++
- cmake
- gettext
- intltool
- pkg-config
- qtbase5-dev
- qtdeclarative5-dev
- libusermetricsinput1-dev
- qtmultimedia5-dev
stage-packages:
- xdg-user-dirs
- qtdeclarative5-ubuntu-ui-extras0.2
after:
- desktop-ubuntu-app-platform