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.roundabout.Izvor.yaml

View raw Download
text/plain • 1.28 kiB
ASCII text
        
            
1
id: com.roundabout_host.roundabout.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
- --talk-name=org.freedesktop.Flatpak
13
modules:
14
# flatpak-pip-generator
15
- pypi-dependencies.json
16
- name: izvor
17
buildsystem: simple
18
build-commands:
19
- |
20
PYTHON_NAME=python$(python3 -c 'import sys; print("{}.{}".format(*sys.version_info))')
21
mkdir -p /app/lib/$PYTHON_NAME/site-packages/izvor_utils
22
cp -r ./izvor_utils /app/lib/$PYTHON_NAME/site-packages/
23
- mkdir -p /app/bin /app/share/izvor
24
- cp -r ./src/* /app/share/izvor/
25
- chmod +x /app/share/izvor/__init__.py
26
- ln -s /app/share/izvor/__init__.py /app/bin/izvor
27
- install -Dm644 com.roundabout_host.roundabout.Izvor.svg -t /app/share/icons/hicolor/scalable/apps/
28
- install -Dm644 com.roundabout_host.roundabout.Izvor.desktop -t /app/share/applications/
29
- install -Dm644 com.roundabout_host.roundabout.Izvor.metainfo.xml -t /app/share/metainfo/
30
sources:
31
- type: git
32
url: https://roundabout-host.com/git/roundabout/izvor
33
tag: v1.0.0
34
commit: 9147073117f9b4381fd9452c410683107c48a1c6