com.roundabout_host.Izvor.yaml
ASCII text
1app-id: com.roundabout_host.Izvor 2runtime: org.freedesktop.Platform 3runtime-version: "24.08" 4sdk: org.freedesktop.Sdk 5command: izvor 6finish-args: 7- --share=network 8- --filesystem=home 9- --filesystem=host 10- --socket=fallback-x11 11- --share=ipc 12- --socket=wayland 13- --filesystem=xdg-data/izvor:create 14- --filesystem=xdg-config/izvor:create 15environment: 16PYTHONPATH: "/app/lib/python3.12/site-packages:${PYTHONPATH}" 17modules: 18- name: python-requirements 19buildsystem: simple 20build-commands: 21- mkdir -p /app/share/python_packages 22- cp -r . /app/share/python_packages/ 23sources: 24- type: dir 25path: python_packages 26- name: izvor 27buildsystem: simple 28build-commands: 29- unset GTK_MODULES 30- mkdir -p /app/bin /app/share/izvor 31- cp -r ./* /app/share/izvor/ 32- ls /app/share/python_packages 33- pip install --no-index --find-links=/app/share/python_packages -r /app/share/izvor/requirements-flatpak.txt --target=/app/lib/python3.12/site-packages 34- chmod +x /app/share/izvor/__init__.py 35- ln -s /app/share/izvor/__init__.py /app/bin/izvor 36#- fc-cache -fv 37sources: 38- type: dir 39path: src 40- name: izvor_utils 41buildsystem: simple 42build-commands: 43- mkdir -p /app/lib/python3.12/site-packages/izvor_utils 44- cp -r . /app/lib/python3.12/site-packages/izvor_utils/ 45sources: 46- type: dir 47path: izvor_utils 48- name: icon 49buildsystem: simple 50build-commands: 51- mkdir -p /app/share/icons/hicolor/scalable/apps 52- cp com.roundabout_host.Izvor.svg /app/share/icons/hicolor/scalable/apps/ 53sources: 54- type: file 55path: com.roundabout_host.Izvor.svg 56- name: metainfo 57buildsystem: simple 58build-commands: 59- install -Dm644 com.roundabout_host.Izvor.metainfo.xml /app/share/metainfo/com.roundabout_host.Izvor.metainfo.xml 60sources: 61- type: file 62path: com.roundabout_host.Izvor.metainfo.xml 63- name: desktop 64buildsystem: simple 65build-commands: 66- mkdir -p /app/share/applications 67- cp com.roundabout_host.Izvor.desktop /app/share/applications/ 68sources: 69- type: file 70path: com.roundabout_host.Izvor.desktop 71