name: infodump
version: 0
summary: RSS and weather viewer for Raspberry Pi
description: This is my-snap's description
confinement: devmode # use "strict" to enforce system access only via declared interfaces
apps:
infodump:
command: desktop-launch infodump -platform eglfs
plugs:
- network
parts:
infodump:
plugin: qmake
qt-version: qt5
source: ../infodump
build-packages:
- qtbase5-dev
- libraspberrypi-dev
stage-packages:
# Here for the plugins-- they're not linked in automatically.
- libqt5declarative5
- qml-module-qtquick2
- qml-module-qtquick-xmllistmodel
after: [qt5]
qt5:
source: git://github.com/ubuntu/snapcraft-desktop-helpers
source-subdir: qt
make-parameters: ["FLAVOR=qt5"]
plugin: make
build-packages:
- qtbase5-dev
- dpkg-dev