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