{
 "app_id": "org.flozz.calcleaner",
 "source_url": "https://raw.githubusercontent.com/flathub/org.flozz.calcleaner/master/org.flozz.calcleaner.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T16:14:36.486873+00:00",
 "manifest": {
  "id": "org.flozz.calcleaner",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "command": "calcleaner",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland"
  ],
  "cleanup": [
   "/share/man"
  ],
  "cleanup-commands": [
   "python3 -m compileall --invalidation-mode=unchecked-hash /app"
  ],
  "modules": [
   "python3-meson-python.json",
   "python3-six.json",
   {
    "name": "calcleaner",
    "buildsystem": "simple",
    "build-commands": [
     "./build-locales.py",
     "pip3 install --verbose --exists-action=i --no-build-isolation --no-index --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" \".\"",
     "pip3 install --ignore-installed --no-build-isolation --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=\"${FLATPAK_DEST}\" \"lxml\"",
     "./linuxpkg/copy-data.sh ${FLATPAK_DEST}"
    ],
    "sources": [
     "dependencies.json",
     {
      "type": "file",
      "path": "./build-locales.py"
     },
     {
      "type": "git",
      "url": "https://github.com/flozz/calcleaner.git",
      "tag": "v1.1.3",
      "commit": "a7670f214ca4976f54455b83f56bd12c1b8c125b"
     }
    ]
   }
  ]
 }
}