{
 "app_id": "io.github.linx_systems.ClamUI",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.linx_systems.ClamUI/master/io.github.linx_systems.ClamUI.yml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--filesystem=xdg-run/gvfsd",
  "--filesystem=host",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.x.StatusNotifierWatcher",
  "--talk-name=org.freedesktop.StatusNotifierWatcher",
  "--talk-name=org.freedesktop.secrets",
  "--talk-name=org.freedesktop.Flatpak"
 ],
 "module_count": 5,
 "fetched_at": "2026-09-17T16:11:29.458217+00:00",
 "manifest": {
  "app-id": "io.github.linx_systems.ClamUI",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "command": "clamui",
  "finish-args": [
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=ipc",
   "--device=dri",
   "--share=network",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.freedesktop.secrets",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--talk-name=org.x.StatusNotifierWatcher",
   "--talk-name=org.freedesktop.StatusNotifierWatcher",
   "--filesystem=xdg-run/gvfsd",
   "--filesystem=host",
   "--talk-name=org.freedesktop.Flatpak"
  ],
  "modules": [
   {
    "name": "intltool",
    "cleanup": [
     "*"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
      "mirror-urls": [
       "https://deb.debian.org/debian/pool/main/i/intltool/intltool_0.51.0.orig.tar.gz"
      ],
      "sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd",
      "x-checker-data": {
       "type": "anitya",
       "project-id": 1385,
       "url-template": "https://launchpad.net/intltool/trunk/$version/+download/intltool-$version.tar.gz"
      }
     }
    ]
   },
   {
    "name": "libdbusmenu",
    "buildsystem": "autotools",
    "build-options": {
     "cflags": "-Wno-error",
     "env": {
      "HAVE_VALGRIND_FALSE": "#",
      "HAVE_VALGRIND_TRUE": ""
     }
    },
    "config-opts": [
     "--with-gtk=3",
     "--disable-dumper",
     "--disable-static",
     "--disable-tests",
     "--disable-nls",
     "--enable-introspection=yes"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://launchpad.net/libdbusmenu/16.04/16.04.0/+download/libdbusmenu-16.04.0.tar.gz",
      "mirror-urls": [
       "https://deb.debian.org/debian/pool/main/libd/libdbusmenu/libdbusmenu_16.04.0.orig.tar.gz"
      ],
      "sha256": "b9cc4a2acd74509435892823607d966d424bd9ad5d0b00938f27240a1bfa878a"
     }
    ],
    "cleanup": [
     "/include",
     "/libexec",
     "/share/gtk-doc",
     "/share/libdbusmenu",
     "/lib/girepository-1.0/DbusmenuGtk3-0.4.typelib",
     "/lib/libdbusmenu-gtk3.*",
     "*.la"
    ]
   },
   "python3-build-deps.json",
   "python3-runtime-deps.json",
   {
    "name": "clamui",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --prefix=/app --no-deps --no-build-isolation .",
     "install -Dm644 data/io.github.linx_systems.ClamUI.desktop /app/share/applications/io.github.linx_systems.ClamUI.desktop",
     "install -Dm644 data/io.github.linx_systems.ClamUI.metainfo.xml /app/share/metainfo/io.github.linx_systems.ClamUI.metainfo.xml",
     "install -Dm644 icons/io.github.linx_systems.ClamUI.svg /app/share/icons/hicolor/scalable/apps/io.github.linx_systems.ClamUI.svg",
     "install -Dm644 icons/io.github.linx_systems.ClamUI.png /app/share/icons/hicolor/128x128/apps/io.github.linx_systems.ClamUI.png",
     "install -Dm644 flathub/integrations/io.github.linx_systems.ClamUI.nemo_action /app/share/clamui/integrations/io.github.linx_systems.ClamUI.nemo_action",
     "install -Dm644 flathub/integrations/io.github.linx_systems.ClamUI-virustotal.nemo_action /app/share/clamui/integrations/io.github.linx_systems.ClamUI-virustotal.nemo_action",
     "install -Dm644 flathub/integrations/io.github.linx_systems.ClamUI.service.desktop /app/share/clamui/integrations/io.github.linx_systems.ClamUI.service.desktop",
     "install -Dm644 flathub/integrations/io.github.linx_systems.ClamUI-virustotal.desktop /app/share/clamui/integrations/io.github.linx_systems.ClamUI-virustotal.desktop",
     "install -Dm755 flathub/integrations/clamui-scan-nautilus.sh /app/share/clamui/integrations/clamui-scan-nautilus.sh",
     "install -Dm755 flathub/integrations/clamui-virustotal-nautilus.sh /app/share/clamui/integrations/clamui-virustotal-nautilus.sh",
     "if [ -f po/LINGUAS ]; then\n  while IFS= read -r lang || [ -n \"$lang\" ]; do\n    lang=$(echo \"$lang\" | sed 's/#.*//' | tr -d '[:space:]')\n    [ -z \"$lang\" ] && continue\n    [ -f \"po/$lang.po\" ] || continue\n    install -d /app/share/locale/$lang/LC_MESSAGES\n    msgfmt -o /app/share/locale/$lang/LC_MESSAGES/clamui.mo po/$lang.po\n  done < po/LINGUAS\nfi\n"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/linx-systems/clamui.git",
      "tag": "v0.4.0",
      "commit": "2f226d4f7ba2967e252a93de5b599ff68373f077",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^v([\\d.]+(?:[a-z]+\\d*)?)$"
      }
     }
    ]
   }
  ]
 }
}