diff --git a/kube/com.kubeproject.kube.experimental.json b/kube/com.kubeproject.kube.experimental.json index 9152a7d..efce869 100644 --- a/kube/com.kubeproject.kube.experimental.json +++ b/kube/com.kubeproject.kube.experimental.json @@ -1,49 +1,47 @@ { "id": "com.kubeproject.kube", "branch": "experimental", "runtime": "org.freedesktop.Platform", - "runtime-version": "1.6", + "runtime-version": "18.08", "sdk": "org.freedesktop.Sdk", "command": "kubewrapper.sh", "rename-icon": "kube_icon", "desktop-file-name-prefix": "(Experimental Nightly) ", "tags": ["nightly", "experimental"], "finish-args": [ "--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri", "--filesystem=host", "--filesystem=/tmp", "--share=network", "--env=SASL_PATH=/app/lib/sasl2/" ], "separate-locales": false, "modules": [ "kubedeps.json", { "config-opts": ["-DCMAKE_INSTALL_LIBDIR=lib"], "name": "sink", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/sink.git", "branch": "develop" } ] }, { "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib", - "-DCMAKE_C_COMPILER=/usr/bin/clang", - "-DCMAKE_CXX_COMPILER=/usr/bin/clang++", "-DKUBE_APPLICATION_ID=com.kubeproject.kube", "-DEXPERIMENTAL_VIEWS=ON", "-DENABLE_EXTENSIONS=ON" ], "name": "kube", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/kube.git", "branch": "develop" } ], "post-install": [ "rm -rf /app/include", "rm -rf /app/lib/*.la /app/lib/*.a /app/lib/*.prl " ] }, "wrapperscript.json" ] }