pychess/container.yaml
Yaakov Selkowitz b7845437ca Remove extraneous dependency
This is properly generated now in the RPM.
2026-08-04 21:42:32 -04:00

33 lines
854 B
YAML

flatpak:
id: io.github.pychess.pychess
branch: stable
runtime-name: flatpak-runtime
runtime-version: f44
packages:
- pychess
# - pychess-doc
# chess engines
- dreamchess-engine
- fruit
- fruit-books
- gnuchess
- stockfish
- toga2
# additional components
- chess_db
- scoutfish
rename-appdata-file: pychess.metainfo.xml
rename-desktop-file: pychess.desktop
rename-icon: pychess
rename-mime-file: pychess.xml
command: pychess
finish-args: |-
--device=dri
--filesystem=home
--share=ipc
--share=network
--socket=fallback-x11
--socket=wayland
cleanup-commands: |
sed -i -e 's|sys\.prefix|"/app"|' /app/lib/python*/site-packages/pychess/System/prefix.py
python3 -c 'from pychess.System import prefix'