{
 "app_id": "net.zdechov.app.vCardStudio",
 "source_url": "https://raw.githubusercontent.com/flathub/net.zdechov.app.vCardStudio/master/net.zdechov.app.vCardStudio.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.984790+00:00",
 "manifest": {
  "app-id": "net.zdechov.app.vCardStudio",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.freepascal"
  ],
  "command": "vCardStudio",
  "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": "vCardStudio",
    "sources": [
     {
      "type": "svn",
      "url": "https://svn.zdechov.net/vcard-studio/tags/1.5.0",
      "revision": "r191"
     }
    ],
    "buildsystem": "simple",
    "build-commands": [
     ". /usr/lib/sdk/freepascal/enable.sh\nlazbuild --build-mode=Release --ws=qt5 vCardStudio.lpi\n",
     "install -Dm755 vCardStudio -t $FLATPAK_DEST/share/vCardStudio",
     "install -d $FLATPAK_DEST/bin",
     "ln -s $FLATPAK_DEST/share/vCardStudio/vCardStudio $FLATPAK_DEST/bin/vCardStudio",
     "install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications",
     "install -Dm644 \"Images/vCard Studio.png\" $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png",
     "install -Dm644 Images/Profile.png -t $FLATPAK_DEST/share/vCardStudio/Images",
     "install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages",
     "install -Dm644 Packages/Common/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages",
     "install -Dm644 Packages/VCard/Languages/*.po -t $FLATPAK_DEST/share/vCardStudio/Languages",
     "install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml"
    ]
   }
  ]
 }
}