~mterry/dialer-app/dispatcher-typo

« back to all changes in this revision

Viewing changes to snapcraft.yaml

  • Committer: Bileto Bot
  • Author(s): Renato Araujo Oliveira Filho
  • Date: 2016-10-20 15:15:39 UTC
  • mfrom: (551.1.1 snappy)
  • Revision ID: ci-train-bot@canonical.com-20161020151539-e740s7qaztmmlb2t
Snappy package.

Approved by: system-apps-ci-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: dialer-app
 
2
version: 0.1
 
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]