{
 "app_id": "io.github.lephotographelibre.BlueNotebook",
 "source_url": "https://raw.githubusercontent.com/lephotographelibre/BlueNotebook/main/flatpak/io.github.lephotographelibre.BlueNotebook-avecEmojis.yaml",
 "runtime": "org.kde.Platform",
 "runtime_version": "5.15-25.08",
 "sdk": "org.kde.Sdk",
 "finish_args": [
  "--socket=fallback-x11",
  "--socket=wayland",
  "--share=ipc",
  "--device=dri",
  "--share=network",
  "--socket=pulseaudio",
  "--filesystem=home",
  "--env=FONTCONFIG_FILE=/app/etc/fonts/fonts.conf",
  "--env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu"
 ],
 "module_count": 4,
 "fetched_at": "2026-09-20T13:06:00.929818+00:00",
 "manifest": {
  "app-id": "io.github.lephotographelibre.BlueNotebook",
  "runtime": "org.kde.Platform",
  "runtime-version": "5.15-25.08",
  "sdk": "org.kde.Sdk",
  "base": "com.riverbankcomputing.PyQt.BaseApp",
  "base-version": "5.15-25.08",
  "command": "bluenotebook",
  "finish-args": [
   "--socket=fallback-x11",
   "--socket=wayland",
   "--share=ipc",
   "--device=dri",
   "--share=network",
   "--socket=pulseaudio",
   "--filesystem=home",
   "--env=FONTCONFIG_FILE=/app/etc/fonts/fonts.conf",
   "--env=QTWEBENGINE_CHROMIUM_FLAGS=--disable-gpu"
  ],
  "modules": [
   "python3-requirements.yaml",
   {
    "name": "noto-color-emoji",
    "buildsystem": "simple",
    "build-commands": [
     "install -d -m 755 /app/share/fonts/",
     "install -m 644 NotoColorEmoji.ttf /app/share/fonts/",
     "install -d -m 755 /app/etc/fonts/conf.d/",
     "install -m 644 75-noto-color-emoji.conf /app/etc/fonts/conf.d/",
     "install -m 644 fonts.conf /app/etc/fonts/fonts.conf",
     "fc-cache -f -v /app/share/fonts/"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://github.com/googlefonts/noto-emoji/raw/8998f5dd683424a73e2314a8c1f1e359c19e8742/fonts/NotoColorEmoji.ttf",
      "sha256": "72a635cb3d2f3524c51620cdde406b217204e8a6a06c6a096ff8ed4b5fd6e27b"
     },
     {
      "type": "file",
      "path": "75-noto-color-emoji.conf"
     },
     {
      "type": "file",
      "path": "fonts.conf"
     }
    ]
   },
   {
    "name": "noto-sans",
    "buildsystem": "simple",
    "build-commands": [
     "install -d -m 755 /app/share/fonts/",
     "install -m 644 NotoSans-*.ttf /app/share/fonts/",
     "fc-cache -f -v /app/share/fonts/"
    ],
    "sources": [
     {
      "type": "file",
      "url": "https://github.com/notofonts/noto-fonts/raw/c971829a87e7920f960e7277c3dafd9bedd3c601/hinted/ttf/NotoSans/NotoSans-Regular.ttf",
      "sha256": "b85c38ecea8a7cfb39c24e395a4007474fa5a4fc864f6ee33309eb4948d232d5"
     },
     {
      "type": "file",
      "url": "https://github.com/notofonts/noto-fonts/raw/c971829a87e7920f960e7277c3dafd9bedd3c601/hinted/ttf/NotoSans/NotoSans-Bold.ttf",
      "sha256": "c976e4b1b99edc88775377fcc21692ca4bfa46b6d6ca6522bfda505b28ff9d6a"
     },
     {
      "type": "file",
      "url": "https://github.com/notofonts/noto-fonts/raw/c971829a87e7920f960e7277c3dafd9bedd3c601/hinted/ttf/NotoSans/NotoSans-Italic.ttf",
      "sha256": "36cff144df01309dab648bea71baff9bb074026914afe63aeacc8bc90b67a28b"
     },
     {
      "type": "file",
      "url": "https://github.com/notofonts/noto-fonts/raw/c971829a87e7920f960e7277c3dafd9bedd3c601/hinted/ttf/NotoSans/NotoSans-BoldItalic.ttf",
      "sha256": "6edf4227ef0fa846aca70e86a307804ca4401741830f5b3af0f2554abe2b8466"
     }
    ]
   },
   {
    "name": "bluenotebook",
    "buildsystem": "simple",
    "build-commands": [
     "mkdir -p /app/share/bluenotebook",
     "mkdir -p /app/bin",
     "mkdir -p /app/share/applications",
     "mkdir -p /app/share/metainfo",
     "mkdir -p /app/share/icons/hicolor/128x128/apps",
     "install -Dm755 flatpak/bluenotebook-wrapper.sh /app/bin/bluenotebook",
     "mkdir -p /app/share/icons/hicolor/32x32/apps",
     "install -Dm644 flatpak/io.github.lephotographelibre.BlueNotebook.desktop -t /app/share/applications/",
     "cp -r . /app/share/bluenotebook",
     "install -Dm644 flatpak/bluenotebook_128x128.png /app/share/icons/hicolor/128x128/apps/io.github.lephotographelibre.BlueNotebook.png",
     "install -Dm644 flatpak/bluenotebook_64x64.png /app/share/icons/hicolor/64x64/apps/io.github.lephotographelibre.BlueNotebook.png",
     "install -Dm644 flatpak/bluenotebook_32x32.png /app/share/icons/hicolor/32x32/apps/io.github.lephotographelibre.BlueNotebook.png",
     "install -m 644 flatpak/io.github.lephotographelibre.BlueNotebook.desktop /app/share/applications/",
     "install -m 644 flatpak/io.github.lephotographelibre.BlueNotebook.metainfo.xml /app/share/metainfo/",
     "install -m 644 flatpak/bluenotebook_128x128.png /app/share/icons/hicolor/128x128/apps/io.github.lephotographelibre.BlueNotebook.png",
     "install -m 644 flatpak/bluenotebook_64x64.png /app/share/icons/hicolor/64x64/apps/io.github.lephotographelibre.BlueNotebook.png",
     "install -m 644 flatpak/bluenotebook_32x32.png /app/share/icons/hicolor/32x32/apps/io.github.lephotographelibre.BlueNotebook.png"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/lephotographelibre/BlueNotebook.git",
      "tag": "v4.2.3"
     }
    ]
   }
  ]
 }
}