33 lines
854 B
YAML
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'
|