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