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 • 2.11 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=fallback-x11
11
- --share=ipc
12
- --socket=wayland
13
- --filesystem=xdg-data/izvor:create
14
- --filesystem=xdg-config/izvor:create
15
modules:
16
- name: python-requirements
17
buildsystem: simple
18
build-commands:
19
- mkdir -p /app/share/python_packages
20
- cp -r . /app/share/python_packages/
21
sources:
22
- type: dir
23
path: python_packages
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
- ls /app/share/python_packages
31
- pip install --no-index --find-links=/app/share/python_packages -r /app/share/izvor/requirements-flatpak.txt --target=/app/lib/python3.12/site-packages
32
- chmod +x /app/share/izvor/__init__.py
33
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
34
#- fc-cache -fv
35
sources:
36
- type: dir
37
path: src
38
- name: izvor_utils
39
buildsystem: simple
40
build-commands:
41
- mkdir -p /app/lib/python3.12/site-packages/izvor_utils
42
- cp -r . /app/lib/python3.12/site-packages/izvor_utils/
43
sources:
44
- type: dir
45
path: izvor_utils
46
- name: icon
47
buildsystem: simple
48
build-commands:
49
- mkdir -p /app/share/icons/hicolor/scalable/apps
50
- cp com.roundabout_host.Izvor.svg /app/share/icons/hicolor/scalable/apps/
51
sources:
52
- type: file
53
path: com.roundabout_host.Izvor.svg
54
- name: metainfo
55
buildsystem: simple
56
build-commands:
57
- install -Dm644 com.roundabout_host.Izvor.metainfo.xml /app/share/metainfo/com.roundabout_host.Izvor.metainfo.xml
58
sources:
59
- type: file
60
path: com.roundabout_host.Izvor.metainfo.xml
61
- name: desktop
62
buildsystem: simple
63
build-commands:
64
- mkdir -p /app/share/applications
65
- cp com.roundabout_host.Izvor.desktop /app/share/applications/
66
sources:
67
- type: file
68
path: com.roundabout_host.Izvor.desktop
69