21 lines
573 B
YAML
21 lines
573 B
YAML
compose:
|
|
modules:
|
|
- tuxmath:stable
|
|
flatpak:
|
|
id: com.tux4kids.tuxmath
|
|
branch: stable
|
|
command: tuxmath
|
|
rename-appdata-file: tuxmath.appdata.xml
|
|
rename-desktop-file: tuxmath.desktop
|
|
rename-icon: tuxmath
|
|
finish-args: |-
|
|
--device=dri
|
|
--share=ipc
|
|
--share=network
|
|
--socket=x11
|
|
--socket=pulseaudio
|
|
--persist=.t4k_common
|
|
--persist=.tuxmath
|
|
# not a valid icon: Expected a square icon but got: 132x117
|
|
cleanup-commands: |
|
|
rm /app/share/icons/hicolor/scalable/apps/tuxmath.svg
|