e6089c83e2
GTK4 will make use of it if it's available, so allow it. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1854>
40 lines
957 B
JSON
40 lines
957 B
JSON
{
|
|
"app-id": "org.gnome.Extensions.Devel",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "master",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "gnome-extensions-app",
|
|
"tags": ["nightly"],
|
|
"finish-args": [
|
|
"--share=ipc", "--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--device=dri",
|
|
"--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",
|
|
"config-opts": ["-Dprofile=development"],
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/gnome-shell.git"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"commands": [
|
|
"subprojects/extensions-app/generate-translations.sh"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|