This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
FeedbackD-Configuration/com.thebrokenrail.FeedbackD...

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"
}
]
}
]
}
]
}