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

0001 {
0002     "id": "org.kde.calligraplan",
0003     "branch": "master",
0004     "runtime": "org.kde.Platform",
0005     "runtime-version": "5.15-22.08",
0006     "sdk": "org.kde.Sdk",
0007     "command": "calligraplan",
0008     "tags": ["nightly"],
0009     "desktop-file-name-suffix": " (Nightly)",
0010     "finish-args": ["--share=network", "--share=ipc", "--socket=x11", "--socket=wayland" ],
0011 
0012     "modules": [
0013         "eigen.json",
0014         {
0015             "name": "kjs",
0016             "buildsystem": "cmake-ninja",
0017             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0018             "sources": [
0019                 {
0020                     "type": "git",
0021                     "url": "https://invent.kde.org/frameworks/kjs.git",
0022                     "tag": "v5.92.0",
0023                     "x-checker-data": {
0024                         "type": "git",
0025                         "tag-pattern": "^v([\\d.]+)$"
0026                     },
0027                     "commit": "ff72aaa777fd7cd2df19db699e02b045c07efecb"
0028                 }
0029             ]
0030         },
0031         {
0032             "name": "khtml",
0033             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0034             "buildsystem": "cmake-ninja",
0035             "sources": [
0036                 {
0037                     "type": "git",
0038                     "url": "https://invent.kde.org/frameworks/khtml.git",
0039                     "tag": "v5.92.0",
0040                     "x-checker-data": {
0041                         "type": "git",
0042                         "tag-pattern": "^v([\\d.]+)$"
0043                     },
0044                     "commit": "97ac7de4e0a54fab9822e143416e02e348af0290"
0045                 }
0046             ]
0047         },
0048         {
0049             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0050             "name": "kross",
0051             "buildsystem": "cmake-ninja",
0052             "sources": [
0053                 {
0054                     "type": "git",
0055                     "url": "https://invent.kde.org/kde/kross.git",
0056                     "tag": "v5.92.0",
0057                     "x-checker-data": {
0058                         "type": "git",
0059                         "tag-pattern": "^v([\\d.]+)$"
0060                     },
0061                     "commit": "a855fccda3fb1998517a15902eab3f3694c977d8"
0062                 }
0063             ]
0064         },
0065         {
0066             "config-opts": [ "-DENABLE_TESTING=OFF" ],
0067             "name": "kdiagram",
0068             "buildsystem": "cmake-ninja",
0069             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/kdiagram.git" } ]
0070         },
0071         {
0072             "name": "calligraplan",
0073             "buildsystem": "cmake-ninja",
0074             "builddir": true,
0075             "config-opts": ["-DENABLE_TESTING=OFF"],
0076             "sources": [ { "type": "git", "url": "https://invent.kde.org/kde/calligraplan.git" } ]
0077         }
0078     ]
0079 }