22 lines
625 B
YAML
22 lines
625 B
YAML
flatpak:
|
|
id: org.filezillaproject.Filezilla
|
|
branch: stable
|
|
command: filezilla
|
|
rename-desktop-file: filezilla.desktop
|
|
rename-icon: filezilla
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--socket=fallback-x11
|
|
--device=dri
|
|
--socket=wayland
|
|
--talk-name=org.freedesktop.PowerManagement
|
|
--talk-name=org.freedesktop.Notifications
|
|
--talk-name=org.gnome.SessionManager
|
|
--filesystem=host
|
|
--share=network
|
|
--require-version=0.10.3
|
|
--socket=ssh-auth
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- filezilla
|