~ci-train-bot/dialer-app/dialer-app-ubuntu-zesty-2213

551.1.1 by Renato Araujo Oliveira Filho
Snapcraft package.
1
name: dialer-app
558 by Bileto Bot
Releasing 0.1+17.04.20161124-0ubuntu1
2
version: 0.1+17.04.20161124-0ubuntu1
551.1.1 by Renato Araujo Oliveira Filho
Snapcraft package.
3
summary: Dialer application for Ubuntu
4
description: Dialer application for Ubuntu
5
confinement: devmode  # use "strict" to enforce system access only via declared interfaces
6
grade: devel
7
8
apps:
9
    dialer-app:
10
        command: desktop-launch $SNAP/usr/bin/dialer-app --desktop_file_hint=unity8 "$@"
11
        plugs: [unity7, opengl]
12
13
parts:
14
    dialer-app:
15
        plugin: cmake
16
        configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=off]
17
        source: .
18
        build-packages:
19
            - cmake
20
            - intltool
21
            - pkg-config
22
            - qt5-default
23
            - qtbase5-dev
24
            - qtdeclarative5-dev
25
            - qtdeclarative5-dev-tools
26
27
        stage-packages:
28
            - qml-module-qt-labs-settings
29
            - qml-module-qtsysteminfo
30
            - qml-module-ofono
31
            - qml-module-ubuntu-components
32
            - qtdeclarative5-gsettings1.0
33
            - qtdeclarative5-ubuntu-addressbook0.1
34
            - qtdeclarative5-ubuntu-content1
35
            - qtdeclarative5-ubuntu-history0.1
36
            - qtdeclarative5-ubuntu-telephony0.1
37
            - qtdeclarative5-ubuntu-telephony-phonenumber0.1
38
            - qtdeclarative5-ubuntu-keyboard-extensions0.1
39
            - qtdeclarative5-qtcontacts-plugin
40
            - qtubuntu-desktop
41
            - suru-icon-theme
42
            - mir-graphics-drivers-desktop
43
44
        snap:
45
            - -usr/lib/python3
46
            - -usr/share/doc
47
            - -usr/include         
48
49
        after: [desktop-qt5]