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 15modules: 16- name: python-requirements 17buildsystem: simple 18build-commands: 19- mkdir -p /app/share/python_packages 20- cp -r . /app/share/python_packages/ 21sources: 22- type: dir 23path: python_packages 24- name: izvor 25buildsystem: simple 26build-commands: 27- unset GTK_MODULES 28- mkdir -p /app/bin /app/share/izvor 29- cp -r ./* /app/share/izvor/ 30- ls /app/share/python_packages 31- pip install --no-index --find-links=/app/share/python_packages -r /app/share/izvor/requirements-flatpak.txt --target=/app/lib/python3.12/site-packages 32- chmod +x /app/share/izvor/__init__.py 33- ln -s /app/share/izvor/__init__.py /app/bin/izvor 34#- fc-cache -fv 35sources: 36- type: dir 37path: src 38- name: izvor_utils 39buildsystem: simple 40build-commands: 41- mkdir -p /app/lib/python3.12/site-packages/izvor_utils 42- cp -r . /app/lib/python3.12/site-packages/izvor_utils/ 43sources: 44- type: dir 45path: izvor_utils 46- name: icon 47buildsystem: simple 48build-commands: 49- mkdir -p /app/share/icons/hicolor/scalable/apps 50- cp com.roundabout_host.Izvor.svg /app/share/icons/hicolor/scalable/apps/ 51sources: 52- type: file 53path: com.roundabout_host.Izvor.svg 54- name: metainfo 55buildsystem: simple 56build-commands: 57- install -Dm644 com.roundabout_host.Izvor.metainfo.xml /app/share/metainfo/com.roundabout_host.Izvor.metainfo.xml 58sources: 59- type: file 60path: com.roundabout_host.Izvor.metainfo.xml 61- name: desktop 62buildsystem: simple 63build-commands: 64- mkdir -p /app/share/applications 65- cp com.roundabout_host.Izvor.desktop /app/share/applications/ 66sources: 67- type: file 68path: com.roundabout_host.Izvor.desktop 69