~laney/ubuntu-terminal-app/notshowin-unity

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
name: ubuntu-terminal-app
version: 0.7.207
summary: Ubuntu Terminal app
description: The terminal app for all Ubuntu devices.

confinement: devmode

apps:
  ubuntu-terminal-app:
    command: desktop-launch $SNAP/usr/lib/*/qt5/bin/qmlscene $SNAP/qml/ubuntu-terminal-app.qml
    plugs: [unity7, opengl, network, network-bind, home]

parts:
  terminal:
    plugin: cmake
    configflags: [-DCMAKE_INSTALL_PREFIX=/usr, -DCLICK_MODE=on]
    source: .
    build-packages:
      - build-essential
      - cmake
      - gettext
      - intltool
      - python3
      - qtbase5-dev
      - qtdeclarative5-dev
      - libqtermwidget5-0-dev
      - libpam0g-dev
    stage-packages:
      - ubuntu-sdk-libs
      - qtubuntu-desktop
      - libqtermwidget5-0
      - libqt5systeminfo5
      - qml-module-qtsysteminfo
    snap:
      - -usr/share/doc
      - -usr/include
    after: [desktop-qt5]