21 lines
625 B
YAML
21 lines
625 B
YAML
compose:
|
|
modules:
|
|
- gnumeric:stable
|
|
flatpak:
|
|
id: org.gnumeric.Gnumeric
|
|
branch: stable
|
|
command: gnumeric
|
|
rename-appdata-file: gnumeric.appdata.xml
|
|
rename-desktop-file: gnumeric.desktop
|
|
rename-icon: gnumeric
|
|
copy-icon: true
|
|
finish-args: |-
|
|
--share=ipc
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--filesystem=xdg-documents
|
|
--talk-name=org.gtk.vfs.*
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
cleanup-commands: |
|
|
sed -i -e 's/org\.gnumeric\.gnumeric/org.gnumeric.Gnumeric/' /app/share/metainfo/gnumeric.appdata.xml
|