{
 "app_id": "com.dreamsourcelab.DSView",
 "source_url": "https://raw.githubusercontent.com/flathub/com.dreamsourcelab.DSView/master/com.dreamsourcelab.DSView.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=all",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 3,
 "fetched_at": "2026-09-17T16:07:14.087841+00:00",
 "manifest": {
  "app-id": "com.dreamsourcelab.DSView",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "command": "DSView",
  "rename-icon": "dsview",
  "rename-desktop-file": "dsview.desktop",
  "finish-args": [
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=ipc",
   "--device=all"
  ],
  "cleanup": [
   "/include",
   "/lib/cmake",
   "*.a"
  ],
  "modules": [
   {
    "name": "boost",
    "buildsystem": "simple",
    "build-commands": [
     "./bootstrap.sh --prefix=${FLATPAK_DEST}",
     "./b2 install"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://archives.boost.io/release/1.91.0/source/boost_1_91_0.tar.gz",
      "sha256": "5734305f40a76c30f951c9abd409a45a2a19fb546efe4162119250bbe4d3a463"
     }
    ]
   },
   {
    "name": "fake_udev_dir",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p ${FLATPAK_DEST}/lib/udev/rules.d"
    ]
   },
   {
    "name": "dsview",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
     "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
    ],
    "post-install": [
     "install -Dm644 com.dreamsourcelab.DSView.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/DreamSourceLab/DSView.git",
      "tag": "v1.3.2",
      "commit": "03131dd261f08f84262c0172fd051b16cc3bb586"
     },
     {
      "type": "patch",
      "path": "patches/fix_cmake_install_prefix.patch"
     },
     {
      "type": "patch",
      "path": "patches/fix_newer_gcc_include.patch"
     },
     {
      "type": "file",
      "path": "com.dreamsourcelab.DSView.metainfo.xml"
     }
    ]
   }
  ]
 }
}