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

87 lines
2.1 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",
"branch": "master",
2021-05-27 19:16:42 -05:00
"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",
2021-05-27 19:16:42 -05:00
"--share=network",
"--socket=pulseaudio",
"--filesystem=xdg-download",
"--filesystem=xdg-data/themes:ro",
"--filesystem=xdg-data/icons:ro",
"--filesystem=~/.themes:ro",
"--filesystem=~/.icons:ro",
2021-05-27 19:16:42 -05:00
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--talk-name=com.canonical.AppMenu.Registrar",
"--own-name=org.kde.StatusNotifierItem-*",
2021-05-27 19:16:42 -05:00
"--talk-name=org.mpris.MediaPlayer2.*"
],
"add-extensions": {
2026-01-14 12:54:25 -07:00
"net.zoite.Zoitechat.Plugin": {
"version": "49",
2021-05-27 19:16:42 -05:00
"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",
"shared-modules/lua5.4/lua-5.4.json",
2021-05-27 19:16:42 -05:00
"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": "c9b8e4473c6421f2a215d8c06c0d94b86eb0b26a"
2021-05-27 19:16:42 -05:00
}
]
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": [
"-Dgtk3=true",
2021-05-27 19:16:42 -05:00
"-Ddbus-service-use-appid=true",
"-Dwith-perl=false",
"-Dwith-python=false",
"-Dwith-lua=lua"
2021-05-27 19:16:42 -05:00
],
"build-options": {
"cflags": "-Dgtk3=true -Wno-error=missing-include-dirs"
2021-05-27 19:16:42 -05:00
},
"cleanup": [
"/share/man"
],
"post-install": [
"install -d /app/extensions"
],
"sources": [
{
"type": "dir",
"path": ".."
},
{
"type": "patch",
"path": "Load-plugins-from-Flatpak-extensions.patch"
}
]
}
]
}