forked from ubports/clock-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
61 lines (56 loc) · 1.69 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: ubuntu-clock-app
version: 3.8.480
summary: Ubuntu Clock app
description: The clock app for all Ubuntu devices
confinement: devmode
grade: devel
apps:
ubuntu-clock-app:
command: desktop-launch $SNAP/bin/ubuntu-clock-app "$@"
plugs: [unity7, unity8, platform, opengl, network, mir, mir-libs]
plugs:
platform:
interface: content
content: ubuntu-app-platform1
target: ubuntu-app-platform
default-provider: ubuntu-app-platform
mir-libs:
interface: content
content: mir0
target: mir-libs
default-provider: mir-libs
parts:
ubuntu-clock-app:
source: .
plugin: cmake
configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
build-packages:
- build-essential
- cmake
- gettext
- intltool
- ubuntu-touch-sounds
- suru-icon-theme
- qml-module-qttest
- qml-module-qtsysteminfo
- qml-module-qt-labs-settings
- qtdeclarative5-u1db1.0
- qtdeclarative5-qtmultimedia-plugin
- qtdeclarative5-qtpositioning-plugin
- qtdeclarative5-ubuntu-content1
- qt5-default
- qtbase5-dev
- qtdeclarative5-dev
- qtdeclarative5-dev-tools
- qtdeclarative5-folderlistmodel-plugin
- qtdeclarative5-ubuntu-ui-toolkit-plugin
- xvfb
snap:
- -usr/share/doc
- -usr/include
after: [desktop-ubuntu-app-platform]
environment:
source: snap/
plugin: dump
organize:
ubuntu-clock-app.wrapper: bin/ubuntu-clock-app