Warning, /pim/kube/dist/flatpak/com.kolabnow.kube.json is written in an unsupported language. File is not indexed.
0001 {
0002 "id": "com.kolabnow.kube",
0003 "branch": "master",
0004 "runtime": "org.freedesktop.Platform",
0005 "runtime-version": "18.08",
0006 "sdk": "org.freedesktop.Sdk",
0007 "command": "kubewrapper.sh",
0008 "rename-icon": "kube_icon",
0009 "desktop-file-name-prefix": "Kolab Now ",
0010 "tags": ["kolabnow"],
0011 "finish-args": [
0012 "--share=ipc",
0013 "--socket=x11",
0014 "--socket=wayland",
0015 "--device=dri",
0016 "--filesystem=host",
0017 "--filesystem=/tmp",
0018 "--share=network",
0019 "--env=SASL_PATH=/app/lib/sasl2/",
0020 "--env=QT_QPA_PLATFORMTHEME="
0021 ],
0022 "separate-locales": false,
0023 "cleanup": ["/include", "*.a", "*.la", "*.prl"],
0024 "modules": [
0025 "kubedeps.json",
0026 {
0027 "config-opts": [
0028 "-DENABLE_TESTING=OFF",
0029 "-DCMAKE_INSTALL_LIBDIR=lib"
0030 ],
0031 "name": "sink",
0032 "buildsystem": "cmake-ninja",
0033 "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/sink.git", "branch": "master" } ]
0034 },
0035 {
0036 "config-opts": [
0037 "-DENABLE_TESTING=OFF",
0038 "-DCMAKE_INSTALL_LIBDIR=lib",
0039 "-DKUBE_APPLICATION_ID=com.kolabnow.kube",
0040 "-DAVAILABLE_ACCOUNT_PLUGINS=kolabnow",
0041 "-DKUBE_DESKTOPFILE_COMMENT=\"Send, receive and manage your Kolab Now mail with Kube\"",
0042 "-DKUBE_DESKTOPFILE_CATEGORIES=Qt;Office;Network;Email;"
0043 ],
0044 "name": "kube",
0045 "buildsystem": "cmake-ninja",
0046 "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/kube.git", "branch": "master" } ],
0047 "post-install": [
0048 "rm -rf /app/include",
0049 "rm -rf /app/lib/*.la /app/lib/*.a /app/lib/*.prl ",
0050 "rm -rf /app/share/icons/hicolor/scalable"
0051 ]
0052 },
0053 "wrapperscript.json"
0054 ]
0055 }