gtkwave/container.yaml
Yaakov Selkowitz a50ef8658e F44
2026-03-24 20:48:19 -04:00

22 lines
636 B
YAML

flatpak:
id: io.github.gtkwave.GTKWave
branch: stable
runtime-name: flatpak-runtime
runtime-version: f44
packages:
- gtkwave
command: gtkwave
rename-desktop-file: gtkwave.desktop
rename-icon: gtkwave
finish-args: |-
--device=dri
--filesystem=home
--share=ipc
--socket=fallback-x11
--socket=pulseaudio
--socket=wayland
--socket=cups
cleanup-commands: |
for f in /app/share/mime/packages/x-gtkwave-extension-*; do \
mv $f /app/share/mime/packages/io.github.gtkwave.GTKWave-${f##*/x-gtkwave-extension-}; \
done