{ "app-id": "net.zoite.Zoitechat", "branch": "master", "runtime": "org.gnome.Platform", "runtime-version": "49", "sdk": "org.gnome.Sdk", "command": "zoitechat", "finish-args": [ "--share=ipc", "--socket=wayland", "--share=network", "--socket=pulseaudio", "--filesystem=xdg-download", "--filesystem=xdg-data/themes:ro", "--filesystem=xdg-data/icons:ro", "--filesystem=~/.themes:ro", "--filesystem=~/.icons:ro", "--talk-name=org.freedesktop.Notifications", "--talk-name=org.mpris.MediaPlayer2.*" ], "add-extensions": { "net.zoite.Zoitechat.Plugin": { "version": "49", "directory": "extensions", "add-ld-path": "lib", "merge-dirs": "lib/zoitechat/plugins", "subdirectories": true, "no-autodownload": true, "autodelete": true } }, "modules": [ "shared-modules/dbus-glib/dbus-glib.json", "shared-modules/lua5.4/lua-5.4.json", "shared-modules/libcanberra/libcanberra.json", "shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json", "python3-cffi.json", { "name": "lgi", "buildsystem": "meson", "sources": [ { "type": "git", "url": "https://github.com/pavouk/lgi.git", "commit": "c9b8e4473c6421f2a215d8c06c0d94b86eb0b26a" } ] }, { "name": "zoitechat", "buildsystem": "meson", "config-opts": [ "-Dgtk3=true", "-Ddbus-service-use-appid=true", "-Dwith-perl=false", "-Dwith-python=false", "-Dwith-lua=lua" ], "build-options": { "cflags": "-Dgtk3=true -Wno-error=missing-include-dirs" }, "cleanup": [ "/share/man" ], "post-install": [ "install -d /app/extensions" ], "sources": [ { "type": "dir", "path": ".." }, { "type": "patch", "path": "Load-plugins-from-Flatpak-extensions.patch" } ] } ] }