~artmello/messaging-app/messaging-app-snap

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
62
63
64
65
66
67
68
69
70
71
name: messaging-app
version: 3.9.4
summary: Messaging Application for Ubuntu
description: An application to send and receive messages
grade: stable
confinement: devmode

apps:
  messaging-app:
    command: bin/messaging.wrapper
    plugs: [unity7, opengl, home, gsettings]

parts:
  messaging:
    source: .
    plugin: cmake
    configflags: [-DCMAKE_INSTALL_PREFIX=/usr]
    build-packages:
      - cmake
      - gettext
      - intltool
      - pkg-config
      - apparmor-easyprof
      - apparmor-easyprof-ubuntu
      - libnotify-dev
      - python3
      - python3-flake8
      - qml-module-qt-labs-settings
      - qml-module-qtmultimedia
      - qml-module-qttest
      - qt5-default
      - qtbase5-dev
      - qtdeclarative5-dev
      - qtdeclarative5-dev-tools
      - qtdeclarative5-folderlistmodel-plugin
      - qtdeclarative5-gsettings1.0
      - qtdeclarative5-qtcontacts-plugin
      - qtdeclarative5-ubuntu-addressbook0.1
      - qtdeclarative5-ubuntu-content1
      - qtdeclarative5-ubuntu-history0.1
      - qtdeclarative5-ubuntu-telephony-phonenumber0.1
      - qtdeclarative5-ubuntu-telephony0.1
      - qtdeclarative5-ubuntu-thumbnailer0.1
      - qtdeclarative5-ubuntu-ui-toolkit-plugin
      - qtmultimedia5-dev
      - qtpim5-dev
      - xvfb

    stage-packages:
      - libqt5multimedia5
      - qml-module-qt-labs-folderlistmodel
      - qml-module-qt-labs-settings
      - qml-module-qtmultimedia
      - qtdeclarative5-gsettings1.0
      - qtdeclarative5-qtcontacts-plugin
      - qtdeclarative5-ubuntu-addressbook0.1
      - qtdeclarative5-ubuntu-history0.1
      - qtdeclarative5-ubuntu-telephony-phonenumber0.1
      - qtdeclarative5-ubuntu-telephony0.1
      - qtdeclarative5-ubuntu-ui-toolkit-plugin
      - qtubuntu-desktop
      - ttf-ancient-fonts-symbola
      - gsettings-ubuntu-touch-schemas
    after: [desktop/gtk3]

  messaging-copy:
    source: .
    plugin: dump
    organize:
      messaging.wrapper: bin/messaging.wrapper
      snappy-qt5.conf: etc/xdg/qtchooser/snappy-qt5.conf