{
 "app_id": "io.github.buonhobo.Katharsis",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.buonhobo.Katharsis/master/io.github.buonhobo.Katharsis.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=/run/docker.sock"
 ],
 "module_count": 5,
 "fetched_at": "2026-09-17T16:10:45.056538+00:00",
 "manifest": {
  "id": "io.github.buonhobo.Katharsis",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "Katharsis",
  "rename-icon": "Katharsis",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--device=dri",
   "--filesystem=/run/docker.sock"
  ],
  "modules": [
   "pypi-dependencies.json",
   {
    "name": "python3-pyuv",
    "//": "Moved to main module since it's not generated by flatpak-pip-generator",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} \".\" --no-build-isolation"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/saghul/pyuv.git",
      "commit": "2a3d42d44c6315ebd73899a35118380d2d5979b5"
     }
    ]
   },
   {
    "name": "fast_float",
    "buildsystem": "cmake-ninja",
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/fastfloat/fast_float.git",
      "tag": "v8.0.2",
      "commit": "50a80a73ab2ab256ba1c3bf86923ddd8b4202bc7"
     }
    ]
   },
   {
    "name": "vte",
    "buildsystem": "meson",
    "config-opts": [
     "--buildtype=release",
     "-Dgtk3=false",
     "-Dgtk4=true"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.gnome.org/GNOME/vte.git",
      "tag": "0.80.0",
      "commit": "457257d1fdfa129076dd4685e851add970d47ae8"
     }
    ]
   },
   {
    "name": "Katharsis",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/share/Katharsis",
     "cp -r src /app/share/Katharsis",
     "install -Dm755 Katharsis -t /app/bin/",
     "install -Dm755 data/${FLATPAK_ID}.desktop -t /app/share/applications/",
     "install -Dm755 data/Katharsis.svg -t /app/share/icons/hicolor/scalable/apps/",
     "install -Dm755 data/${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/BuonHobo/Katharsis.git",
      "commit": "f7e0e4b5361f7fa10c84b2ba7dd34d0f05e9685f"
     },
     {
      "type": "script",
      "dest-filename": "Katharsis",
      "commands": [
       "python /app/share/Katharsis/src/Katharsis.py"
      ]
     }
    ]
   }
  ]
 }
}