diff --git a/kube/com.kolabnow.kube.json b/kube/com.kolabnow.kube.json index 505fda4..9d855e0 100644 --- a/kube/com.kolabnow.kube.json +++ b/kube/com.kolabnow.kube.json @@ -1,57 +1,53 @@ { "id": "com.kolabnow.kube", "branch": "master", "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": "Kolab Now ", "tags": ["kolabnow"], "finish-args": [ "--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri", "--filesystem=host", "--filesystem=/tmp", "--share=network", - "--env=SASL_PATH=/usr/lib/sasl2/" + "--env=SASL_PATH=/app/lib/sasl2/" ], "separate-locales": false, "cleanup": ["/include", "*.a", "*.la", "*.prl"], "modules": [ "kubedeps.json", { "config-opts": [ "-DENABLE_TESTING=OFF", - "-DCMAKE_INSTALL_LIBDIR=lib", - "-DCMAKE_C_COMPILER=/usr/bin/clang", - "-DCMAKE_CXX_COMPILER=/usr/bin/clang++" + "-DCMAKE_INSTALL_LIBDIR=lib" ], "name": "sink", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/sink.git", "branch": "develop" } ] }, { "config-opts": [ "-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", - "-DCMAKE_C_COMPILER=/usr/bin/clang", - "-DCMAKE_CXX_COMPILER=/usr/bin/clang++", "-DKUBE_APPLICATION_ID=com.kolabnow.kube", "-DAVAILABLE_ACCOUNT_PLUGINS=kolabnow", "-DKUBE_DESKTOPFILE_COMMENT=\"Send, receive and manage your Kolab Now mail with Kube\"", "-DKUBE_DESKTOPFILE_CATEGORIES=Qt;Office;Network;Email;" ], "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" ] } diff --git a/kube/com.kubeproject.kube.json b/kube/com.kubeproject.kube.json index 4efe50e..0cc0cc9 100644 --- a/kube/com.kubeproject.kube.json +++ b/kube/com.kubeproject.kube.json @@ -1,54 +1,50 @@ { "id": "com.kubeproject.kube", "branch": "master", "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": "(Nightly) ", "tags": ["nightly"], "finish-args": [ "--share=ipc", "--socket=x11", "--socket=wayland", "--device=dri", "--filesystem=host", "--filesystem=/tmp", "--share=network", - "--env=SASL_PATH=/usr/lib/sasl2/" + "--env=SASL_PATH=/app/lib/sasl2/" ], "separate-locales": false, "cleanup": ["/include", "*.a", "*.la", "*.prl"], "modules": [ "kubedeps.json", { "config-opts": [ "-DENABLE_TESTING=OFF", - "-DCMAKE_INSTALL_LIBDIR=lib", - "-DCMAKE_C_COMPILER=/usr/bin/clang", - "-DCMAKE_CXX_COMPILER=/usr/bin/clang++" + "-DCMAKE_INSTALL_LIBDIR=lib" ], "name": "sink", "buildsystem": "cmake-ninja", "sources": [ { "type": "git", "url": "git://anongit.kde.org/sink.git", "branch": "develop" } ] }, { "config-opts": [ "-DENABLE_TESTING=OFF", "-DCMAKE_INSTALL_LIBDIR=lib", - "-DCMAKE_C_COMPILER=/usr/bin/clang", - "-DCMAKE_CXX_COMPILER=/usr/bin/clang++", "-DKUBE_APPLICATION_ID=com.kubeproject.kube" ], "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" ] }