{
 "app_id": "io.github.hrniels.Eventix",
 "source_url": "https://raw.githubusercontent.com/flathub/io.github.hrniels.Eventix/master/io.github.hrniels.Eventix.json",
 "runtime": "org.gnome.Platform",
 "runtime_version": "50",
 "sdk": "org.gnome.Sdk",
 "finish_args": [
  "--share=ipc",
  "--share=network",
  "--socket=fallback-x11",
  "--socket=wayland",
  "--device=dri",
  "--talk-name=org.kde.StatusNotifierWatcher"
 ],
 "module_count": 5,
 "fetched_at": "2026-09-17T16:11:14.681505+00:00",
 "manifest": {
  "app-id": "io.github.hrniels.Eventix",
  "runtime": "org.gnome.Platform",
  "runtime-version": "50",
  "sdk": "org.gnome.Sdk",
  "sdk-extensions": [
   "org.freedesktop.Sdk.Extension.rust-stable",
   "org.freedesktop.Sdk.Extension.openjdk"
  ],
  "command": "eventix-app",
  "finish-args": [
   "--share=network",
   "--share=ipc",
   "--device=dri",
   "--socket=wayland",
   "--socket=fallback-x11",
   "--talk-name=org.kde.StatusNotifierWatcher",
   "--env=PATH=/app/jre/bin:/app/bin:/usr/bin"
  ],
  "build-options": {
   "append-path": "/usr/lib/sdk/rust-stable/bin",
   "env": {
    "CARGO_HOME": "/run/build/Eventix/cargo",
    "CARGO_NET_OFFLINE": "true"
   }
  },
  "modules": [
   "python-sources.json",
   {
    "name": "vdirsyncer",
    "buildsystem": "simple",
    "build-commands": [
     "pip3 install --no-index --find-links=. --prefix=/app --no-build-isolation .",
     "install -Dm644 LICENSE -t /app/share/licenses/io.github.hrniels.Eventix/vdirsyncer"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/hrniels/vdirsyncer.git",
      "commit": "a83fc9641fb1914e0a9af2f3339961cc7a126f26",
      "disable-submodules": true
     }
    ]
   },
   {
    "name": "openjdk",
    "buildsystem": "simple",
    "build-commands": [
     "/usr/lib/sdk/openjdk/install.sh"
    ]
   },
   {
    "name": "davmail",
    "buildsystem": "simple",
    "build-options": {
     "env": {
      "JAVA_HOME": "/usr/lib/sdk/openjdk",
      "PATH": "/usr/lib/sdk/openjdk/bin:/app/bin:/usr/bin"
     }
    },
    "build-commands": [
     "mvn --offline install -Dmaven.repo.local=flatpak/java-deps",
     "ant prepare-dist",
     "install -Dm755 dist/davmail /app/bin/davmail",
     "install -D dist/davmail.jar /app/bin/davmail.jar",
     "mkdir -p /app/bin/lib",
     "cp dist/lib/* /app/bin/lib",
     "install -Dm644 LICENSE -t /app/share/licenses/io.github.hrniels.Eventix/davmail"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/hrniels/davmail.git",
      "commit": "3a4751992a44e1c36370ddd525fad8c8534e4239",
      "disable-submodules": true
     },
     "java-sources.json"
    ]
   },
   {
    "name": "Eventix",
    "buildsystem": "simple",
    "build-commands": [
     "./b dist /app"
    ],
    "sources": [
     {
      "type": "git",
      "url": "https://github.com/hrniels/eventix.git",
      "commit": "87049b10da138b03038f42a7a9d032ab116d69d1",
      "disable-submodules": true
     },
     "cargo-sources.json"
    ]
   }
  ]
 }
}