-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
snapcraft.yaml
executable file
·97 lines (91 loc) · 2.88 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
name: easyssh
version: 1.5.3
summary: SSH Connection Manager
description: A complete, efficient and easy-to-use manager. Create and edit connections, groups, customize the terminal, with multiple instances of the same connection.
base: core18
icon: data/icons/24/com.github.muriloventuroso.easyssh.svg
confinement: strict
slots:
dbus-easyssh:
interface: dbus
bus: session
name: com.github.muriloventuroso.easyssh
apps:
easyssh:
command: desktop-launch $SNAP/usr/bin/com.github.muriloventuroso.easyssh
desktop: usr/share/applications/com.github.muriloventuroso.easyssh.desktop
plugs: [network, home, x11, gsettings, locale-control]
slots: [ dbus-easyssh ]
plugs:
gnome-3-28-1804:
interface: content
target: $SNAP/gnome-platform
default-provider: gnome-3-28-1804
gtk-3-themes:
interface: content
target: $SNAP/data-dir/themes
default-provider: gtk-common-themes
icon-themes:
interface: content
target: $SNAP/data-dir/icons
default-provider: gtk-common-themes
sound-themes:
interface: content
target: $SNAP/data-dir/sounds
default-provider: gtk-common-themes
parts:
easyssh:
plugin: meson
meson-parameters:
- --prefix=/usr
source: https://github.com/muriloventuroso/easyssh.git
source-type: git
after: [valac, granite, desktop-gnome-platform]
build-packages:
- build-essential
- intltool
- libgee-0.8-dev
- debhelper
- libgtk-3-dev
- libjson-glib-dev
stage-packages:
- gobject-introspection
- libgee-0.8-2
- libgtk-3-0
- locales-all
- gpg
- openssh-client
- libvte-2.91-dev
granite:
plugin: cmake
source: https://github.com/elementary/granite/archive/5.2.2.tar.gz
source-type: tar
after: [valac]
configflags: [-DCMAKE_BUILD_TYPE=Release, -DCMAKE_INSTALL_PREFIX=/usr, -DCMAKE_INSTALL_LIBDIR=/usr/lib]
build-packages:
- build-essential
- libgee-0.8-dev
- libgirepository1.0-dev
- libgtk-3-dev
- cmake
- gobject-introspection
desktop-gnome-platform:
source: https://github.com/ubuntu/snapcraft-desktop-helpers.git
source-subdir: gtk
plugin: make
make-parameters: ["FLAVOR=gtk3"]
build-packages:
- build-essential
- libgtk-3-dev
override-build: |
snapcraftctl build
mkdir -pv $SNAPCRAFT_PART_INSTALL/gnome-platform
valac:
plugin: autotools
source: https://download.gnome.org/sources/vala/0.40/vala-0.40.13.tar.xz
build-packages:
- flex
- bison
- build-essential
- libglib2.0-dev
- libgraphviz-dev