forked from ubuntu-libertine/libertine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
79 lines (74 loc) · 1.72 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name: libertine
version: 1.7.1+17.04.20170331-0ubuntu1
summary: Libertine suite
description: |
Suite for maintaining deb-based applications in a non-deb environment
confinement: strict
grade: devel
slots:
libertined:
interface: dbus
name: com.canonical.libertine.Service
bus: session
plugs:
libertined-client:
interface: dbus
name: com.canonical.libertine.Service
bus: session
apps:
libertined:
command: usr/bin/snap-runner.wrapper libertined
plugs:
- lxd
- network
- network-bind
slots:
- libertined
# daemon: simple # Waiting on LP:1613420
launch:
command: usr/bin/snap-runner.wrapper libertine-launch
aliases:
- libertine-launch
plugs:
- lxd
- network
- network-bind
- home
- x11
- unity7
- opengl
- pulseaudio
- alsa
- libertined-client
container-manager:
command: usr/bin/snap-runner.wrapper libertine-container-manager
aliases:
- libertine-container-manager
plugs:
- lxd
- network
- libertined-client
manager-app:
command: usr/bin/snap-runner.wrapper libertine-manager-app
# desktop command currently being labeled unknown by app store, restore with snapcraft 2.26 release
# desktop: usr/share/applications/libertine-manager-app.desktop
aliases:
- libertine-manager-app
# For debugging purposes
bash:
command: usr/bin/snap-runner.wrapper bash
plugs:
- libertined-client
parts:
libertine-source:
plugin: libertine
source: .
after:
- desktop-qt5
libertine-deps:
plugin: libertine-deps
env:
plugin: dump
source: snap/
organize:
snap-runner.wrapper: usr/bin/snap-runner.wrapper