{
 "app_id": "org.gnome.Fractal",
 "source_url": "https://raw.githubusercontent.com/flathub/org.gnome.Fractal/master/org.gnome.Fractal.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=pulseaudio",
  "--socket=wayland",
  "--device=dri"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:14:50.895563+00:00",
 "manifest": {
  "app-id": "org.gnome.Fractal",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "fractal",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--socket=pulseaudio",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin"
  },
  "modules": [
   {
    "name": "grass",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/grass/cargo"
     }
    },
    "build-commands": [
     "cargo build --release --locked",
     "mkdir -p /app/bin",
     "install -D ./target/release/grass /app/bin/"
    ],
    "cleanup": [
     "*"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/connorskees/grass",
      "tag": "0.13.4",
      "commit": "e0bb9e2eabfc3a58e42b03089cd7b22c68d09d0b"
     },
     "grass-cargo-sources.json"
    ]
   },
   {
    "name": "protobuf-c",
    "buildsystem": "autotools",
    "config-opts": [
     "--disable-protoc"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/protobuf-c/protobuf-c.git",
      "tag": "v1.5.2",
      "commit": "4719fdd7760624388c2c5b9d6759eb6a47490626"
     }
    ]
   },
   {
    "name": "libshumate",
    "buildsystem": "meson",
    "config-opts": [
     "-Dvapi=false",
     "-Dgtk_doc=false",
     "-Dvector_renderer=true"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/GNOME/libshumate.git",
      "tag": "1.6.0",
      "commit": "b4ca104a0bad8682ad51540867a1783f7db47473"
     }
    ]
   },
   {
    "name": "fractal",
    "buildsystem": "meson",
    "config-opts": [
     "-Dprofile=default"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/World/fractal.git",
      "tag": "14.1",
      "commit": "33f6a7508b50b21f9b29c87141c7c56bcc836941"
     },
     "fractal-cargo-sources.json",
     {
      "type": "shell",
      "commands": [
       "cat cargo/config >> .cargo/config.toml",
       "cat .cargo/config.toml"
      ]
     }
    ]
   }
  ]
 }
}