{
 "app_id": "art.taunoerik.tauno-serial-plotter",
 "source_url": "https://raw.githubusercontent.com/flathub/art.taunoerik.tauno-serial-plotter/master/art.taunoerik.tauno-serial-plotter.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=all",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:06:32.304228+00:00",
 "manifest": {
  "app-id": "art.taunoerik.tauno-serial-plotter",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.11",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "6.11",
  "command": "tauno-serial-plotter.py",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=network",
   "--device=all"
  ],
  "cleanup-commands": [
   "/app/cleanup-BaseApp.sh"
  ],
  "build-options": {
   "env": [
    "BASEAPP_REMOVE_PYWEBENGINE=1"
   ]
  },
  "modules": [
   "python3-requirements.json",
   {
    "name": "tauno-serial-plotter",
    "buildsystem": "simple",
    "build-commands": [
     "install -D src/tauno-serial-plotter.py /app/bin/tauno-serial-plotter.py",
     "install -D src/tauno_serial_plotter.py /app/bin/tauno_serial_plotter.py",
     "install -D src/app_model.py /app/bin/app_model.py",
     "install -D src/parser.py /app/bin/parser.py",
     "install -D src/serial_workers.py /app/bin/serial_workers.py",
     "install -D src/theme.py /app/bin/theme.py",
     "install -D src/widgets.py /app/bin/widgets.py",
     "install -Dm644 -t ${FLATPAK_DEST}/share/applications/ art.taunoerik.tauno-serial-plotter.desktop",
     "install -Dm644 -t /app/share/appdata art.taunoerik.tauno-serial-plotter.appdata.xml",
     "install -Dm644 src/icons/tauno-serial-plotter.svg /app/bin/icons/tauno-serial-plotter.svg",
     "install -Dm644 src/icons/tauno-serial-plotter.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg",
     "install -Dm644 src/icons/arrow_down.svg /app/bin/icons/arrow_down.svg",
     "install -Dm644 src/icons/minus.svg /app/bin/icons/minus.svg",
     "install -Dm644 src/icons/plus.svg /app/bin/icons/plus.svg",
     "install -Dm644 src/icons/help-about-symbolic.svg /app/bin/icons/help-about-symbolic.svg",
     "install -Dm644 src/icons/larger-brush-symbolic.svg /app/bin/icons/larger-brush-symbolic.svg"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/taunoe/tauno-serial-plotter",
      "tag": "v1.21.5",
      "commit": "c3f252e94968dc66f0145992260305a35050aaee"
     }
    ]
   }
  ]
 }
}