{ "$schema": "https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json", "id": "com.vintagetechie.CosmicExtAppletTempest", "runtime": "org.freedesktop.Platform", "runtime-version": "25.08", "sdk": "org.freedesktop.Sdk", "sdk-extensions": [ "org.freedesktop.Sdk.Extension.rust-stable" ], "command": "cosmic-ext-applet-tempest", "default-branch": "stable", "finish-args": [ "--share=ipc", "--socket=wayland", "--socket=fallback-x11", "--device=dri", "--share=network", "--talk-name=com.system76.CosmicSettingsDaemon", "--filesystem=xdg-config/cosmic:rw" ], "build-options": { "append-path": "/usr/lib/sdk/rust-stable/bin", "env": { "CARGO_HOME": "/run/build/cosmic-ext-applet-tempest/cargo" } }, "modules": [ { "name": "cosmic-ext-applet-tempest", "buildsystem": "simple", "build-commands": [ "cargo --offline fetch --manifest-path Cargo.toml", "cargo --offline build --release", "install -Dm755 target/release/cosmic-ext-applet-tempest -t /app/bin/", "install -Dm644 res/com.vintagetechie.CosmicExtAppletTempest.desktop -t /app/share/applications/", "install -Dm644 res/com.vintagetechie.CosmicExtAppletTempest.metainfo.xml -t /app/share/metainfo/", "install -Dm644 res/icons/hicolor/scalable/apps/com.vintagetechie.CosmicExtAppletTempest.svg -t /app/share/icons/hicolor/scalable/apps/" ], "sources": [ { "type": "git", "url": "https://github.com/crenshawdev/tempest.git", "tag": "v2.11.2" }, "cargo-sources.json" ] } ] }