{
 "app_id": "app.livestreamlist.LivestreamListQt",
 "source_url": "https://raw.githubusercontent.com/mkeguy106/livestream.list.qt/main/app.livestreamlist.LivestreamListQt.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "6.9",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--share=network",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.kde.KWin",
  "--own-name=app.livestreamlist.Placement.*",
  "--own-name=org.kde.StatusNotifierItem-2-1",
  "--talk-name=org.freedesktop.portal.OpenURI",
  "--talk-name=org.freedesktop.portal.Desktop",
  "--talk-name=org.freedesktop.secrets",
  "--filesystem=~/.config/livestream-list-qt:create",
  "--filesystem=~/.config/autostart:create",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T17:37:29.172899+00:00",
 "manifest": {
  "app-id": "app.livestreamlist.LivestreamListQt",
  "runtime": "org.kde.Platform",
  "runtime-version": "6.9",
  "sdk": "org.kde.Sdk",
  "command": "livestream-list-qt",
  "finish-args": [
   "--share=ipc",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=network",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=org.kde.KWin",
   "--own-name=app.livestreamlist.Placement.*",
   "--own-name=org.kde.StatusNotifierItem-2-1",
   "--talk-name=org.freedesktop.portal.OpenURI",
   "--talk-name=org.freedesktop.portal.Desktop",
   "--talk-name=org.freedesktop.secrets",
   "--filesystem=~/.config/livestream-list-qt:create",
   "--filesystem=~/.config/autostart:create",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "build-options": {
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "mit-krb5",
    "buildsystem": "simple",
    "sources": [
     {
      "type": "archive",
      "url": "https://web.mit.edu/kerberos/dist/krb5/1.22/krb5-1.22.2.tar.gz",
      "sha256": "3243ffbc8ea4d4ac22ddc7dd2a1dc54c57874c40648b60ff97009763554eaf13"
     }
    ],
    "build-commands": [
     "cd src && autoreconf -i",
     "cd src && ./configure --prefix=/app --disable-static --enable-shared",
     "cd src && make -j$(nproc)",
     "cd src && make install"
    ]
   },
   {
    "name": "livestream-list-qt",
    "buildsystem": "simple",
    "build-commands": [
     "target=$(find /usr/lib* -name 'libhunspell*.so*' 2>/dev/null | head -1)\nif [ -n \"$target\" ]; then\n  mkdir -p /app/lib\n  ln -sf \"$target\" /app/lib/libhunspell.so\n  echo \"Created symlink: /app/lib/libhunspell.so -> $target\"\nfi\n",
     "pip3 install --prefix=${FLATPAK_DEST} --no-cache-dir .",
     "install -Dm644 data/app.livestreamlist.LivestreamListQt.desktop ${FLATPAK_DEST}/share/applications/app.livestreamlist.LivestreamListQt.desktop",
     "install -Dm644 data/app.livestreamlist.LivestreamListQt.svg ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/app.livestreamlist.LivestreamListQt.svg",
     "install -Dm644 data/app.livestreamlist.LivestreamListQt-symbolic.svg ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/app.livestreamlist.LivestreamListQt-symbolic.svg",
     "install -Dm644 data/app.livestreamlist.LivestreamListQt.metainfo.xml ${FLATPAK_DEST}/share/metainfo/app.livestreamlist.LivestreamListQt.metainfo.xml"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "."
     }
    ]
   }
  ]
 }
}