{ "id": "io.github.cosmic_utils.weather-applet", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": ["org.freedesktop.Sdk.Extension.rust-stable"], "command": "cosmic-ext-applet-weather", "finish-args": [ "--share=network", "--filesystem=xdg-config/cosmic:rw", "--talk-name=com.system76.CosmicSettingsDaemon", "--socket=wayland", "--device=dri", "--talk-name=org.freedesktop.portal.Desktop", "--talk-name=org.freedesktop.portal.Location" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/cosmic-ext-applet-weather/cargo" } }, "modules": [ { "name": "cosmic-ext-applet-weather", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml --verbose", "cargo --offline build --release --verbose", "install -Dm0755 ./target/release/cosmic-ext-applet-weather /app/bin/cosmic-ext-applet-weather", "install -Dm0644 ./data/io.github.cosmic_utils.weather-applet.desktop -t /app/share/applications/", "install -Dm0644 ./data/io.github.cosmic_utils.weather-applet.metainfo.xml -t /app/share/metainfo/", "install -Dm0644 ./data/io.github.cosmic_utils.weather-applet-symbolic.svg -t /app/share/icons/hicolor/scalable/apps/" ], "sources": [ { "type": "git", "url": "https://github.com/cosmic-utils/cosmic-ext-applet-weather.git", "commit": "435de404dc4ba2fcae66d61c34818960f91fc45c" }, "cargo-sources.json" ] } ] }