26 lines
708 B
YAML
26 lines
708 B
YAML
flatpak:
|
|
id: org.gnu.emacs
|
|
branch: stable
|
|
runtime: org.fedoraproject.Sdk
|
|
runtime-name: flatpak-sdk
|
|
runtime-version: f44
|
|
packages:
|
|
- emacs
|
|
- emacs-gtk+x11
|
|
- emacs-pgtk
|
|
command: emacs-desktop
|
|
rename-appdata-file: emacs.metainfo.xml
|
|
rename-desktop-file: emacs.desktop
|
|
rename-icon: emacs
|
|
finish-args: |-
|
|
--share=network
|
|
--share=ipc
|
|
--socket=pulseaudio
|
|
--socket=fallback-x11
|
|
--socket=wayland
|
|
--filesystem=host
|
|
--filesystem=/tmp
|
|
--filesystem=/var/tmp
|
|
--talk-name=org.freedesktop.Flatpak
|
|
cleanup-commands: |
|
|
rm -f /app/share/icons/hicolor/scalable/apps/emacs.ico
|