{
 "app_id": "net.zdechov.app.LazFuck",
 "source_url": "https://raw.githubusercontent.com/flathub/net.zdechov.app.LazFuck/master/net.zdechov.app.LazFuck.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--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:14:01.984785+00:00",
 "manifest": {
  "app-id": "net.zdechov.app.LazFuck",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.freepascal"
  ],
  "command": "LazFuck",
  "rename-icon": "LazFuck",
  "rename-desktop-file": "LazFuck.desktop",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "qt5pas",
    "buildsystem": "qmake",
    "config-opts": [
     "-after",
     "target.path=/app/lib"
    ],
    "sources": [
     {
      "type": "shell",
      "commands": [
       "cp -r /usr/lib/sdk/freepascal/share/lazarus/lcl/interfaces/qt5/cbindings/. ."
      ]
     }
    ]
   },
   {
    "name": "lazfuck",
    "sources": [
     {
      "type": "svn",
      "url": "https://svn.zdechov.net/LazFuck/tags/1.3.0",
      "revision": "r186"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     ". /usr/lib/sdk/freepascal/enable.sh\nlazbuild --build-mode=Release --ws=qt5 LazFuck.lpi\n",
     "install -Dm755 LazFuck -t $FLATPAK_DEST/bin",
     "install -Dm644 Install/deb/LazFuck.desktop -t $FLATPAK_DEST/share/applications",
     "install -Dm644 Images/256x256/LazFuck.png -t $FLATPAK_DEST/share/icons/hicolor/256x256/apps",
     "install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages",
     "install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/LazFuck/Languages",
     "install -Dm644 Install/flatpak/${FLATPAK_ID}.metainfo.xml -t $FLATPAK_DEST/share/metainfo",
     "cp -r Examples $FLATPAK_DEST/share/LazFuck"
    ]
   }
  ]
 }
}