gnome-shell/subprojects/extensions-app/build-aux/flatpak/org.gnome.Extensions.json
Florian Müllner b02e3719b3 extensions-app: Rename executable
We kept the old binary name when overhauling the tool for the Extensions
app to avoid unnecessary churn for packagers/distributors.

However we now have a reason to "free" the old name, so rename the binary
to match the (sub)project name.

https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1220
2020-04-28 00:06:19 +02:00

38 lines
883 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.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"
]
}
]
}
]
}