{
 "app_id": "io.github.jordanl2.ModularCalculator",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.jordanl2.ModularCalculator/master/io.github.jordanl2.ModularCalculator.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.10",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=xdg-documents",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-17T16:11:24.966446+00:00",
 "manifest": {
  "app-id": "io.github.jordanl2.ModularCalculator",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.10",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "6.10",
  "cleanup-commands": [
   "/app/cleanup-BaseApp.sh"
  ],
  "build-options": {
   "env": [
    "BASEAPP_REMOVE_WEBENGINE=1"
   ]
  },
  "command": "modularcalculator",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--filesystem=xdg-documents",
   "--device=dri"
  ],
  "modules": [
   "pyyaml.yml",
   "scipy.yml",
   {
    "name": "modularcalculator",
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/JordanL2/ModularCalculator/archive/refs/tags/1.5.1.tar.gz",
      "sha256": "e51c14bdca18b507c08d01bfb9f285b949a81792f978ced8a74336d8e4eb7dc4"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-deps --no-build-isolation --no-index --find-links . --prefix=${FLATPAK_DEST} ."
    ]
   },
   {
    "name": "modularcalculatorinterface",
    "sources": [
     {
      "type": "archive",
      "url": "https://github.com/JordanL2/ModularCalculatorInterface/archive/refs/tags/1.5.8.tar.gz",
      "sha256": "0466f8255023ef68d6a7b92661f9f614f06f710fe09e7361431d84ce60d99e03"
     },
     {
      "type": "file",
      "path": "modular_calculator_install.sh"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     "sed -i -e \"s/native/flatpak/\" config/ModularCalculator/version.yml",
     "sh ./modular_calculator_install.sh"
    ]
   }
  ]
 }
}