gnome-chess/org.gnome.Chess.json

61 lines
1.8 KiB
JSON
Raw Normal View History

{
"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",
2023-06-29 20:04:05 +00:00
"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",
2018-05-31 13:22:35 +00:00
"url": "https://gitlab.gnome.org/GNOME/gnome-chess.git"
}
]
}
]
}