Warning, /packaging/flatpak-kde-applications/org.kde.kuserfeedback-console.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.kuserfeedback-console",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "UserFeedbackConsole",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": [
0011         "--share=ipc",
0012         "--socket=x11",
0013         "--socket=wayland",
0014         "--device=dri",
0015         "--share=network"
0016     ],
0017     "modules": [
0018         {
0019             "name": "kuserfeedback",
0020             "config-opts": [ "-DBUILD_TESTING=OFF", "-DENABLE_DOCS=OFF" ],
0021             "buildsystem": "cmake-ninja",
0022             "builddir": true,
0023             "sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kuserfeedback.git" } ],
0024             "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories", "/lib/libexec" ]
0025         },
0026         {
0027             "name": "icon",
0028             "buildsystem": "simple",
0029             "build-commands": [
0030                 "mkdir -p /app/share/icons/hicolor/32x32/apps/",
0031                 "install -D /usr/share/icons/breeze/actions/16/search.svg /app/share/icons/hicolor/32x32/apps/"
0032             ]
0033         }
0034     ]
0035 }