{
 "app_id": "io.github.mfat.jottr",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.mfat.jottr/master/io.github.mfat.jottr.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.11",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-21T13:09:25.054145+00:00",
 "manifest": {
  "app-id": "io.github.mfat.jottr",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.11",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "6.11",
  "command": "jottr",
  "separate-locales": false,
  "cleanup-commands": [
   "/app/cleanup-BaseApp.sh"
  ],
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess",
   "--env=QTWEBENGINE_DISABLE_SANDBOX=1"
  ],
  "modules": [
   {
    "name": "enchant",
    "buildsystem": "autotools",
    "config-opts": [
     "--disable-static",
     "--enable-relocatable"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/rrthomas/enchant/releases/download/v2.2.15/enchant-2.2.15.tar.gz",
      "sha256": "3b0f2215578115f28e2a6aa549b35128600394304bd79d6f28b0d3b3d6f46c03"
     }
    ],
    "cleanup": [
     "/share/doc",
     "/share/man"
    ]
   },
   "pypi-dependencies.yaml",
   {
    "name": "jottr",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --verbose --prefix=${FLATPAK_DEST} --no-deps --no-build-isolation .",
     "mkdir -p ${FLATPAK_DEST}/share/jottr",
     "cp -r icons ${FLATPAK_DEST}/share/jottr/icons",
     "cp -r translations ${FLATPAK_DEST}/share/jottr/translations",
     "install -D -m644 io.github.mfat.jottr.desktop -t ${FLATPAK_DEST}/share/applications/",
     "install -D -m644 icons/jottr.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/io.github.mfat.jottr.svg",
     "install -D -m644 io.github.mfat.jottr.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/mfat/jottr.git",
      "tag": "v2.8.0",
      "commit": "5e8200cd4b71ed76d5130ed89e705e5eb408a746"
     }
    ]
   }
  ]
 }
}