gnome-shell/subprojects/extensions-app/build-aux/flatpak/org.gnome.Extensions.json
Florian Müllner 94dca1606f extensions-app: Add permission to talk to gnome-session
This is required for offering a "Logout" option when handling extension
updates.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/2735
2020-05-07 15:58:06 +00:00

39 lines
927 B
JSON

{
"app-id": "org.gnome.Extensions",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "gnome-extensions-app",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
"--share=ipc", "--socket=fallback-x11",
"--socket=wayland",
"--talk-name=org.gnome.SessionManager",
"--talk-name=org.gnome.Shell.Extensions"
],
"build-options": {
"cflags": "-O2 -g"
},
"modules": [
{
"name": "gnome-extensions-app",
"buildsystem": "meson",
"builddir": true,
"subdir": "subprojects/extensions-app",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-shell.git"
},
{
"type": "shell",
"commands": [
"subprojects/extensions-app/generate-translations.sh"
]
}
]
}
]
}