Warning, /packaging/flatpak-kde-applications/org.kde.kitinerary-workbench.json is written in an unsupported language. File is not indexed.

0001 {
0002     "id": "org.kde.kitinerary-workbench",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "kitinerary-workbench",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": [
0011         "--share=ipc",
0012         "--socket=x11",
0013         "--socket=wayland",
0014         "--device=dri",
0015         "--filesystem=host:rw"
0016     ],
0017     "modules": [
0018         "poppler.json",
0019         {
0020             "name": "kitinerary",
0021             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0022             "buildsystem": "cmake-ninja",
0023             "builddir": true,
0024             "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/kitinerary.git" } ],
0025             "modules": [
0026                 {
0027                     "name": "kpkpass",
0028                     "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ],
0029                     "buildsystem": "cmake-ninja",
0030                     "builddir": true,
0031                     "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/kpkpass.git" } ],
0032                     "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ]
0033                 },
0034                 {
0035                     "name": "kmime",
0036                     "config-opts": [ "-DBUILD_TESTING=OFF", "-DCMAKE_BUILD_TYPE=RelWithDebInfo" ],
0037                     "buildsystem": "cmake-ninja",
0038                     "builddir": true,
0039                     "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/kmime.git" } ],
0040                     "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories" ]
0041                 }
0042             ],
0043             "cleanup": [ "/include", "/lib/cmake", "/mkspecs", "/etc/xdg/*categories", "/lib/libexec" ]
0044         },
0045         {
0046             "name": "icon",
0047             "buildsystem": "simple",
0048             "build-commands": [
0049                 "mkdir -p /app/share/icons/hicolor/32x32/apps/",
0050                 "install -D /usr/share/icons/breeze/actions/22/map-globe.svg /app/share/icons/hicolor/32x32/apps/"
0051             ]
0052         },
0053         {
0054             "name": "kitinerary-workbench",
0055             "buildsystem": "cmake-ninja",
0056             "builddir": true,
0057             "sources": [ { "type": "git", "url": "https://invent.kde.org/pim/kitinerary-workbench.git" } ],
0058             "cleanup": [ "/etc/xdg/*categories" ]
0059         }
0060     ]
0061 }