gnome-chess/org.gnome.Chess.json
Michael Catanzaro 0333d3bef9 Change URL for GNU Chess tarball
The mirrors are unreliable, and at least one is serving a tarball that
is different than expected....
2024-07-12 12:21:13 -05:00

40 lines
1.2 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://ftp.gnu.org/gnu/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",
"branch": "main"
}
]
}
]
}