{
 "app_id": "net.karahan.PDFAnnotationExtractor",
 "source_url": "https://raw.githubusercontent.com/EnginKarahan/PdfAnnotationExtractor/main/net.karahan.PDFAnnotationExtractor.yml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "23.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--share=ipc",
  "--socket=x11",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--filesystem=home"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T12:58:17.420685+00:00",
 "manifest": {
  "app-id": "net.karahan.PDFAnnotationExtractor",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "23.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "pdf-annotation-extractor.sh",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.python3-tkinter"
  ],
  "build-options": {
   "env": [
    "PYTHONPATH=/app/lib/python3.11/site-packages"
   ]
  },
  "finish-args": [
   "--share=ipc",
   "--socket=x11",
   "--socket=fallback-x11",
   "--socket=wayland",
   "--filesystem=home"
  ],
  "modules": [
   {
    "name": "python3-dependencies",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --verbose --exists-action=i --no-index --find-links=\"file://${PWD}\" --prefix=${FLATPAK_DEST} --no-build-isolation -r /run/build/pdf-annotation-extractor/requirements.txt"
    ],
    "sources": [
     {
      "type": "file",
      "path": "python3-dependencies.json"
     },
     {
      "type": "file",
      "path": "requirements.txt"
     }
    ]
   },
   {
    "name": "pdf-annotation-extractor",
    "buildsystem": "simple",
    "build-commands": [
     "install -d /app/bin /app/lib/python3.11/site-packages/pdf_annotation_extractor",
     "install -d /app/share/applications /app/share/icons/hicolor/128x128/apps",
     "cp -r src/pdf_annotation_extractor/* /app/lib/python3.11/site-packages/pdf_annotation_extractor/",
     "install -Dm755 pdf-annotation-extractor.sh /app/bin/pdf-annotation-extractor.sh",
     "install -Dm644 net.karahan.PDFAnnotationExtractor.desktop /app/share/applications/net.karahan.PDFAnnotationExtractor.desktop",
     "install -Dm644 assets/net.karahan.PDFAnnotationExtractor.png /app/share/icons/hicolor/128x128/apps/net.karahan.PDFAnnotationExtractor.png"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "src"
     },
     {
      "type": "file",
      "path": "pdf-annotation-extractor.sh"
     },
     {
      "type": "file",
      "path": "net.karahan.PDFAnnotationExtractor.desktop"
     },
     {
      "type": "file",
      "path": "assets/net.karahan.PDFAnnotationExtractor.png"
     }
    ]
   }
  ]
 }
}