{ "id": "io.github.trufae.Parla", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "command": "parla", "finish-args": [ "--share=ipc", "--share=network", "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri" ], "modules": [ { "name": "deltachat-rpc-server", "buildsystem": "simple", "build-commands": [ "install -Dm755 deltachat-rpc-server /app/bin/deltachat-rpc-server" ], "sources": [ { "type": "file", "url": "https://github.com/chatmail/core/releases/download/v2.53.0/deltachat-rpc-server-x86_64-linux", "sha256": "dcc37af7b7e95aae714c2366ff9f6d5c64170d0a7bb72cd7e3926a1a46e7e750", "dest-filename": "deltachat-rpc-server", "only-arches": [ "x86_64" ], "x-checker-data": { "type": "json", "url": "https://api.github.com/repos/chatmail/core/releases/latest", "timestamp-query": ".published_at", "version-query": ".tag_name", "url-query": ".assets[] | select(.name==\"deltachat-rpc-server-x86_64-linux\") | .browser_download_url" } }, { "type": "file", "url": "https://github.com/chatmail/core/releases/download/v2.53.0/deltachat-rpc-server-aarch64-linux", "sha256": "2df89ca213948e4557a11eff3ffff05efd46c0314374fc791309bd1b7fe6b769", "dest-filename": "deltachat-rpc-server", "only-arches": [ "aarch64" ], "x-checker-data": { "type": "json", "url": "https://api.github.com/repos/chatmail/core/releases/latest", "timestamp-query": ".published_at", "version-query": ".tag_name", "url-query": ".assets[] | select(.name==\"deltachat-rpc-server-aarch64-linux\") | .browser_download_url" } } ] }, { "name": "parla", "buildsystem": "meson", "config-opts": [ "-Dwebxdc=true" ], "sources": [ { "type": "dir", "path": "../.." } ] } ] }