{
 "app_id": "io.github.KlowdfurrRad.TrayAuth",
 "source_url": "https://raw.githubusercontent.com/KlowdfurrRad/TrayAuth/main/packaging/flatpak/io.github.KlowdfurrRad.TrayAuth.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "24.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--socket=x11",
  "--socket=wayland",
  "--share=ipc",
  "--device=dri",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.freedesktop.secrets"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-20T12:57:07.768398+00:00",
 "manifest": {
  "app-id": "io.github.KlowdfurrRad.TrayAuth",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "24.08",
  "sdk": "org.freedesktop.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.dotnet8"
  ],
  "command": "trayauth",
  "build-options": {
   "append-path": "/usr/lib/sdk/dotnet8/bin",
   "append-ld-library-path": "/usr/lib/sdk/dotnet8/lib",
   "env": {
    "DOTNET_CLI_TELEMETRY_OPTOUT": "true",
    "DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "true"
   }
  },
  "finish-args": [
   "--socket=x11",
   "--socket=wayland",
   "--share=ipc",
   "--device=dri",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=org.freedesktop.secrets"
  ],
  "modules": [
   {
    "name": "wl-clipboard",
    "buildsystem": "meson",
    "config-opts": [
     "-Dfishcompletiondir=no",
     "-Dzshcompletiondir=no"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/bugaevc/wl-clipboard.git",
      "tag": "v2.2.1",
      "commit": "3eb912c274042cd5deed6b478b39908a12f37498"
     }
    ]
   },
   {
    "name": "libsecret",
    "buildsystem": "meson",
    "config-opts": [
     "-Dmanpage=false",
     "-Dgtk_doc=false",
     "-Dintrospection=false",
     "-Dvapi=false",
     "-Dcrypto=disabled"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://download.gnome.org/sources/libsecret/0.21/libsecret-0.21.4.tar.xz",
      "sha256": "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20"
     }
    ]
   },
   {
    "name": "trayauth",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/bin /app/lib/trayauth",
     "dotnet publish src/TrayAuth.Desktop/TrayAuth.Desktop.csproj -c Release -r linux-x64 --self-contained true -p:PublishSingleFile=false -p:DebugType=none --source ./nuget-sources -o /app/lib/trayauth",
     "ln -s /app/lib/trayauth/trayauth /app/bin/trayauth",
     "install -Dm644 packaging/flatpak/io.github.KlowdfurrRad.TrayAuth.desktop -t /app/share/applications",
     "install -Dm644 packaging/linux/trayauth.svg /app/share/icons/hicolor/scalable/apps/io.github.KlowdfurrRad.TrayAuth.svg",
     "install -Dm644 packaging/flatpak/io.github.KlowdfurrRad.TrayAuth.metainfo.xml -t /app/share/metainfo"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../.."
     },
     "nuget-sources.json"
    ]
   }
  ]
 }
}