23 lines
693 B
YAML
23 lines
693 B
YAML
flatpak:
|
|
id: org.rncbc.qsynth
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- qsynth
|
|
command: qsynth
|
|
finish-args: |-
|
|
--device=all
|
|
--filesystem=home
|
|
--filesystem=xdg-config/kdeglobals:ro
|
|
--filesystem=xdg-run/pipewire-0
|
|
--share=ipc
|
|
--socket=wayland
|
|
--socket=fallback-x11
|
|
--socket=pulseaudio
|
|
--talk-name=org.kde.StatusNotifierWatcher
|
|
--talk-name=org.kde.kconfig.notify
|
|
--talk-name=org.kde.KGlobalSettings
|
|
--env=TMPDIR=/var/tmp
|
|
cleanup-commands: |
|
|
sed -i -e '/^Exec=/s/-platform xcb *//' /app/share/applications/*.desktop
|