32 lines
1,015 B
YAML
32 lines
1,015 B
YAML
flatpak:
|
|
id: org.gnome.Evolution
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f39
|
|
packages:
|
|
- evolution
|
|
- evolution-ews
|
|
command: evolution
|
|
rename-icon: evolution
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--share=network
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--socket=pulseaudio
|
|
--device=dri
|
|
--socket=pcsc
|
|
--talk-name=org.gnome.OnlineAccounts
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.freedesktop.secrets
|
|
--talk-name=org.gnome.keyring.SystemPrompter
|
|
--filesystem=/run/.heim_org.h5l.kcm-socket
|
|
--metadata=X-DConf=migrate-path=/org/gnome/evolution/
|
|
--filesystem=~/.gnupg:rw
|
|
--filesystem=xdg-config/gnupg:rw
|
|
--filesystem=~/.pki:rw
|
|
--filesystem=xdg-config/pki:rw
|
|
--filesystem=xdg-run/gvfsd:rw
|
|
cleanup-commands: |
|
|
/app/libexec/evolution-data-server/set-dbus-prefix org.gnome.Evolution
|