{
 "app_id": "com.strangedaystech.LNXDrive",
 "source_url": "https://raw.githubusercontent.com/StrangeDaysTech/lnxdrive/main/lnxdrive-packaging/flatpak/com.strangedaystech.LNXDrive.yaml",
 "runtime": "org.gnome.Platform",
 "runtime_version": "49",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--socket=wayland",
  "--socket=fallback-x11",
  "--share=ipc",
  "--share=network",
  "--filesystem=home",
  "--own-name=com.strangedaystech.LNXDrive",
  "--talk-name=org.freedesktop.secrets",
  "--talk-name=org.gnome.OnlineAccounts",
  "--device=all"
 ],
 "module_count": 2,
 "fetched_at": "2026-09-20T13:06:12.070857+00:00",
 "manifest": {
  "app-id": "com.strangedaystech.LNXDrive",
  "runtime": "org.gnome.Platform",
  "runtime-version": "49",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable"
  ],
  "command": "lnxdrive-preferences",
  "finish-args": [
   "--socket=wayland",
   "--socket=fallback-x11",
   "--share=ipc",
   "--share=network",
   "--filesystem=home",
   "--own-name=com.strangedaystech.LNXDrive",
   "--talk-name=org.freedesktop.secrets",
   "--talk-name=org.gnome.OnlineAccounts",
   "--device=all"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "build-args": [
    "--share=network"
   ]
  },
  "modules": [
   {
    "name": "lnxdrive-engine",
    "buildsystem": "simple",
    "build-commands": [
     "cargo build --release --locked -p lnxdrive-daemon -p lnxdrive-cli",
     "install -Dm755 target/release/lnxdrived -t /app/bin",
     "install -Dm755 target/release/lnxdrive -t /app/bin",
     "install -Dm644 com.strangedaystech.LNXDrive.service -t /app/share/dbus-1/services"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../lnxdrive-engine",
      "skip": [
       "target"
      ]
     },
     {
      "type": "file",
      "path": "com.strangedaystech.LNXDrive.service"
     }
    ]
   },
   {
    "name": "lnxdrive-gnome",
    "buildsystem": "meson",
    "config-opts": [
     "-Denable_nautilus=false",
     "-Denable_shell=false",
     "-Denable_preferences=true",
     "-Denable_goa=false"
    ],
    "sources": [
     {
      "type": "dir",
      "path": "../../lnxdrive-gnome",
      "skip": [
       "target",
       "preferences/target"
      ]
     }
    ]
   }
  ]
 }
}