{
 "app_id": "at.mser.SilQ",
 "source_url": "https://raw.githubusercontent.com/mserajnik/flatpak.mser.at/master/apps/at.mser.SilQ/at.mser.SilQ.yaml",
 "runtime": "org.freedesktop.Platform",
 "runtime_version": "25.08",
 "sdk": "org.freedesktop.Sdk",
 "finish_args": [
  "--device=all",
  "--persist=.sil",
  "--share=ipc",
  "--socket=x11"
 ],
 "module_count": 1,
 "fetched_at": "2026-09-17T17:42:58.424683+00:00",
 "manifest": {
  "app-id": "at.mser.SilQ",
  "runtime": "org.freedesktop.Platform",
  "runtime-version": "25.08",
  "sdk": "org.freedesktop.Sdk",
  "command": "sil-q",
  "finish-args": [
   "--device=all",
   "--persist=.sil",
   "--share=ipc",
   "--socket=x11"
  ],
  "modules": [
   {
    "name": "sil-q",
    "buildsystem": "simple",
    "build-commands": [
     "sed -i \\\n  -e '1i #define USE_PRIVATE_SAVE_PATH' \\\n  -e 's|#define DEFAULT_PATH \"./lib/\"|#define DEFAULT_PATH \"/app/lib/sil\"|' \\\n  src/config.h\n",
     "cmake -G Ninja -B build \\\n  -DCMAKE_BUILD_TYPE=Release \\\n  -DSUPPORT_COCOA_FRONTEND=OFF \\\n  -DSUPPORT_X11_FRONTEND=ON \\\n  -DSUPPORT_GCU_FRONTEND=ON \\\n  -DCMAKE_EXE_LINKER_FLAGS=-Wl,--copy-dt-needed-entries\n",
     "cmake --build build",
     "install -Dm755 build/sil /app/bin/sil-q",
     "install -Dm644 ${FLATPAK_ID}.desktop -t /app/share/applications",
     "install -Dm644 ${FLATPAK_ID}.GCU.desktop -t /app/share/applications",
     "install -Dm644 ${FLATPAK_ID}.png -t /app/share/icons/hicolor/256x256/apps",
     "install -Dm644 ${FLATPAK_ID}.metainfo.xml -t /app/share/metainfo",
     "lib_path=\"/app/lib/sil\" ; \\\nmkdir -p \"$lib_path\" ; \\\ncp -r lib/. \"$lib_path\" ; \\\nchmod -R 755 \"$lib_path\"\n"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/sil-quirk/sil-q.git",
      "tag": "v1.5.1-beta1",
      "commit": "4e417a7322a9cf037ee672c11f330eda7fd2c1b9"
     },
     {
      "type": "file",
      "path": "at.mser.SilQ.desktop"
     },
     {
      "type": "file",
      "path": "at.mser.SilQ.GCU.desktop"
     },
     {
      "type": "file",
      "path": "at.mser.SilQ.png"
     },
     {
      "type": "file",
      "path": "at.mser.SilQ.metainfo.xml"
     }
    ]
   }
  ]
 }
}