{
 "app_id": "io.github.rostikcermak_pixel.KonqiPet",
 "source_url": "https://raw.githubusercontent.com/rostikcermak-pixel/Konqi-Pet/main/flatpak/io.github.rostikcermak_pixel.KonqiPet.yaml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.8",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--socket=pulseaudio",
  "--share=network",
  "--talk-name=org.freedesktop.Notifications"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T13:04:00.907017+00:00",
 "manifest": {
  "app-id": "io.github.rostikcermak_pixel.KonqiPet",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.8",
  "sdk": "org.kde.Sdk",
  "command": "konqi-pet",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--socket=pulseaudio",
   "--share=network",
   "--talk-name=org.freedesktop.Notifications"
  ],
  "modules": [
   {
    "name": "python-deps",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=${FLATPAK_DEST} --no-warn-script-location PyQt6 Pillow psutil requests"
    ]
   },
   {
    "name": "konqi-pet",
    "buildsystem": "simple",
    "build-commands": [
     "install -d ${FLATPAK_DEST}/share/konqi-pet",
     "cp -r *.py assets config.json ${FLATPAK_DEST}/share/konqi-pet/",
     "install -Dm755 flatpak/konqi-pet.launcher ${FLATPAK_DEST}/bin/konqi-pet",
     "install -Dm644 flatpak/io.github.rostikcermak_pixel.KonqiPet.desktop ${FLATPAK_DEST}/share/applications/io.github.rostikcermak_pixel.KonqiPet.desktop",
     "install -Dm644 assets/konqi_preview.png ${FLATPAK_DEST}/share/icons/hicolor/256x256/apps/io.github.rostikcermak_pixel.KonqiPet.png",
     "install -Dm644 flatpak/io.github.rostikcermak_pixel.KonqiPet.metainfo.xml ${FLATPAK_DEST}/share/metainfo/io.github.rostikcermak_pixel.KonqiPet.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": ".."
     }
    ]
   }
  ]
 }
}