{ "id": "io.github.nwxnw.cosmic-ext-connected", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "base": "com.system76.Cosmic.BaseApp", "base-version": "stable", "command": "cosmic-ext-connected.sh", "finish-args": [ "--share=ipc", "--socket=wayland", "--socket=session-bus", "--device=dri", "--filesystem=xdg-config/cosmic:rw", "--filesystem=xdg-data/kpeoplevcard:ro", "--filesystem=xdg-cache/kdeconnect.daemon:ro" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/cosmic-ext-connected/cargo", "BIN_DIR": "/app/bin", "APP_DIR": "/app/share/applications", "METAINFO_DIR": "/app/share/metainfo", "ICON_DIR": "/app/share/icons/hicolor/scalable/apps" } }, "modules": [ { "name": "cosmic-ext-connected", "buildsystem": "simple", "build-commands": [ "just build-release --offline --verbose", "just install" ], "sources": [ { "type": "git", "url": "https://github.com/nwxnw/cosmic-ext-connected", "tag": "v0.8.0", "commit": "735ab600e663bab5bd56c5dc7d37aad0d8e8d6ca" }, "cargo-sources.json" ] } ] }