{
 "app_id": "dev.cleverclaw.IcedFocusTest",
 "source_url": "https://gitlab.com/pyroraptor07/iced-focus-test-flatpak/-/raw/main/dev.cleverclaw.IcedFocusTest.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--device=dri",
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T18:16:25.047464+00:00",
 "manifest": {
  "app-id": "dev.cleverclaw.IcedFocusTest",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "iced-focus-test",
  "finish-args": [
   "--device=dri",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland"
  ],
  "modules": [
   {
    "name": "iced-focus-test",
    "buildsystem": "simple",
    "build-options": {
     "append-path": "/usr/lib/sdk/rust-stable/bin",
     "env": {
      "CARGO_HOME": "/run/build/iced-focus-test/cargo"
     }
    },
    "sources": [
     "cargo-sources.json",
     {
      "type": "git",
      "url": "https://gitlab.com/pyroraptor07/iced-focus-test",
      "tag": "0.2.0"
     }
    ],
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml --verbose",
     "cargo --offline build --release",
     "install -Dm755 -t ${FLATPAK_DEST}/bin ./target/release/iced-focus-test"
    ]
   },
   {
    "name": "app-data",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "file",
      "path": "dev.cleverclaw.IcedFocusTest.desktop"
     },
     {
      "type": "file",
      "path": "dev.cleverclaw.IcedFocusTest.metainfo.xml"
     },
     {
      "type": "file",
      "path": "dev.cleverclaw.IcedFocusTest.png"
     }
    ],
    "build-commands": [
     "install -Dm644 -t ${FLATPAK_DEST}/share/applications ${FLATPAK_ID}.desktop",
     "install -Dm644 -t ${FLATPAK_DEST}/share/metainfo ${FLATPAK_ID}.metainfo.xml",
     "install -Dm644 -t ${FLATPAK_DEST}/share/icons/hicolor/512x512/apps ${FLATPAK_ID}.png"
    ]
   }
  ]
 }
}