gnome-chess/org.gnome.Chess.json
Michael Catanzaro 618d67cf6a flatpak: update permissions
GTK 4 apps want OpenGL access.

Also, we don't need dconf access anymore. And we don't need X11 access
when running under Wayland.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-chess/-/merge_requests/46>
2023-06-29 15:31:19 -05:00

60 lines
1.8 KiB
JSON

{
"app-id": "org.gnome.Chess",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [ "org.freedesktop.Sdk.Extension.vala-nightly" ],
"command": "gnome-chess",
"tags": ["nightly"],
"desktop-file-name-prefix": "(Nightly) ",
"finish-args": [
"--share=ipc",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--metadata=X-DConf=migrate-path=/org/gnome/Chess/"
],
"build-options": {
"prepend-path": "/usr/lib/sdk/vala-nightly/bin/",
"prepend-ld-library-path": "/usr/lib/sdk/vala-nightly/lib"
},
"cleanup": ["/share/gnuchess", "/share/info", "/share/man"],
"modules": [
{
"name": "gnuchess",
"sources": [
{
"type": "archive",
"url": "https://ftpmirror.gnu.org/chess/gnuchess-6.2.9.tar.gz",
"sha256": "ddfcc20bdd756900a9ab6c42c7daf90a2893bf7f19ce347420ce36baebc41890"
}
]
},
{
"name": "libgee",
"buildsystem": "autotools",
"build-options": {
"env": {
"ACLOCAL_PATH" : "/usr/lib/sdk/vala-nightly/share/aclocal"
}
},
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libgee.git",
"branch": "main"
}
]
},
{
"name": "gnome-chess",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-chess.git"
}
]
}
]
}