{
 "app_id": "se.sjoerd.GIScan",
 "source_url": "https://raw.githubusercontent.com/flathub/se.sjoerd.GIScan/master/se.sjoerd.GIScan.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--device=dri",
  "--filesystem=home",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 6,
 "fetched_at": "2026-09-17T16:17:25.431901+00:00",
 "manifest": {
  "app-id": "se.sjoerd.GIScan",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "5.15-25.08",
  "command": "runner.sh",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--share=network",
   "--filesystem=home",
   "--device=dri"
  ],
  "cleanup-commands": [
   "/app/cleanup-BaseApp.sh"
  ],
  "build-options": {
   "env": [
    "BASEAPP_REMOVE_PYWEBENGINE=1"
   ]
  },
  "modules": [
   "python3-numpy.json",
   "python3-requirements.json",
   "python3-cbf.json",
   "python3-scipy.json",
   "python3-matplotlib.json",
   {
    "name": "GIScan",
    "buildsystem": "simple",
    "build-commands": [
     "install -D se.sjoerd.GIScan.desktop /app/share/applications/se.sjoerd.GIScan.desktop",
     "install -D se.sjoerd.GIScan.appdata.xml /app/share/appdata/se.sjoerd.GIScan.appdata.xml",
     "install -D se.sjoerd.GIScan.svg /app/share/icons/hicolor/scalable/apps/se.sjoerd.GIScan.svg",
     "install -D se.sjoerd.GIScan-symbolic.svg /app/share/icons/hicolor/symbolic/apps/se.sjoerd.GIScan-symbolic.svg",
     "install -D main.py /app/bin/main.py",
     "install -D settings.py /app/bin/settings.py",
     "install -D CallUI.py /app/bin/CallUI.py",
     "install -D scanning_tools.py /app/bin/scanning_tools.py",
     "install -D fwhmscan.py /app/bin/fwhmscan.py",
     "install -D sample.py /app/bin/sample.py",
     "install -D plottingtools.py /app/bin/plottingtools.py",
     "install -D gisaxs.py /app/bin/gisaxs.py",
     "install -D config.json /app/bin/config.json",
     "install form.ui /app/bin/form.ui",
     "install fwhmscan_window.ui /app/bin/fwhmscan_window.ui",
     "install fwhmscan_result_window.ui /app/bin/fwhmscan_result_window.ui",
     "install settingsdialog.ui /app/bin/settingsdialog.ui",
     "install -D runner.sh /app/bin/runner.sh"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/sstendahl/GIScan.git",
      "commit": "0bf80d4f4b69a960ca985305c7caa5284781464a"
     }
    ]
   }
  ]
 }
}