2021-05-27 19:16:42 -05:00
|
|
|
{
|
2026-01-14 12:54:25 -07:00
|
|
|
"app-id": "net.zoite.Zoitechat",
|
2026-02-21 18:32:09 -07:00
|
|
|
"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",
|
2026-02-24 19:27:03 -07:00
|
|
|
"--socket=x11",
|
2021-05-27 19:16:42 -05:00
|
|
|
"--share=network",
|
|
|
|
|
"--socket=pulseaudio",
|
|
|
|
|
"--filesystem=xdg-download",
|
2026-02-21 15:46:43 -07:00
|
|
|
"--filesystem=xdg-data/themes:ro",
|
|
|
|
|
"--filesystem=xdg-data/icons:ro",
|
|
|
|
|
"--filesystem=~/.themes:ro",
|
|
|
|
|
"--filesystem=~/.icons:ro",
|
2026-02-22 08:56:44 -07:00
|
|
|
"--filesystem=xdg-run/tray-icon:create",
|
2021-05-27 19:16:42 -05:00
|
|
|
|
|
|
|
|
"--talk-name=org.freedesktop.Notifications",
|
2026-02-22 08:12:28 -07:00
|
|
|
"--talk-name=org.kde.StatusNotifierWatcher",
|
2026-02-22 08:20:26 -07:00
|
|
|
"--talk-name=com.canonical.AppMenu.Registrar",
|
2026-02-22 08:12:28 -07:00
|
|
|
|
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": {
|
2026-02-21 14:53:49 -07:00
|
|
|
"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",
|
2026-02-21 16:19:22 -07:00
|
|
|
"shared-modules/lua5.4/lua-5.4.json",
|
2021-05-27 19:16:42 -05:00
|
|
|
"shared-modules/libcanberra/libcanberra.json",
|
2026-02-01 16:58:38 -07:00
|
|
|
"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",
|
2026-02-21 16:27:11 -07:00
|
|
|
"commit": "c9b8e4473c6421f2a215d8c06c0d94b86eb0b26a"
|
2021-05-27 19:16:42 -05:00
|
|
|
}
|
2026-02-01 15:23:36 -07: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": [
|
|
|
|
|
"-Ddbus-service-use-appid=true",
|
2026-02-01 18:12:03 -07:00
|
|
|
"-Dwith-perl=false",
|
2026-02-01 19:08:50 -07:00
|
|
|
"-Dwith-python=false",
|
2026-01-13 18:59:45 -07:00
|
|
|
"-Dwith-lua=lua"
|
2021-05-27 19:16:42 -05:00
|
|
|
],
|
|
|
|
|
"build-options": {
|
2026-02-22 15:38:05 -07:00
|
|
|
"cflags": "-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"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|