{
 "app_id": "io.github.tobagin.Ntfyr",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.tobagin.Ntfyr/master/io.github.tobagin.Ntfyr.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.freedesktop.secrets"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T16:12:21.936181+00:00",
 "manifest": {
  "id": "io.github.tobagin.Ntfyr",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "ntfyr",
  "finish-args": [
   "--share=ipc",
   "--share=network",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--device=dri",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=org.freedesktop.secrets"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse"
   }
  },
  "cleanup": [
   "/include",
   "/lib/pkgconfig",
   "/man",
   "/share/doc",
   "/share/gtk-doc",
   "/share/man",
   "/share/pkgconfig",
   "*.la",
   "*.a"
  ],
  "modules": [
   {
    "name": "ntfyr",
    "buildsystem": "meson",
    "post-install": [
     "set -e\n# Mirror every catalog meson installed (one per LINGUAS entry) into the\n# app's custom LOCALEDIR, so new languages are picked up automatically.\nfound=0\nfor mo in /app/share/locale/*/LC_MESSAGES/ntfyr.mo; do\n  [ -f \"$mo\" ] || continue\n  lang=$(basename \"$(dirname \"$(dirname \"$mo\")\")\")\n  install -Dm644 \"$mo\" \"/app/share/ntfyr/locale/$lang/LC_MESSAGES/ntfyr.mo\"\n  found=$((found + 1))\ndone\nif [ \"$found\" -eq 0 ]; then\n  echo \"No translation catalogs found under /app/share/locale\" >&2\n  exit 1\nfi\n"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/tobagin/Ntfyr",
      "tag": "v0.7.2",
      "commit": "e68bdb5860a0f4dcb6f1ad5a45da88c0ead61097"
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}