{
 "app_id": "com.github.weclaw1.ImageRoll",
 "source_url": "https://raw.githubusercontent.com/flathub/com.github.weclaw1.ImageRoll/master/com.github.weclaw1.ImageRoll.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=home",
  "--filesystem=/media",
  "--filesystem=/mnt",
  "--filesystem=/run/media"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:07:55.447333+00:00",
 "manifest": {
  "app-id": "com.github.weclaw1.ImageRoll",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "image-roll",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--filesystem=home",
   "--filesystem=/mnt",
   "--filesystem=/media",
   "--filesystem=/run/media",
   "--device=dri"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/image-roll/cargo"
   }
  },
  "modules": [
   {
    "name": "image-roll",
    "buildsystem": "simple",
    "build-commands": [
     "cargo --offline fetch --manifest-path Cargo.toml",
     "cargo --offline build --release",
     "install -Dm755 ./target/release/image-roll -t /app/bin/",
     "install -Dm644 ./src/resources/com.github.weclaw1.ImageRoll.svg -t /app/share/icons/hicolor/scalable/apps/",
     "install -Dm644 ./src/resources/com.github.weclaw1.ImageRoll.desktop -t /app/share/applications/",
     "install -Dm644 ./src/resources/com.github.weclaw1.ImageRoll.metainfo.xml -t /app/share/metainfo/",
     "install -Dm644 ./src/resources/com.github.weclaw1.ImageRoll.gschema.xml -t /app/share/glib-2.0/schemas/",
     "glib-compile-schemas /app/share/glib-2.0/schemas"
    ],
    "sources": [
     "cargo-sources.json",
     {
      "type": "git",
      "url": "https://github.com/weclaw1/image-roll.git",
      "tag": "2.1.0"
     }
    ]
   }
  ]
 }
}