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 • 1021 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
- --talk-name=org.freedesktop.DBus
13
- --own-name=org.freedesktop.DBus
14
- --socket=session-bus
15
- --filesystem=~/.local/share/fonts:ro
16
- --filesystem=~/.fonts:ro
17
- --filesystem=xdg-data/fonts:ro
18
- --filesystem=~/.var/app/com.roundabout_host.Izvor/data:rw
19
build-options:
20
build-args:
21
- --share=network
22
modules:
23
- name: izvor
24
buildsystem: simple
25
build-commands:
26
- unset GTK_MODULES
27
- mkdir -p /app/bin /app/share/izvor
28
- cp -r ./* /app/share/izvor/
29
- pip install --prefix=/app --no-deps -r /app/share/izvor/requirements-flatpak.txt
30
- chmod +x /app/share/izvor/__init__.py
31
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
32
- fc-cache -fv
33
sources:
34
- type: dir
35
path: src
36