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

0001 {
0002     "id": "org.kde.kontact",
0003     "branch": "master",
0004     "rename-icon": "kontact",
0005     "runtime": "org.kde.Platform",
0006     "runtime-version": "5.15-22.08",
0007     "base": "io.qt.qtwebengine.BaseApp",
0008     "base-version": "5.15-22.08",
0009     "sdk": "org.kde.Sdk",
0010     "tags": [ "nightly" ],
0011     "desktop-file-name-suffix": " (Nightly)",
0012     "command": "run_kontact.sh",
0013     "finish-args": [
0014         "--share=network",
0015         "--share=ipc",
0016         "--socket=x11",
0017         "--socket=wayland",
0018         "--device=dri",
0019         "--own-name=org.freedesktop.Akonadi",
0020         "--own-name=org.freedesktop.Akonadi.*",
0021         "--own-name=org.freedesktop.Akonadi.Control.*",
0022         "--own-name=org.freedesktop.Akonadi.Agent.*",
0023         "--own-name=org.freedesktop.Akonadi.Resource.*",
0024         "--own-name=org.kde.akregator",
0025         "--own-name=org.kde.kaddressbook",
0026         "--own-name=org.kde.kmail",
0027         "--own-name=org.kde.kmail2",
0028         "--own-name=org.kde.knotes",
0029         "--own-name=org.kde.kontact",
0030         "--own-name=org.kde.korgac",
0031         "--own-name=org.kde.korganizer",
0032         "--own-name=org.kde.kalarm",
0033         "--own-name=org.kde.accountwizard",
0034         "--own-name=org.kde.pimsettingsexporter",
0035         "--own-name=org.kde.sieveeditor",
0036         "--own-name=org.kde.pim.*",
0037         "--talk-name=org.kde.Solid.PowerManagement",
0038         "--talk-name=org.kde.kded5",
0039         "--talk-name=org.kde.kglobalaccel",
0040         "--talk-name=org.kde.JobViewServer",
0041         "--talk-name=org.kde.klauncher5",
0042         "--talk-name=org.kde.knotify",
0043         "--talk-name=org.kde.kwalletd5",
0044         "--talk-name=org.kde.kcookiejar5",
0045         "--system-talk-name=org.freedesktop.NetworkManager"
0046     ],
0047     "cleanup": [
0048         "/lib/cmake",
0049         "/lib/pkgconfig",
0050         "/lib/plugins/designer",
0051         "/include",
0052         "/docs",
0053         "/mkspecs",
0054         "/share/man",
0055         "/bin/afmtodit",
0056         "/usr/bin/xsd",
0057         "/lib/libKF5*.so",
0058         "/lib/libboost_*.so",
0059         "*.a",
0060         "*.la"
0061     ],
0062     "copy-icon": true,
0063     "modules": [
0064         "boost.json",
0065         "gpgme.json",
0066         {
0067             "name": "libsecret",
0068             "buildsystem": "meson",
0069             "sources": [
0070                 {
0071                     "type": "archive",
0072                     "url": "https://download.gnome.org/sources/libsecret/0.20/libsecret-0.20.5.tar.xz",
0073                     "sha256": "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d",
0074                     "x-checker-data": {
0075                         "type": "gnome",
0076                         "name": "libsecret",
0077                         "stable-only": true
0078                     }
0079                 }
0080             ],
0081             "config-opts": [ "-Dvapi=false", "-Dintrospection=false", "-Dgcrypt=false", "-Dgtk_doc=false", "-Dmanpage=false" ]
0082         },
0083         {
0084             "name": "qtkeychain",
0085             "buildsystem": "cmake-ninja",
0086             "sources": [
0087                 {
0088                     "type": "archive",
0089                     "url": "https://github.com/frankosterfeld/qtkeychain/archive/v0.13.2.tar.gz",
0090                     "sha256": "20beeb32de7c4eb0af9039b21e18370faf847ac8697ab3045906076afbc4caa5",
0091                     "x-checker-data": {
0092                         "type": "anitya",
0093                         "project-id": 4138,
0094                         "stable-only": true,
0095                         "url-template": "https://github.com/frankosterfeld/qtkeychain/archive/v$version.tar.gz"
0096                     }
0097                 }
0098             ],
0099             "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=/app/lib", "-DLIB_INSTALL_DIR=/app/lib", "-DBUILD_TRANSLATIONS=NO" ]
0100         },
0101         {
0102             "name": "kdiagram",
0103             "config-opts": [
0104                 "-DBUILD_TESTING=OFF",
0105                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0106             ],
0107             "buildsystem": "cmake-ninja",
0108             "sources": [
0109                 {
0110                     "type": "git",
0111                     "url": "https://invent.kde.org/graphics/kdiagram.git",
0112                     "branch": "master"
0113                 }
0114             ]
0115         },
0116         {
0117             "name": "akonadi",
0118             "config-opts": [
0119                 "-DBUILD_TESTING=OFF",
0120                 "-DBUILD_TOOLS=OFF",
0121                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
0122                 "-DDATABASE_BACKEND=SQLITE"
0123             ],
0124             "buildsystem": "cmake-ninja",
0125             "sources": [
0126                 {
0127                     "type": "git",
0128                     "url": "https://invent.kde.org/pim/akonadi.git",
0129                     "branch": "master"
0130                 }
0131             ],
0132             "modules": [
0133                 {
0134                     "name": "sqlite3",
0135                     "config-opts": [
0136                         "--enable-threadsafe",
0137                         "--enable-threads-override-locks"
0138                     ],
0139                     "build-options": {
0140                         "cflags": "-DSQLITE_ENABLE_UNLOCK_NOTIFY=1"
0141                     },
0142                     "sources": [
0143                         {
0144                             "type": "archive",
0145                             "url": "http://sqlite.org/2016/sqlite-autoconf-3150200.tar.gz",
0146                             "sha256": "07b35063b9386865b78226cdaca9a299d938a87aaa8fdc4d73edb0cef30f3149"
0147                         }
0148                     ],
0149                     "cleanup": [
0150                         "/bin/sqlite3"
0151                     ]
0152                 }
0153             ]
0154         },
0155         {
0156             "name": "kmime",
0157             "config-opts": [
0158                 "-DBUILD_TESTING=OFF",
0159                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0160             ],
0161             "buildsystem": "cmake-ninja",
0162             "sources": [
0163                 {
0164                     "type": "git",
0165                     "url": "https://invent.kde.org/pim/kmime.git",
0166                     "branch": "master"
0167                 }
0168             ]
0169         },
0170         {
0171             "name": "akonadi-mime",
0172             "config-opts": [
0173                 "-DBUILD_TESTING=OFF",
0174                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0175             ],
0176             "buildsystem": "cmake-ninja",
0177             "sources": [
0178                 {
0179                     "type": "git",
0180                     "url": "https://invent.kde.org/pim/akonadi-mime.git",
0181                     "branch": "master"
0182                 }
0183             ]
0184         },
0185         {
0186             "name": "grantlee",
0187             "config-opts": [
0188                 "-DBUILD_TESTING=OFF",
0189                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0190             ],
0191             "buildsystem": "cmake-ninja",
0192             "sources": [
0193                 {
0194                     "type": "archive",
0195                     "url": "https://github.com/steveire/grantlee/archive/v5.3.0.tar.gz",
0196                     "sha256": "8c52cd4b0fa86f2bb0a3627d6bee8286f269cd7122a0115101cdec9441669ff2",
0197                     "x-checker-data": {
0198                         "type": "anitya",
0199                         "project-id": 21448,
0200                         "stable-only": true,
0201                         "url-template": "https://github.com/steveire/grantlee/archive/v$version.tar.gz"
0202                     }
0203                 }
0204             ]
0205         },
0206         {
0207             "name": "grantleetheme",
0208             "config-opts": [
0209                 "-DBUILD_TESTING=OFF",
0210                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0211             ],
0212             "buildsystem": "cmake-ninja",
0213             "sources": [
0214                 {
0215                     "type": "git",
0216                     "url": "https://invent.kde.org/pim/grantleetheme.git",
0217                     "branch": "master"
0218                 }
0219             ]
0220         },
0221         {
0222             "name": "libkleo",
0223             "config-opts": [
0224                 "-DBUILD_TESTING=OFF",
0225                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0226             ],
0227             "buildsystem": "cmake-ninja",
0228             "sources": [
0229                 {
0230                     "type": "git",
0231                     "url": "https://invent.kde.org/pim/libkleo.git",
0232                     "branch": "master"
0233                 }
0234             ]
0235         },
0236         {
0237             "name": "akonadi-contacts",
0238             "config-opts": [
0239                 "-DBUILD_TESTING=OFF",
0240                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0241             ],
0242             "buildsystem": "cmake-ninja",
0243             "sources": [
0244                 {
0245                     "type": "git",
0246                     "url": "https://invent.kde.org/pim/akonadi-contacts.git",
0247                     "branch": "master"
0248                 }
0249             ]
0250         },
0251         {
0252             "name": "libkgapi",
0253             "config-opts": [
0254                 "-DBUILD_TESTING=OFF",
0255                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0256             ],
0257             "buildsystem": "cmake-ninja",
0258             "sources": [
0259                 {
0260                     "type": "git",
0261                     "url": "https://invent.kde.org/pim/libkgapi.git",
0262                     "branch": "master"
0263                 }
0264             ]
0265         },
0266         {
0267             "name": "ksmtp",
0268             "config-opts": [
0269                 "-DBUILD_TESTING=OFF",
0270                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0271             ],
0272             "buildsystem": "cmake-ninja",
0273             "sources": [
0274                 {
0275                     "type": "git",
0276                     "url": "https://invent.kde.org/pim/ksmtp.git",
0277                     "branch": "master"
0278                 }
0279             ]
0280         },
0281         {
0282             "name": "kmailtransport",
0283             "config-opts": [
0284                 "-DBUILD_TESTING=OFF",
0285                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0286             ],
0287             "buildsystem": "cmake-ninja",
0288             "sources": [
0289                 {
0290                     "type": "git",
0291                     "url": "https://invent.kde.org/pim/kmailtransport.git",
0292                     "branch": "master"
0293                 }
0294             ]
0295         },
0296         {
0297             "name": "kpimtextedit",
0298             "config-opts": [
0299                 "-DBUILD_TESTING=OFF",
0300                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0301             ],
0302             "buildsystem": "cmake-ninja",
0303             "sources": [
0304                 {
0305                     "type": "git",
0306                     "url": "https://invent.kde.org/pim/kpimtextedit.git",
0307                     "branch": "master"
0308                 }
0309             ]
0310         },
0311         {
0312             "name": "kidentitymanagement",
0313             "config-opts": [
0314                 "-DBUILD_TESTING=OFF",
0315                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0316             ],
0317             "buildsystem": "cmake-ninja",
0318             "sources": [
0319                 {
0320                     "type": "git",
0321                     "url": "https://invent.kde.org/pim/kidentitymanagement.git",
0322                     "branch": "master"
0323                 }
0324             ]
0325         },
0326         {
0327             "name": "kcalutils",
0328             "config-opts": [
0329                 "-DBUILD_TESTING=OFF",
0330                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0331             ],
0332             "buildsystem": "cmake-ninja",
0333             "sources": [
0334                 {
0335                     "type": "git",
0336                     "url": "https://invent.kde.org/pim/kcalutils.git",
0337                     "branch": "master"
0338                 }
0339             ]
0340         },
0341         {
0342             "name": "xapian",
0343             "sources": [
0344                 {
0345                     "type": "archive",
0346                     "url": " https://oligarchy.co.uk/xapian/1.4.18/xapian-core-1.4.18.tar.xz",
0347                     "sha256": "196ddbb4ad10450100f0991a599e4ed944cbad92e4a6fe813be6dce160244b77",
0348                     "x-checker-data": {
0349                         "type": "anitya",
0350                         "project-id": 15919,
0351                         "stable-only": true,
0352                         "url-template": "https://oligarchy.co.uk/xapian/$version/xapian-core-$version.tar.xz"
0353                     }
0354                 }
0355             ],
0356             "config-opts": [
0357                 "--disable-documentation"
0358             ],
0359             "cleanup": [
0360                 "/share/doc/xapian-core",
0361                 "/bin/xapian-*",
0362                 "/bin/copydatabase",
0363                 "/bin/quest",
0364                 "/bin/simpleexpand",
0365                 "/bin/simpleindex",
0366                 "/bin/simplesearch"
0367             ]
0368         },
0369         {
0370             "name": "kldap",
0371             "config-opts": [
0372                 "-DBUILD_TESTING=OFF",
0373                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0374             ],
0375             "buildsystem": "cmake-ninja",
0376             "sources": [
0377                 {
0378                     "type": "git",
0379                     "url": "https://invent.kde.org/pim/kldap.git",
0380                     "branch": "master"
0381                 }
0382             ],
0383             "modules": [
0384                 {
0385                     "name": "openldap",
0386                     "config-opts": [
0387                         "--disable-static",
0388                         "--disable-slapd"
0389                     ],
0390                     "sources": [
0391                         {
0392                             "type": "archive",
0393                             "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-2.6.1.tgz",
0394                             "sha256": "9d576ea6962d7db8a2e2808574e8c257c15aef55f403a1fb5a0faf35de70e6f3",
0395                             "x-checker-data": {
0396                                 "type": "html",
0397                                 "url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
0398                                 "version-pattern": "openldap-([\\d\\.-]+).tgz",
0399                                 "url-template": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/openldap-$version.tgz"
0400                             }
0401                         }
0402                     ],
0403                     "cleanup": [
0404                         "/bin/ldap*",
0405                         "/sbin"
0406                     ]
0407                 }
0408             ]
0409         },
0410         {
0411             "name": "akonadi-search",
0412             "config-opts": [
0413                 "-DBUILD_TESTING=OFF",
0414                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo",
0415                 "-DAKONADISEARCH_ENABLE_KRUNNER_RUNNER=OFF"
0416             ],
0417             "buildsystem": "cmake-ninja",
0418             "sources": [
0419                 {
0420                     "type": "git",
0421                     "url": "https://invent.kde.org/pim/akonadi-search.git",
0422                     "branch": "master"
0423                 }
0424             ]
0425         },
0426         {
0427             "name": "kmbox",
0428             "config-opts": [
0429                 "-DBUILD_TESTING=OFF",
0430                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0431             ],
0432             "buildsystem": "cmake-ninja",
0433             "sources": [
0434                 {
0435                     "type": "git",
0436                     "url": "https://invent.kde.org/pim/kmbox.git",
0437                     "branch": "master"
0438                 }
0439             ]
0440         },
0441         {
0442             "name": "libkdepim",
0443             "config-opts": [
0444                 "-DBUILD_TESTING=OFF",
0445                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0446             ],
0447             "buildsystem": "cmake-ninja",
0448             "sources": [
0449                 {
0450                     "type": "git",
0451                     "url": "https://invent.kde.org/pim/libkdepim.git",
0452                     "branch": "master"
0453                 }
0454             ]
0455         },
0456         {
0457             "name": "kimap",
0458             "config-opts": [
0459                 "-DBUILD_TESTING=OFF",
0460                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0461             ],
0462             "buildsystem": "cmake-ninja",
0463             "sources": [
0464                 {
0465                     "type": "git",
0466                     "url": "https://invent.kde.org/pim/kimap.git",
0467                     "branch": "master"
0468                 }
0469             ]
0470         },
0471         {
0472             "name": "pimcommon",
0473             "config-opts": [
0474                 "-DBUILD_TESTING=OFF",
0475                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0476             ],
0477             "buildsystem": "cmake-ninja",
0478             "sources": [
0479                 {
0480                     "type": "git",
0481                     "url": "https://invent.kde.org/pim/pimcommon.git",
0482                     "branch": "master"
0483                 }
0484             ]
0485         },
0486         {
0487             "name": "akonadi-calendar",
0488             "config-opts": [
0489                 "-DBUILD_TESTING=OFF",
0490                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0491             ],
0492             "buildsystem": "cmake-ninja",
0493             "sources": [
0494                 {
0495                     "type": "git",
0496                     "url": "https://invent.kde.org/pim/akonadi-calendar.git",
0497                     "branch": "master"
0498                 }
0499             ]
0500         },
0501         {
0502             "name": "akonadi-notes",
0503             "config-opts": [
0504                 "-DBUILD_TESTING=OFF",
0505                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0506             ],
0507             "buildsystem": "cmake-ninja",
0508             "sources": [
0509                 {
0510                     "type": "git",
0511                     "url": "https://invent.kde.org/pim/akonadi-notes.git",
0512                     "branch": "master"
0513                 }
0514             ]
0515         },
0516         {
0517             "name": "libgravatar",
0518             "config-opts": [
0519                 "-DBUILD_TESTING=OFF",
0520                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0521             ],
0522             "buildsystem": "cmake-ninja",
0523             "sources": [
0524                 {
0525                     "type": "git",
0526                     "url": "https://invent.kde.org/pim/libgravatar.git",
0527                     "branch": "master"
0528                 }
0529             ]
0530         },
0531         {
0532             "name": "calendarsupport",
0533             "config-opts": [
0534                 "-DBUILD_TESTING=OFF",
0535                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0536             ],
0537             "buildsystem": "cmake-ninja",
0538             "sources": [
0539                 {
0540                     "type": "git",
0541                     "url": "https://invent.kde.org/pim/calendarsupport.git",
0542                     "branch": "master"
0543                 }
0544             ]
0545         },
0546         {
0547             "name": "eventviews",
0548             "config-opts": [
0549                 "-DBUILD_TESTING=OFF",
0550                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0551             ],
0552             "buildsystem": "cmake-ninja",
0553             "sources": [
0554                 {
0555                     "type": "git",
0556                     "url": "https://invent.kde.org/pim/eventviews.git",
0557                     "branch": "master"
0558                 }
0559             ]
0560         },
0561         {
0562             "name": "incidenceeditor",
0563             "config-opts": [
0564                 "-DBUILD_TESTING=OFF",
0565                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0566             ],
0567             "buildsystem": "cmake-ninja",
0568             "sources": [
0569                 {
0570                     "type": "git",
0571                     "url": "https://invent.kde.org/pim/incidenceeditor.git",
0572                     "branch": "master"
0573                 }
0574             ]
0575         },
0576         {
0577             "name": "messagelib",
0578             "config-opts": [
0579                 "-DBUILD_TESTING=OFF",
0580                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0581             ],
0582             "buildsystem": "cmake-ninja",
0583             "sources": [
0584                 {
0585                     "type": "git",
0586                     "url": "https://invent.kde.org/pim/messagelib.git",
0587                     "branch": "master"
0588                 }
0589             ],
0590             "modules": [
0591                 {
0592                     "config-opts": [ "-DENABLE_TESTING=OFF" ],
0593                     "name": "qca",
0594                     "buildsystem": "cmake-ninja",
0595                     "sources": [
0596                         {
0597                             "type": "git",
0598                             "url": "https://invent.kde.org/libraries/qca.git"
0599                         }
0600                     ]
0601                 }
0602             ]
0603         },
0604         {
0605             "name": "mailimporter",
0606             "config-opts": [
0607                 "-DBUILD_TESTING=OFF",
0608                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0609             ],
0610             "buildsystem": "cmake-ninja",
0611             "sources": [
0612                 {
0613                     "type": "git",
0614                     "url": "https://invent.kde.org/pim/mailimporter.git",
0615                     "branch": "master"
0616                 }
0617             ]
0618         },
0619         {
0620             "name": "mailcommon",
0621             "config-opts": [
0622                 "-DBUILD_TESTING=OFF",
0623                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0624             ],
0625             "buildsystem": "cmake-ninja",
0626             "sources": [
0627                 {
0628                     "type": "git",
0629                     "url": "https://invent.kde.org/pim/mailcommon.git",
0630                     "branch": "master"
0631                 }
0632             ]
0633         },
0634         {
0635             "name": "kontactinterface",
0636             "config-opts": [
0637                 "-DBUILD_TESTING=OFF",
0638                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0639             ],
0640             "buildsystem": "cmake-ninja",
0641             "sources": [
0642                 {
0643                     "type": "git",
0644                     "url": "https://invent.kde.org/pim/kontactinterface.git",
0645                     "branch": "master"
0646                 }
0647             ]
0648         },
0649         {
0650             "name": "libksieve",
0651             "config-opts": [
0652                 "-DBUILD_TESTING=OFF",
0653                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0654             ],
0655             "buildsystem": "cmake-ninja",
0656             "sources": [
0657                 {
0658                     "type": "git",
0659                     "url": "https://invent.kde.org/pim/libksieve.git",
0660                     "branch": "master"
0661                 }
0662             ]
0663         },
0664         {
0665             "name": "kdepim-runtime",
0666             "config-opts": [
0667                 "-DBUILD_TESTING=OFF",
0668                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0669             ],
0670             "buildsystem": "cmake-ninja",
0671             "sources": [
0672                 {
0673                     "type": "git",
0674                     "url": "https://invent.kde.org/pim/kdepim-runtime.git",
0675                     "branch": "master"
0676                 }
0677             ]
0678         },
0679         {
0680             "name": "ktnef",
0681             "config-opts": [
0682                 "-DBUILD_TESTING=OFF",
0683                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0684             ],
0685             "buildsystem": "cmake-ninja",
0686             "sources": [
0687                 {
0688                     "type": "git",
0689                     "url": "https://invent.kde.org/pim/ktnef.git",
0690                     "branch": "master"
0691                 }
0692             ]
0693         },
0694         {
0695             "name": "kmail",
0696             "config-opts": [
0697                 "-DBUILD_TESTING=OFF",
0698                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0699             ],
0700             "buildsystem": "cmake-ninja",
0701             "sources": [
0702                 {
0703                     "type": "git",
0704                     "url": "https://invent.kde.org/pim/kmail.git",
0705                     "branch": "master"
0706                 }
0707             ]
0708         },
0709         {
0710             "name": "akregator",
0711             "config-opts": [
0712                 "-DBUILD_TESTING=OFF",
0713                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0714             ],
0715             "buildsystem": "cmake-ninja",
0716             "sources": [
0717                 {
0718                     "type": "git",
0719                     "url": "https://invent.kde.org/pim/akregator.git",
0720                     "branch": "master"
0721                 }
0722             ]
0723         },
0724         {
0725             "name": "korganizer",
0726             "config-opts": [
0727                 "-DBUILD_TESTING=OFF",
0728                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0729             ],
0730             "buildsystem": "cmake-ninja",
0731             "sources": [
0732                 {
0733                     "type": "git",
0734                     "url": "https://invent.kde.org/pim/korganizer.git",
0735                     "branch": "master"
0736                 }
0737             ]
0738         },
0739         {
0740             "name": "kaddressbook",
0741             "config-opts": [
0742                 "-DBUILD_TESTING=OFF",
0743                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0744             ],
0745             "buildsystem": "cmake-ninja",
0746             "sources": [
0747                 {
0748                     "type": "git",
0749                     "url": "https://invent.kde.org/pim/kaddressbook.git",
0750                     "branch": "master"
0751                 }
0752             ]
0753         },
0754         {
0755             "name": "knotes",
0756             "config-opts": [
0757                 "-DBUILD_TESTING=OFF",
0758                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0759             ],
0760             "buildsystem": "cmake-ninja",
0761             "sources": [
0762                 {
0763                     "type": "git",
0764                     "url": "https://invent.kde.org/pim/knotes.git",
0765                     "branch": "master"
0766                 }
0767             ]
0768         },
0769         {
0770             "name": "kontact",
0771             "config-opts": [
0772                 "-DBUILD_TESTING=OFF",
0773                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0774             ],
0775             "buildsystem": "cmake-ninja",
0776             "sources": [
0777                 {
0778                     "type": "git",
0779                     "url": "https://invent.kde.org/pim/kontact.git",
0780                     "branch": "master"
0781                 },
0782                 {
0783                     "type": "file",
0784                     "path": "run_kontact.sh"
0785                 }
0786             ],
0787             "post-install": [
0788                 "install run_kontact.sh /app/bin/run_kontact.sh"
0789             ]
0790         },
0791         {
0792             "name": "akonadi-import-wizard",
0793             "config-opts": [
0794                 "-DBUILD_TESTING=OFF",
0795                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0796             ],
0797             "buildsystem": "cmake-ninja",
0798             "sources": [
0799                 {
0800                     "type": "git",
0801                     "url": "https://invent.kde.org/pim/akonadi-import-wizard.git",
0802                     "branch": "master"
0803                 }
0804             ]
0805         },
0806         {
0807             "name": "kdepim-addons",
0808             "config-opts": [
0809                 "-DBUILD_TESTING=OFF",
0810                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0811             ],
0812             "buildsystem": "cmake-ninja",
0813             "sources": [
0814                 {
0815                     "type": "git",
0816                     "url": "https://invent.kde.org/pim/kdepim-addons.git",
0817                     "branch": "master"
0818                 }
0819             ],
0820             "modules": [
0821                 {
0822                     "name": "kitinerary",
0823                     "config-opts": [
0824                         "-DBUILD_TESTING=OFF",
0825                         "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0826                     ],
0827                     "buildsystem": "cmake-ninja",
0828                     "sources": [
0829                         {
0830                             "type": "git",
0831                             "url": "https://invent.kde.org/pim/kitinerary.git",
0832                             "branch": "master"
0833                         }
0834                     ],
0835                     "modules": [
0836                         {
0837                             "name": "kpkpass",
0838                             "config-opts": [
0839                                 "-DBUILD_TESTING=OFF",
0840                                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0841                             ],
0842                             "buildsystem": "cmake-ninja",
0843                             "sources": [
0844                                 {
0845                                     "type": "git",
0846                                     "url": "https://invent.kde.org/pim/kpkpass.git",
0847                                     "branch": "master"
0848                                 }
0849                             ]
0850                         }
0851                     ]
0852                 }
0853             ]
0854         },
0855         {
0856             "name": "grantlee-editor",
0857             "config-opts": [
0858                 "-DBUILD_TESTING=OFF",
0859                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0860             ],
0861             "buildsystem": "cmake-ninja",
0862             "sources": [
0863                 {
0864                     "type": "git",
0865                     "url": "https://invent.kde.org/pim/grantlee-editor.git",
0866                     "branch": "master"
0867                 }
0868             ]
0869         },
0870         {
0871             "name": "kmail-account-wizard",
0872             "config-opts": [
0873                 "-DBUILD_TESTING=OFF",
0874                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0875             ],
0876             "buildsystem": "cmake-ninja",
0877             "sources": [
0878                 {
0879                     "type": "git",
0880                     "url": "https://invent.kde.org/pim/kmail-account-wizard.git",
0881                     "branch": "master"
0882                 }
0883             ],
0884             "modules": [
0885                 {
0886                     "name": "kross",
0887                     "config-opts": [
0888                         "-DBUILD_TESTING=OFF",
0889                         "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0890                     ],
0891                     "buildsystem": "cmake-ninja",
0892                     "sources": [
0893                         {
0894                             "type": "git",
0895                             "url": "https://invent.kde.org/frameworks/kross.git",
0896                             "tag": "v5.92.0",
0897                             "x-checker-data": {
0898                                 "type": "git",
0899                                 "tag-pattern": "^v([\\d.]+)$"
0900                             },
0901                             "commit": "a855fccda3fb1998517a15902eab3f3694c977d8"
0902                         }
0903                     ]
0904                 }
0905             ]
0906         },
0907         {
0908             "name": "pim-data-exporter",
0909             "config-opts": [
0910                 "-DBUILD_TESTING=OFF",
0911                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0912             ],
0913             "buildsystem": "cmake-ninja",
0914             "sources": [
0915                 {
0916                     "type": "git",
0917                     "url": "https://invent.kde.org/pim/pim-data-exporter.git",
0918                     "branch": "master"
0919                 }
0920             ]
0921         },
0922         {
0923             "name": "pim-sieve-editor",
0924             "config-opts": [
0925                 "-DBUILD_TESTING=OFF",
0926                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0927             ],
0928             "buildsystem": "cmake-ninja",
0929             "sources": [
0930                 {
0931                     "type": "git",
0932                     "url": "https://invent.kde.org/pim/pim-sieve-editor.git",
0933                     "branch": "master"
0934                 }
0935             ]
0936         },
0937         {
0938             "name": "mbox-importer",
0939             "config-opts": [
0940                 "-DBUILD_TESTING=OFF",
0941                 "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
0942             ],
0943             "buildsystem": "cmake-ninja",
0944             "sources": [
0945                 {
0946                     "type": "git",
0947                     "url": "https://invent.kde.org/pim/mbox-importer.git",
0948                     "branch": "master"
0949                 }
0950             ]
0951         }
0952     ]
0953 }