Files
zoitechat/flatpak/net.zoite.Zoitechat.json

81 lines
1.9 KiB
JSON
Raw Normal View History

2021-05-27 19:16:42 -05:00
{
2026-01-14 12:54:25 -07:00
"app-id": "net.zoite.Zoitechat",
2021-05-27 19:16:42 -05:00
"branch": "stable",
"runtime": "org.gnome.Platform",
2026-01-06 01:33:43 -07:00
"runtime-version": "49",
2021-05-27 19:16:42 -05:00
"sdk": "org.gnome.Sdk",
2026-01-05 23:12:38 -07:00
"command": "zoitechat",
2021-05-27 19:16:42 -05:00
"finish-args": [
"--share=ipc",
"--socket=wayland",
"--socket=fallback-x11",
2021-05-27 19:16:42 -05:00
"--share=network",
"--socket=pulseaudio",
"--filesystem=xdg-download",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.mpris.MediaPlayer2.*"
],
"add-extensions": {
2026-01-14 12:54:25 -07:00
"net.zoite.Zoitechat.Plugin": {
2021-05-27 19:16:42 -05:00
"version": "20.08",
"directory": "extensions",
"add-ld-path": "lib",
2026-01-05 23:12:38 -07:00
"merge-dirs": "lib/zoitechat/plugins",
2021-05-27 19:16:42 -05:00
"subdirectories": true,
"no-autodownload": true,
"autodelete": true
}
},
"modules": [
2021-10-26 15:51:42 -05:00
"shared-modules/dbus-glib/dbus-glib.json",
2021-05-27 19:16:42 -05:00
"shared-modules/lua5.3/lua-5.3.5.json",
"shared-modules/libcanberra/libcanberra.json",
"shared-modules/libayatana-appindicator/libayatana-appindicator-gtk3.json",
2021-05-27 19:16:42 -05:00
"python3-cffi.json",
{
"name": "lgi",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/pavouk/lgi.git",
"commit": "95418635aa8151a516d43166227ea2b9d4c4403f"
}
]
2021-05-27 19:16:42 -05:00
},
{
2026-01-05 23:12:38 -07:00
"name": "zoitechat",
2021-05-27 19:16:42 -05:00
"buildsystem": "meson",
"config-opts": [
"--buildtype=release",
"-Dgtk3=true",
2021-05-27 19:16:42 -05:00
"-Ddbus-service-use-appid=true",
"-Dwith-perl=true",
"-Dwith-python=true",
"-Dwith-lua=lua"
2021-05-27 19:16:42 -05:00
],
"build-options": {
"cflags": "-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"
}
]
}
]
}