{
 "app_id": "com.github.dail8859.NotepadNext",
 "source_url": "https://raw.githubusercontent.com/flathub/com.github.dail8859.NotepadNext/master/com.github.dail8859.NotepadNext.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=wayland",
  "--socket=fallback-x11",
  "--device=dri",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-17T16:07:34.902156+00:00",
 "manifest": {
  "app-id": "com.github.dail8859.NotepadNext",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "rename-icon": "NotepadNext",
  "rename-desktop-file": "NotepadNext.desktop",
  "command": "NotepadNext",
  "finish-args": [
   "--share=ipc",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--device=dri",
   "--filesystem=home"
  ],
  "modules": [
   "qt65.yml",
   {
    "name": "NotepadNext",
    "buildsystem": "simple",
    "build-commands": [
     "qmake PREFIX=/app src/NotepadNext.pro \"DISTRIBUTION=Flatpak\"",
     "make -j $FLATPAK_BUILDER_N_JOBS",
     "make install INSTALL_ROOT=/"
    ],
    "post-install": [
     "install -D -m644 deploy/linux/com.github.dail8859.NotepadNext.metainfo.xml -t /app/share/metainfo",
     "cp -a /app/share/icons/hicolor/scalable/{mimetypes,apps}"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/dail8859/NotepadNext.git",
      "tag": "v0.13",
      "commit": "cf7f9300359849ffa5c8f4383b31e22a84c5e658",
      "x-checker-data": {
       "type": "git",
       "tag-pattern": "^v([\\d.]+)$"
      }
     },
     {
      "type": "patch",
      "path": "scintilla-cstdint.patch"
     }
    ]
   }
  ]
 }
}