{
 "app_id": "com.bjareholt.johan.SimpleDiary",
 "source_url": "https://raw.githubusercontent.com/flathub/com.bjareholt.johan.SimpleDiary/master/com.bjareholt.johan.SimpleDiary.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"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:07:02.937126+00:00",
 "manifest": {
  "app-id": "com.bjareholt.johan.SimpleDiary",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "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/rust-flatpak/cargo"
   }
  },
  "command": "simple-diary",
  "modules": [
   {
    "name": "gtkmdeditor",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "CARGO_HOME": "/run/build/gtkmdeditor/cargo"
     }
    },
    "build-commands": [
     "CARGO_FLAGS=--offline make build",
     "make install PREFIX=/app"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/johan-bjareholt/gtkmdeditor/archive/refs/tags/v0.2.3.tar.gz",
      "sha256": "5ac12dc6b814f4f290010082735b1ed441a4f7514cd5bbfd712adcd544bdac9f"
     },
     "gtkmdeditor-cargo-deps.json"
    ]
   },
   {
    "name": "simple-diary",
    "buildsystem": "meson",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/johan-bjareholt/simple-diary-gtk.git",
      "tag": "v0.6.0"
     }
    ]
   }
  ],
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri"
  ]
 }
}