{
 "app_id": "io.github.simoninns.DddGui",
 "source_url": "https://raw.githubusercontent.com/Domesday86/DomesdayDuplicator/main/ddd-gui/packaging/flatpak/io.github.simoninns.DddGui.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.11",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=wayland",
  "--socket=x11",
  "--share=network",
  "--device=all",
  "--filesystem=home",
  "--filesystem=/run/media",
  "--filesystem=/media",
  "--filesystem=/mnt"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T13:01:28.638851+00:00",
 "manifest": {
  "app-id": "io.github.simoninns.DddGui",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.11",
  "sdk": "org.kde.Sdk",
  "command": "ddd-gui",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=x11",
   "--share=network",
   "--device=all",
   "--filesystem=home",
   "--filesystem=/run/media",
   "--filesystem=/media",
   "--filesystem=/mnt"
  ],
  "modules": [
   {
    "name": "spdlog",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DCMAKE_POSITION_INDEPENDENT_CODE=ON",
     "-DCMAKE_INSTALL_LIBDIR=lib",
     "-DSPDLOG_BUILD_SHARED=OFF",
     "-DSPDLOG_BUILD_EXAMPLE=OFF",
     "-DSPDLOG_BUILD_TESTS=OFF"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/gabime/spdlog/archive/refs/tags/v1.17.0.tar.gz",
      "sha256": "d8862955c6d74e5846b3f580b1605d2428b11d97a410d86e2fb13e857cd3a744"
     }
    ],
    "cleanup": [
     "/include",
     "/lib/cmake",
     "/lib/pkgconfig",
     "/lib/*.a"
    ]
   },
   {
    "name": "ddd-gui",
    "buildsystem": "cmake-ninja",
    "subdir": "ddd-gui",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DBUILD_TESTING=OFF",
     "-DDDD_COMMIT=@DDD_COMMIT@",
     "-DDDD_RELEASE_UPDATE_KEY_FILE=/run/build/ddd-gui/tools/keys/release.pub",
     "-DDDD_BUNDLED_UPDATE_FILE=@DDD_BUNDLED_UPDATE_FILE@"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../.."
     }
    ]
   }
  ]
 }
}