{
 "app_id": "me.spaceinbox.actioneer",
 "source_url": "https://raw.githubusercontent.com/flathub/me.spaceinbox.actioneer/master/me.spaceinbox.actioneer.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:13:11.862290+00:00",
 "manifest": {
  "app-id": "me.spaceinbox.actioneer",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/actioneer/cargo",
    "RUSTUP_HOME": "/run/build/actioneer/rustup"
   }
  },
  "command": "actioneer",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "actioneer",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p .cargo",
     "mkdir -p cargo/vendor",
     "cat > .cargo/config.toml <<'EOF'\n[source.crates-io]\nreplace-with = \"vendored-sources\"\n[source.vendored-sources]\ndirectory = \"cargo/vendor\"\nEOF",
     "cargo --offline fetch",
     "cargo --offline build --release",
     "install -Dm755 target/release/actioneer /app/bin/actioneer",
     "install -Dm644 data/me.spaceinbox.actioneer.desktop /app/share/applications/me.spaceinbox.actioneer.desktop",
     "msgfmt --xml -L MetaInfo --template=data/metainfo.xml.in -d po -o data/metainfo.xml",
     "install -Dm644 data/metainfo.xml /app/share/metainfo/me.spaceinbox.actioneer.metainfo.xml",
     "install -d /app/share/actioneer/po",
     "cp -a po/*.po /app/share/actioneer/po/",
     "mkdir -p /app/share/icons/hicolor",
     "cp -a icons/icons/hicolor/* /app/share/icons/hicolor/",
     "find /app/share/icons/hicolor -type f -name 'actioneer.*' -delete"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/makoni/Actioneer-gtk.git",
      "commit": "35d55bda9ec08249f01e9f0f09e1877f117edd70"
     },
     "me.spaceinbox.actioneer.cargo-sources.json"
    ]
   }
  ]
 }
}