{
 "app_id": "io.github.eagredev.deckcheck",
 "source_url": "https://raw.githubusercontent.com/eagredev/deckcheck/main/flatpak/io.github.eagredev.deckcheck.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.10",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:42:58.424689+00:00",
 "manifest": {
  "app-id": "io.github.eagredev.deckcheck",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.10",
  "sdk": "org.kde.Sdk",
  "command": "deckcheck",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "modules": [
   {
    "name": "python3-pyside6",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} shiboken6 PySide6-Essentials"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/be/82/c1c6932f9849bc5e75c93c38a29419505a6e3e0037261e28f3e7ecbf2751/shiboken6-6.9.3-cp39-abi3-manylinux_2_28_x86_64.whl",
      "sha256": "f3f5337a3a8fc660ba1462265bd9a2bdda9588f8d90fbc3d5ac4ce3134c11e59"
     },
     {
      "type": "file",
      "url": "https://files.pythonhosted.org/packages/85/e8/9396cf11a60f80175bb3c5c1d498d84e87b7af653ab4ea001acf821a3981/pyside6_essentials-6.9.3-cp39-abi3-manylinux_2_28_x86_64.whl",
      "sha256": "c70d5544e892b201a677b615156fab6a0fef865e7fc287f55a0eae00a682e83f"
     }
    ]
   },
   {
    "name": "deckcheck",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p ${FLATPAK_DEST}/share/deckcheck",
     "cp -r gui/checks.py gui/deckcheck_gui.py gui/deckcheck.svg ${FLATPAK_DEST}/share/deckcheck/",
     "install -Dm755 flatpak/deckcheck-launcher.sh ${FLATPAK_DEST}/bin/deckcheck",
     "install -Dm644 flatpak/io.github.eagredev.deckcheck.desktop ${FLATPAK_DEST}/share/applications/io.github.eagredev.deckcheck.desktop",
     "install -Dm644 flatpak/io.github.eagredev.deckcheck.metainfo.xml ${FLATPAK_DEST}/share/metainfo/io.github.eagredev.deckcheck.metainfo.xml",
     "for s in 16 24 32 48 64 128 256; do install -Dm644 gui/icons/${s}x${s}/deckcheck.png ${FLATPAK_DEST}/share/icons/hicolor/${s}x${s}/apps/io.github.eagredev.deckcheck.png; done",
     "install -Dm644 gui/deckcheck.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/io.github.eagredev.deckcheck.svg"
    ],
    "sources": [
     {
      "type": "dir",
      "path": ".."
     }
    ]
   }
  ]
 }
}