{
 "app_id": "io.github.eteran.edb-debugger",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.eteran.edb-debugger/master/io.github.eteran.edb-debugger.yml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--device=dri",
  "--filesystem=xdg-documents",
  "--filesystem=xdg-config/kdeglobals:ro",
  "--allow=devel",
  "--talk-name=com.canonical.AppMenu.Registrar",
  "--talk-name=org.kde.kconfig.notify",
  "--talk-name=org.kde.KGlobalSettings"
 ],
 "module_count": 6,
 "fetched_at": "2026-09-19T12:43:05.876069+00:00",
 "manifest": {
  "app-id": "io.github.eteran.edb-debugger",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "command": "edb",
  "rename-icon": "edb",
  "rename-desktop-file": "edb.desktop",
  "rename-appdata-file": "edb.appdata.xml",
  "finish-args": [
   "--allow=devel",
   "--share=ipc",
   "--socket=x11",
   "--filesystem=xdg-documents",
   "--device=dri"
  ],
  "modules": [
   {
    "name": "capstone",
    "buildsystem": "simple",
    "build-commands": [
     "make V=1",
     "make PREFIX=/app/ install"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/aquynh/capstone.git",
      "tag": "5.0.9",
      "commit": "022575848782a4801fd150fdbc927effcbca0864",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^([\\d.]+)$"
      }
     }
    ]
   },
   {
    "name": "libXmu",
    "buildsystem": "autotools",
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.freedesktop.org/xorg/lib/libxmu.git",
      "tag": "libXmu-1.2.1",
      "commit": "792f80402ee06ce69bca3a8f2a84295999c3a170"
     }
    ]
   },
   {
    "name": "libXaw",
    "buildsystem": "autotools",
    "sources": [
     {
      "type": "git",
      "url": "https://gitlab.freedesktop.org/xorg/lib/libxaw.git",
      "tag": "libXaw-1.0.16",
      "commit": "f14ba54e9c7e415a05e33dd0b3b5f96e5de05c8b"
     }
    ]
   },
   {
    "name": "xterm",
    "buildsystem": "autotools",
    "config-opts": [
     "--disable-full-tgetent"
    ],
    "sources": [
     {
      "type": "archive",
      "url": "https://invisible-island.net/archives/xterm/xterm-403.tgz",
      "sha256": "1331b0df5919cb243ffe326dc6ff10a291e683a262f70cdf964a664be733ad83"
     }
    ]
   },
   {
    "name": "graphviz",
    "buildsystem": "autotools",
    "sources": [
     {
      "type": "archive",
      "url": "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/10.0.1/graphviz-10.0.1.tar.gz",
      "sha256": "72e1a575e9c382c4fd2267837962bc4582b3d9ad746e338cd8024bdeca124f32"
     }
    ]
   },
   {
    "name": "edb",
    "buildsystem": "cmake-ninja",
    "config-opts": [
     "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
    ],
    "post-install": [
     "install -Dm644 edb.appdata.xml /app/share/appdata/edb.appdata.xml",
     "install -Dm644 src/res/images/edb.svg /app/share/icons/hicolor/scalable/apps/edb.svg"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/eteran/edb-debugger.git",
      "tag": "1.5.0",
      "commit": "169e621bf88e1046030930bb302720eac3704ad7",
      "x-checker-data": {
       "type": "git",
       "is-main-source": true,
       "tag-pattern": "^([\\d.]+)$"
      }
     },
     {
      "type": "patch",
      "path": "edb.appdata.xml.patch"
     },
     {
      "type": "patch",
      "path": "Configuration.cpp.patch"
     },
     {
      "type": "patch",
      "path": "edb_zh_CN.ts.patch"
     },
     {
      "type": "patch",
      "path": "DialogOptions.ui.patch"
     }
    ]
   }
  ]
 }
}