{
 "app_id": "org.keepassxc.KeePassXC",
 "source_url": "https://raw.githubusercontent.com/flathub/org.keepassxc.KeePassXC/master/org.keepassxc.KeePassXC.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=network",
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=ssh-auth",
  "--socket=pcsc",
  "--device=all",
  "--filesystem=/tmp",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--filesystem=host",
  "--filesystem=xdg-run/gvfs",
  "--talk-name=com.canonical.Unity.Session",
  "--talk-name=org.freedesktop.Notifications",
  "--talk-name=org.gnome.SessionManager.Presence",
  "--talk-name=org.kde.StatusNotifierWatcher",
  "--talk-name=org.kde.KGlobalSettings",
  "--talk-name=org.freedesktop.ScreenSaver",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.gnome.ScreenSaver",
  "--talk-name=org.gnome.SessionManager",
  "--own-name=org.freedesktop.secrets",
  "--system-talk-name=org.freedesktop.login1"
 ],
 "module_count": 7,
 "fetched_at": "2026-09-17T16:15:54.470400+00:00",
 "manifest": {
  "id": "org.keepassxc.KeePassXC",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "command": "keepassxc-wrapper",
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=wayland",
   "--talk-name=org.freedesktop.Notifications",
   "--talk-name=org.freedesktop.ScreenSaver",
   "--system-talk-name=org.freedesktop.login1",
   "--talk-name=org.gnome.ScreenSaver",
   "--talk-name=org.gnome.SessionManager",
   "--talk-name=org.gnome.SessionManager.Presence",
   "--talk-name=com.canonical.Unity.Session",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--own-name=org.freedesktop.secrets",
   "--share=network",
   "--device=all",
   "--socket=pcsc",
   "--socket=ssh-auth",
   "--env=SSH_AUTH_SOCK=$SSH_AUTH_SOCK",
   "--filesystem=host",
   "--filesystem=/tmp",
   "--filesystem=xdg-run/gvfs"
  ],
  "cleanup": [
   "*.a",
   "*.h",
   "*.la",
   "/include",
   "/lib/pkgconfig",
   "/share/doc",
   "/share/man"
  ],
  "modules": [
   {
    "name": "keepassxc",
    "buildsystem": "cmake-ninja",
    "build-options": {
     "env": {
      "GEM_PATH": "/app/lib/ruby/gems/2.7.1"
     }
    },
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=Release",
     "-DKEEPASSXC_DIST_TYPE=Flatpak",
     "-DKEEPASSXC_BUILD_TYPE=Release",
     "-DWITH_TESTS=OFF",
     "-DCMAKE_INSTALL_LIBDIR=lib",
     "-DWITH_XC_UPDATECHECK=OFF",
     "-DWITH_XC_ALL=ON"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/keepassxreboot/keepassxc.git",
      "tag": "2.7.12",
      "commit": "860e51d8e9a5a67e73de79b173ae9bd5bdb5ebda"
     }
    ],
    "post-install": [
     "install -Dm755 ./utils/keepassxc-flatpak-wrapper.sh /app/bin/keepassxc-wrapper",
     "for f in COPYING LICENSE*; do\n  install -Dm644 $f /app/share/licenses/org.keepassxc.KeePassXC/$f\ndone\n"
    ],
    "cleanup": [
     "/share/man"
    ],
    "modules": [
     {
      "name": "minizip",
      "subdir": "contrib/minizip",
      "sources": [
       {
        "type": "git",
        "url": "https://github.com/madler/zlib",
        "tag": "v1.3.2",
        "commit": "da607da739fa6047df13e66a2af6b8bec7c2a498"
       },
       {
        "type": "patch",
        "path": "minizip-ints-h.patch"
       },
       {
        "type": "script",
        "dest": "contrib/minizip/",
        "dest-filename": "autogen.sh",
        "commands": [
         "autoreconf -ifv"
        ]
       }
      ]
     },
     {
      "name": "libargon2",
      "no-autogen": true,
      "make-args": [
       "PREFIX=/app",
       "OPTTARGET=none",
       "LIBRARY_REL=lib"
      ],
      "make-install-args": [
       "PREFIX=/app",
       "OPTTARGET=none",
       "LIBRARY_REL=lib"
      ],
      "sources": [
       {
        "type": "git",
        "url": "https://github.com/P-H-C/phc-winner-argon2.git",
        "tag": "20190702",
        "commit": "62358ba2123abd17fccf2a108a301d4b52c01a7c"
       }
      ],
      "post-install": [
       "install -Dm644 -t /app/share/licenses/libargon2 LICENSE"
      ],
      "cleanup": [
       "/bin"
      ]
     },
     {
      "name": "botan",
      "buildsystem": "simple",
      "build-commands": [
       "python3 ./configure.py --disable-cc-tests --disable-static-library --prefix=/app --with-zlib --without-documentation",
       "make -j${FLATPAK_BUILDER_N_JOBS}",
       "make install"
      ],
      "sources": [
       {
        "type": "git",
        "url": "https://github.com/randombit/botan.git",
        "tag": "3.10.0",
        "commit": "e27d332089247f04e89854a2e60a3af2ec4e430f"
       }
      ],
      "post-install": [
       "install -Dm644 -t /app/share/licenses/botan license.txt"
      ]
     },
     {
      "name": "pcsclite",
      "config-opts": [
       "--sbindir=/app/bin",
       "--disable-polkit"
      ],
      "sources": [
       {
        "type": "git",
        "url": "https://github.com/LudovicRousseau/PCSC",
        "tag": "2.4.1",
        "commit": "5a96d5b1c6a3658c581a793d01f6a00e1a44e360"
       }
      ],
      "cleanup": [
       "/bin"
      ],
      "post-install": [
       "install -Dm644 -t /app/share/licenses/pcsclite COPYING"
      ]
     },
     {
      "name": "asciidoctor",
      "buildsystem": "simple",
      "build-commands": [
       "gem install --ignore-dependencies --no-user-install --verbose --local --install-dir /app/lib/ruby/gems/2.7.1 --bindir /app/bin asciidoctor-2.0.26.gem"
      ],
      "sources": [
       {
        "type": "file",
        "url": "https://rubygems.org/downloads/asciidoctor-2.0.26.gem",
        "sha256": "16e3accf1fc206bbd6335848649d7fd65f31d2daa60d85af13d47a8ee4b071c1"
       }
      ],
      "cleanup": [
       "*"
      ],
      "modules": [
       {
        "name": "ruby",
        "sources": [
         {
          "type": "archive",
          "url": "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.9.tar.gz",
          "sha256": "7bb4d4f5e807cc27251d14d9d6086d182c5b25875191e44ab15b709cd7a7dd9c"
         }
        ],
        "cleanup": [
         "*"
        ]
       }
      ]
     }
    ]
   }
  ]
 }
}