diff --git a/org.kde.konversation-konvi2x.json b/org.kde.konversation-konvi2x.json index 1a66b7b..cca3939 100644 --- a/org.kde.konversation-konvi2x.json +++ b/org.kde.konversation-konvi2x.json @@ -1,37 +1,38 @@ { "id": "org.kde.konversation-konvi2x", "rename-desktop-file": "org.kde.konversation.desktop", "branch": "master", "runtime": "org.kde.Platform", "runtime-version": "5.9", "sdk": "org.kde.Sdk", "command": "konvi2x", "tags": ["nightly"], "desktop-file-name-prefix": "(Nightly) ", "desktop-file-name-suffix": " (Konvi2x)", "finish-args": ["--share=ipc", "--share=network", "--socket=x11", "--socket=wayland", "--device=dri", "--env=QT_QPA_PLATFORM=flatpak" ], "separate-locales": false, "modules": [ { "name": "qqc2-desktop-style", "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "git://anongit.kde.org/qqc2-desktop-style.git", "branch": "master" } ] }, { "name": "kirigami", + "config-opts": ["-DCMAKE_BUILD_TYPE=debug", "-DPLASMA_ENABLED=OFF"], "buildsystem": "cmake-ninja", "builddir": true, "sources": [ { "type": "git", "url": "git://anongit.kde.org/kirigami.git", "branch": "master" }, { "type": "patch", "path": "kirigami_lower_kf5_dependency.patch"} ] }, { "name": "konversation-konvi2x", "buildsystem": "cmake-ninja", - "config-opts": ["-DCMAKE_BUILD_TYPE=debugfull"], + "config-opts": ["-DCMAKE_BUILD_TYPE=debug"], "sources": [ { "type": "git", "url": "git://anongit.kde.org/konversation.git", "branch": "wip/qtquick" } ] } ] }