easyssh/snapcraft.yaml

97 lines
2.9 KiB
YAML
Raw Normal View History

2018-04-25 02:08:55 +08:00
name: easyssh
2019-01-27 05:16:13 +08:00
version: 1.5.3
2018-04-25 02:08:55 +08:00
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.
2019-01-27 05:16:13 +08:00
base: core18
2018-04-25 02:08:55 +08:00
icon: data/icons/24/com.github.muriloventuroso.easyssh.svg
2019-01-27 05:16:13 +08:00
confinement: strict
2018-04-25 02:08:55 +08:00
slots:
dbus-easyssh:
interface: dbus
bus: session
name: com.github.muriloventuroso.easyssh
apps:
easyssh:
2019-01-27 05:16:13 +08:00
command: desktop-launch $SNAP/usr/bin/com.github.muriloventuroso.easyssh
2018-05-21 21:18:11 +08:00
desktop: usr/share/applications/com.github.muriloventuroso.easyssh.desktop
2019-01-27 05:16:13 +08:00
plugs: [network, home, x11, unity7, gsettings, locale-control]
2018-07-24 07:19:08 +08:00
slots: [ dbus-easyssh ]
2018-04-25 02:08:55 +08:00
2019-01-27 05:16:13 +08:00
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
2018-04-25 02:08:55 +08:00
parts:
2019-01-27 05:16:13 +08:00
2018-04-25 02:08:55 +08:00
easyssh:
plugin: meson
meson-parameters:
- --prefix=/usr
2019-02-15 23:30:32 +08:00
source: https://github.com/muriloventuroso/easyssh.git
source-type: git
2019-01-27 05:16:13 +08:00
after: [granite, desktop-gnome-platform]
2018-04-25 02:08:55 +08:00
build-packages:
- build-essential
2018-04-28 02:24:06 +08:00
- intltool
2018-04-25 02:08:55 +08:00
- libgee-0.8-dev
2018-04-28 02:24:06 +08:00
- debhelper
2018-04-25 02:08:55 +08:00
- libgtk-3-dev
- libjson-glib-dev
2019-02-15 23:30:32 +08:00
- libunity-dev
2018-04-28 02:24:06 +08:00
stage-packages:
- gobject-introspection
- libgee-0.8-2
2018-05-21 21:18:11 +08:00
- libgtk-3-0
2019-01-27 01:59:41 +08:00
- locales-all
2019-01-28 21:21:22 +08:00
- gpg
- openssh-client
2019-02-15 23:56:13 +08:00
- libvte-2.91-dev
2019-01-28 21:21:22 +08:00
granite:
plugin: cmake
source: https://github.com/elementary/granite/archive/5.2.2.tar.gz
source-type: tar
2019-02-16 00:03:22 +08:00
configflags: [-DCMAKE_BUILD_TYPE=Release, -DCMAKE_INSTALL_PREFIX=/usr, -DCMAKE_INSTALL_LIBDIR=/usr/lib]
2019-01-28 21:21:22 +08:00
build-packages:
- build-essential
- libgee-0.8-dev
- libgirepository1.0-dev
- libgtk-3-dev
- cmake
- gobject-introspection
2019-01-27 05:16:13 +08:00
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
2019-02-16 00:14:20 +08:00
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