diff --git a/org.kde.mobile.plasmasettings.json b/org.kde.mobile.plasmasettings.json new file mode 100644 index 0000000..4af292e --- /dev/null +++ b/org.kde.mobile.plasmasettings.json @@ -0,0 +1,35 @@ +{ + "id": "org.kde.mobile.plasmasettings", + "runtime": "org.kde.Platform", + "runtime-version": "5.11", + "sdk": "org.kde.Sdk", + "command": "plasma-settings", + "tags": ["nightly"], + "desktop-file-name-suffix": " (Nightly)", + "finish-args": [ + "--share=ipc", + "--share=network", + "--socket=x11", + "--socket=wayland", + "--device=dri", + "--filesystem=home", + "--talk-name=org.freedesktop.Notifications" + ], + "separate-locales": false, + + "modules": [ + { + "name": "kdelibs4support", + "config-opts": [ "-DENABLE_TESTING=OFF" ], + "buildsystem": "cmake-ninja", + "builddir": true, + "sources": [ { "type": "git", "url": "git://anongit.kde.org/kdelibs4support.git", "branch": "v5.53.0" } ] + }, + { + "name": "plasma-settings", + "buildsystem": "cmake-ninja", + "builddir": true, + "sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ] + } + ] +}