diff --git a/org.kde.konversation-qtquick.json b/org.kde.konversation-qtquick.json new file mode 100644 --- /dev/null +++ b/org.kde.konversation-qtquick.json @@ -0,0 +1,27 @@ +{ + "id": "org.kde.konversation-qtquick", + "branch": "wip/qtquick", + "runtime": "org.kde.Platform", + "runtime-version": "5.9", + "sdk": "org.kde.Sdk", + "command": "konversation --nui --qtquick", + "tags": ["nightly"], + "desktop-file-name-prefix": "(Nightly) (Qt Quick) ", + "finish-args": ["--share=ipc", "--share=network", "--socket=x11", "--socket=wayland", "--env=QT_QPA_PLATFORM=flatpak" ], + "separate-locales": false, + + "modules": [ + { + "name": "kirigami", + "buildsystem": "cmake-ninja", + "builddir": true, + "sources": [ { "type": "git", "url": "git://anongit.kde.org/kirigami.git", "branch": "master" } ] + }, + { + "name": "konversation-qtquick", + "buildsystem": "cmake-ninja", + "config-opts": ["-DCMAKE_BUILD_TYPE=debugfull"], + "sources": [ { "type": "git", "url": "git://anongit.kde.org/konversation.git", "branch": "wip/qtquick" } ] + } + ] +}