gnome-chess/org.gnome.Chess.json
Michael Catanzaro 0585a52637 Revert "flatpak: Use vala SDK extension"
This reverts commit 3fe757a60b
2024-02-09 17:45:52 +00:00

39 lines
1.1 KiB
JSON

{
"app-id": "org.gnome.Chess",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"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/"
],
"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": "gnome-chess",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-chess.git"
}
]
}
]
}