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.75 kiB
ASCII text
        
            
1
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=host
9
- --socket=fallback-x11
10
- --share=ipc
11
- --socket=wayland
12
- --filesystem=xdg-data/izvor:create
13
- --filesystem=xdg-config/izvor:create
14
- --talk-name=org.freedesktop.Flatpak
15
modules:
16
# flatpak-pip-generator
17
- pypi-dependencies.json
18
- name: izvor
19
buildsystem: simple
20
build-commands:
21
- unset GTK_MODULES
22
- mkdir -p /app/bin /app/share/izvor
23
- cp -r ./* /app/share/izvor/
24
- chmod +x /app/share/izvor/__init__.py
25
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
26
sources:
27
- type: dir
28
path: src
29
- name: izvor_utils
30
buildsystem: simple
31
build-commands:
32
- mkdir -p /app/lib/python3.12/site-packages/izvor_utils
33
- cp -r . /app/lib/python3.12/site-packages/izvor_utils/
34
sources:
35
- type: dir
36
path: izvor_utils
37
- name: icon
38
buildsystem: simple
39
build-commands:
40
- mkdir -p /app/share/icons/hicolor/scalable/apps
41
- cp com.roundabout_host.Izvor.svg /app/share/icons/hicolor/scalable/apps/
42
sources:
43
- type: file
44
path: com.roundabout_host.Izvor.svg
45
- name: metainfo
46
buildsystem: simple
47
build-commands:
48
- install -Dm644 com.roundabout_host.Izvor.metainfo.xml /app/share/metainfo/com.roundabout_host.Izvor.metainfo.xml
49
sources:
50
- type: file
51
path: com.roundabout_host.Izvor.metainfo.xml
52
- name: desktop
53
buildsystem: simple
54
build-commands:
55
- mkdir -p /app/share/applications
56
- cp com.roundabout_host.Izvor.desktop /app/share/applications/
57
sources:
58
- type: file
59
path: com.roundabout_host.Izvor.desktop
60