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

0001 {
0002     "id": "org.kde.okular.kirigami",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "okularkirigami",
0008     "rename-icon": "okular",
0009     "tags": ["nightly"],
0010     "desktop-file-name-suffix": " (Nightly)",
0011     "finish-args": [
0012         "--share=ipc",
0013         "--socket=cups",
0014         "--socket=x11",
0015         "--socket=wayland",
0016         "--device=dri"
0017     ],
0018     "modules": [
0019         "okular_dependencies.json",
0020         {
0021             "name": "okular",
0022             "buildsystem": "cmake-ninja",
0023             "config-opts": [ "-DOKULAR_UI=mobile" ],
0024             "builddir": true,
0025             "sources": [ { "type": "git", "url": "https://invent.kde.org/graphics/okular.git", "branch": "master" } ]
0026         }
0027     ]
0028 }