-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsnapcraft.yaml
54 lines (51 loc) · 1.12 KB
/
snapcraft.yaml
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
name: instagraph
version: '0.5'
summary: Unofficial Instagraph Client
description: Unofficial Instagraph Client
grade: stable
confinement: strict
base: core20
apps:
instagraph:
command: desktop-launch $SNAP/bin/instagraph
environment:
DISABLE_WAYLAND: 1
IS_DESKTOP: 1
plugs:
- unity7
- x11
- opengl
- gsettings
- network
- network-bind
- camera
- pulseaudio
- alsa
- location-control
- location-observe
- ubuntu-download-manager
parts:
launcher:
plugin: dump
source: .
organize:
launcher.sh: bin/instagraph
instagraph:
plugin: qmake
source: https://github.com/turanmahmudov/Instagraph.git
build-packages:
- ubuntu-sdk-libs
- qtdeclarative5-dev
stage-packages:
- ubuntu-sdk-libs
- qmlscene
- qml-module-ubuntu-components
- qtdeclarative5-dev
- gstreamer1.0-pulseaudio
- gstreamer1.0-libav
- gstreamer1.0-plugins-bad
- gstreamer1.0-plugins-ugly
- qml-module-qtquick-dialogs
- qml-module-qtquick-controls
organize:
icon.png: meta/gui/instagraph.png