{ "id": "org.kde.kuserfeedback-console", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "6.7", "sdk": "org.kde.Sdk", "command": "UserFeedbackConsole", "tags": ["nightly"], "desktop-file-name-suffix": " (Nightly)", "finish-args": [ "--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--device=dri", "--share=network" ], "modules": [ { "name": "extra-cmake-modules", "config-opts": [ "-DBUILD_TESTING=OFF", "-DENABLE_DOCS=OFF" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "https://invent.kde.org/frameworks/extra-cmake-modules", "branch": "master" } ], "cleanup": [ "/include", "/lib/cmake" ] }, { "name": "kuserfeedback", "config-opts": [ "-DBUILD_TESTING=OFF", "-DENABLE_DOCS=OFF" ], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "dir", "path": "." } ], "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories", "/lib/libexec" ] }, { "name": "icon", "buildsystem": "simple", "build-commands": [ "mkdir -p /app/share/icons/hicolor/32x32/apps/", "install -D /usr/share/icons/breeze/actions/16/search.svg /app/share/icons/hicolor/32x32/apps/" ] } ] }