{ "app-id": "io.github.ljyh223.Linn", "runtime": "org.gnome.Platform", "runtime-version": "50", "sdk": "org.gnome.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "linn", "finish-args": [ "--share=network", "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--socket=pulseaudio", "--device=dri", "--talk-name=org.kde.StatusNotifierWatcher", "--own-name=org.mpris.MediaPlayer2.com.linn.player" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/linn/cargo", "CARGO_NET_OFFLINE": "true", "RUSTFLAGS": "--remap-path-prefix=/run/build/linn=" } }, "modules": [ { "name": "linn", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --locked --manifest-path Cargo.toml", "cargo --offline build --locked --release --manifest-path Cargo.toml", "install -Dm755 target/release/linn /app/bin/linn", "install -Dm644 data/io.github.ljyh223.Linn.gschema.xml /app/share/glib-2.0/schemas/io.github.ljyh223.Linn.gschema.xml", "install -Dm644 data/io.github.ljyh223.Linn.desktop /app/share/applications/io.github.ljyh223.Linn.desktop", "install -Dm644 data/io.github.ljyh223.Linn.metainfo.xml /app/share/metainfo/io.github.ljyh223.Linn.metainfo.xml", "install -Dm644 data/io.github.ljyh223.Linn.svg /app/share/icons/hicolor/scalable/apps/io.github.ljyh223.Linn.svg", "glib-compile-schemas /app/share/glib-2.0/schemas" ], "sources": [ { "type": "dir", "path": "." }, "generated-sources.json" ] } ] }