By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 com.roundabout_host.Izvor.yaml

View raw Download
text/plain • 1.22 kiB
ASCII text
        
            
1
id: com.roundabout_host.Izvor
2
runtime: org.freedesktop.Platform
3
runtime-version: "24.08"
4
sdk: org.freedesktop.Sdk
5
command: izvor
6
finish-args:
7
- --share=network
8
- --filesystem=host
9
- --socket=fallback-x11
10
- --share=ipc
11
- --socket=wayland
12
- --talk-name=org.freedesktop.Flatpak
13
modules:
14
# flatpak-pip-generator
15
- pypi-dependencies.json
16
- name: izvor
17
buildsystem: simple
18
build-commands:
19
- export PYTHON_NAME=python$(python3 -c 'import sys; print("{}.{}".format(*sys.version_info))')
20
- mkdir -p /app/bin /app/share/izvor
21
- cp -r ./src/* /app/share/izvor/
22
- chmod +x /app/share/izvor/__init__.py
23
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
24
- mkdir -p /app/lib/$PYTHON_NAME/site-packages/izvor_utils
25
- cp -r ./izvor_utils /app/lib/$PYTHON_NAME/site-packages/
26
- mkdir -p /app/share/icons/hicolor/scalable/apps
27
- cp com.roundabout_host.Izvor.svg /app/share/icons/hicolor/scalable/apps/
28
- mkdir -p /app/share/applications
29
- cp com.roundabout_host.Izvor.desktop /app/share/applications/
30
sources:
31
- type: git
32
url: https://roundabout-host.com/git/roundabout/izvor
33
branch: master
34
commit: 7c144c4bac81ef6c047e90ca0fd1921b0947bf98