mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
name: mailspring
|
|
version: MAILSPRING_VERSION
|
|
summary: The best email app for people and teams at work
|
|
description: |
|
|
An extensible desktop mail app built on the modern web.
|
|
|
|
confinement: strict
|
|
|
|
parts:
|
|
mailspring:
|
|
plugin: dump
|
|
source: ./app/dist/mailspring-MAILSPRING_VERSION-amd64.deb
|
|
source-type: deb
|
|
# Correct path to icon.
|
|
prepare: |
|
|
sed -i 's|Icon=mailspring|Icon=/usr/share/pixmaps/mailspring\.png|' usr/share/applications/mailspring.desktop
|
|
after:
|
|
- desktop-gtk2
|
|
stage-packages:
|
|
- gir1.2-gnomekeyring-1.0
|
|
- libasound2
|
|
- libcurl3
|
|
- libgconf2-4
|
|
- libgcrypt20
|
|
- libsecret-1-0
|
|
- libnotify4
|
|
- libnspr4
|
|
- libnss3
|
|
- libpulse0
|
|
- libxkbfile1
|
|
- libxss1
|
|
- libxtst6
|
|
- python
|
|
|
|
apps:
|
|
mailspring:
|
|
command: desktop-launch $SNAP/usr/share/mailspring/mailspring
|
|
desktop: usr/share/applications/mailspring.desktop
|
|
# Correct the TMPDIR path for Chromium Framework/Electron to
|
|
# ensure libappindicator has readable resources.
|
|
environment:
|
|
HOME: $SNAP_USER_COMMON
|
|
TMPDIR: $XDG_RUNTIME_DIR
|
|
plugs:
|
|
- avahi-observe
|
|
- browser-support
|
|
- cups-control
|
|
- gsettings
|
|
- home
|
|
- mount-observe
|
|
- network
|
|
- network-observe
|
|
- password-manager-service
|
|
- pulseaudio
|
|
- removable-media
|
|
- screen-inhibit-control
|
|
- system-observe
|
|
- unity7
|
|
- x11
|