28 lines
610 B
YAML
28 lines
610 B
YAML
flatpak:
|
|
id: com.github.Flacon
|
|
branch: stable
|
|
runtime-name: flatpak-kde6-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- flacon
|
|
# weak dependencies
|
|
- flac
|
|
- lame
|
|
- mac
|
|
- opus-tools
|
|
- sox
|
|
- vorbis-tools
|
|
- wavpack
|
|
command: flacon
|
|
rename-desktop-file: flacon.desktop
|
|
rename-icon: flacon
|
|
finish-args: |-
|
|
--socket=wayland
|
|
--socket=fallback-x11
|
|
--share=ipc
|
|
--device=dri
|
|
--share=network
|
|
--filesystem=home
|
|
--filesystem=xdg-run/gvfs
|
|
--filesystem=xdg-run/gvfsd
|
|
--env=TMPDIR=/var/tmp
|