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 • 870 B
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
- --socket=x11
10
- --socket=wayland
11
- --filesystem=xdg-config/fontconfig:ro
12
- --filesystem=xdg-config/fonts:ro
13
- --talk-name=org.freedesktop.DBus
14
- --own-name=org.freedesktop.DBus
15
- --socket=session-bus
16
build-options:
17
build-args:
18
- --share=network
19
modules:
20
- name: izvor
21
buildsystem: simple
22
build-commands:
23
- unset GTK_MODULES
24
- mkdir -p /app/bin /app/share/izvor
25
- cp -r ./* /app/share/izvor/
26
- pip install --prefix=/app --no-deps -r /app/share/izvor/requirements-flatpak.txt
27
- chmod +x /app/share/izvor/__init__.py
28
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
29
sources:
30
- type: dir
31
path: src
32