{
 "app_id": "net.jenyay.Outwiker",
 "source_url": "https://raw.githubusercontent.com/flathub/net.jenyay.Outwiker/master/net.jenyay.Outwiker.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=pulseaudio",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=host"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:13:31.256720+00:00",
 "manifest": {
  "app-id": "net.jenyay.Outwiker",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "outwiker",
  "rename-icon": "net.jenyay.Outwiker",
  "finish-args": [
   "--share=network",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=ipc",
   "--device=dri",
   "--socket=pulseaudio",
   "--filesystem=host",
   "--env=PYTHONPATH=/app/lib/python3.12/site-packages"
  ],
  "modules": [
   {
    "name": "python312",
    "buildsystem": "simple",
    "build-commands": [
     "./configure --prefix=/app --enable-optimizations --with-ensurepip=install",
     "make -j$(nproc)",
     "make install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://www.python.org/ftp/python/3.12.13/Python-3.12.13.tgz",
      "sha256": "0816c4761c97ecdb3f50a3924de0a93fd78cb63ee8e6c04201ddfaedca500b0b"
     }
    ]
   },
   "python3-requirements.json",
   {
    "name": "chunspell_fork_fork",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "PYTHONPATH": "/app/lib/python3.12/site-packages"
     }
    },
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/Jenyay/chunspell_fork_fork",
      "commit": "1e2ac992e78a25c38c441d706939c1459a176aa9"
     }
    ],
    "build-commands": [
     "python3.12 -m pip install . --prefix=${FLATPAK_DEST} --no-build-isolation"
    ]
   },
   {
    "name": "outwiker",
    "buildsystem": "simple",
    "no-autogen": true,
    "build-options": {
     "env": {
      "PYTHONPATH": "/app/lib/python3.12/site-packages"
     }
    },
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/Jenyay/outwiker",
      "commit": "105f26c53fa976b5b419a070968b3928e265fbc7"
     }
    ],
    "build-commands": [
     "make -f Makefile.flatpak install"
    ]
   }
  ]
 }
}