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.36 kiB
ASCII text
        
            
1
app-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=home
9
- --filesystem=host
10
- --socket=x11
11
- --socket=wayland
12
- --filesystem=xdg-config/fontconfig:ro
13
- --filesystem=xdg-data/izvor:create
14
- --filesystem=xdg-config/izvor:create
15
- --talk-name=org.freedesktop.DBus
16
- --own-name=org.freedesktop.DBus
17
- --socket=session-bus
18
- --filesystem=~/.local/share/fonts:ro
19
- --filesystem=~/.fonts:ro
20
- --filesystem=xdg-data/fonts:ro
21
build-options:
22
build-args:
23
- --share=network
24
environment:
25
PYTHONPATH: "/app/lib/python3.12/site-packages:${PYTHONPATH}"
26
modules:
27
- name: izvor
28
buildsystem: simple
29
build-commands:
30
- unset GTK_MODULES
31
- mkdir -p /app/bin /app/share/izvor
32
- cp -r ./* /app/share/izvor/
33
- pip install --prefix=/app --no-deps -r /app/share/izvor/requirements-flatpak.txt
34
- chmod +x /app/share/izvor/__init__.py
35
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
36
- fc-cache -fv
37
sources:
38
- type: dir
39
path: src
40
- name: izvor_utils
41
buildsystem: simple
42
build-commands:
43
#- mkdir -p /app/lib/python3.12/site-packages/izvor_utils
44
- cp -r . /app/lib/python3.12/site-packages/izvor_utils/
45
sources:
46
- type: dir
47
path: izvor_utils
48