TheBrokenRail
cef1e6c653
All checks were successful
FeedbackD-Configuration/pipeline/head This commit looks good
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"app-id": "com.thebrokenrail.FeedbackD-Configuration",
|
|
"runtime": "org.gnome.Platform",
|
|
"runtime-version": "3.36",
|
|
"sdk": "org.gnome.Sdk",
|
|
"command": "feedbackd-configuration",
|
|
"finish-args": [
|
|
"--share=ipc",
|
|
"--socket=fallback-x11",
|
|
"--socket=wayland",
|
|
"--share=network",
|
|
"--talk-name=org.gtk.vfs",
|
|
"--talk-name=org.gtk.vfs.*"
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "feedbackd-configuration",
|
|
"builddir": true,
|
|
"buildsystem": "cmake",
|
|
"config-opts": [
|
|
"-DCMAKE_C_COMPILER=clang",
|
|
"-DCMAKE_CXX_COMPILER=clang++"
|
|
],
|
|
"sources": [
|
|
{
|
|
"type": "dir",
|
|
"path": "."
|
|
}
|
|
],
|
|
"modules": [
|
|
{
|
|
"name": "libhandy1",
|
|
"builddir": true,
|
|
"buildsystem": "meson",
|
|
"sources": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://gitlab.gnome.org/GNOME/libhandy.git",
|
|
"tag": "1.0.0"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |