24 lines
780 B
YAML
24 lines
780 B
YAML
flatpak:
|
|
id: org.gnumeric.Gnumeric
|
|
branch: stable
|
|
command: gnumeric
|
|
rename-appdata-file: org.gnumeric.gnumeric.appdata.xml
|
|
rename-desktop-file: org.gnumeric.gnumeric.desktop
|
|
rename-icon: org.gnumeric.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/*.appdata.xml
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f42
|
|
packages:
|
|
- gnumeric
|
|
- gnumeric-plugins-extras
|
|
- gnome-chemistry-utils-gnumeric
|