{
  "id" : "org.kde.Sdk",
  "id-platform" : "org.kde.Platform",
  "branch" : "6.10",
  "runtime" : "org.freedesktop.Platform",
  "runtime-version" : "25.08",
  "runtime-commit" : "3f0cb4a807750a19ed8a3dea96be9bf562271bd8e84137fb2d678e665b549b73",
  "sdk" : "org.freedesktop.Sdk",
  "sdk-commit" : "43f98359f53fb32d84218462532c8db7e28f1e5246f2c185e8f695908ce98157",
  "build-options" : {
    "env" : {
      "CMAKE_BUILD_TYPE" : "RelWithDebInfo"
    }
  },
  "modules" : [
    {
      "name" : "licence-extractor",
      "buildsystem" : "simple",
      "sources" : [
        {
          "commands" : [
            "DESTINATION=/usr/share/licenses/org.kde.Platform/$(basename `pwd`)/",
            "DESTINATION=${DESTINATION%-[0-9]*}",
            "mkdir -p $DESTINATION",
            "cp -v ${LICENSES:-LICENSES/*} $DESTINATION"
          ],
          "dest-filename" : "install-licenses.sh",
          "type" : "script"
        }
      ],
      "build-commands" : [
        "install -m755 install-licenses.sh /usr/bin"
      ]
    },
    {
      "name" : "qt6-qtbase",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DINSTALL_ARCHDATADIR=lib",
        "-DQT_DISABLE_RPATH=ON",
        "-DBUILD_WITH_PCH=FALSE",
        "-DQT_FEATURE_openssl_linked=ON",
        "-DQT_FEATURE_system_sqlite=ON"
      ],
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtbase-everywhere-src-6.10.3.tar.xz",
          "sha256" : "383dc907816338f0cba72088a524c07458dfc69ce684ca9132fcc4fe91c24b0b",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtbase-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "paths" : [
            "patch/qtbase-find_package-paths.patch"
          ],
          "type" : "patch"
        },
        {
          "paths" : [
            "patch/qtbase-use-adwaita-decorations-on-gnome-by-default.patch"
          ],
          "type" : "patch"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "build-options" : {
        "arch" : {
          "aarch64" : {
            "config-opts" : [
              "-DINSTALL_LIBDIR=/usr/lib/aarch64-linux-gnu"
            ]
          },
          "x86_64" : {
            "config-opts" : [
              "-DINSTALL_LIBDIR=/usr/lib/x86_64-linux-gnu"
            ]
          }
        }
      },
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qttools",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qttools-everywhere-src-6.10.3.tar.xz",
          "sha256" : "8f00b9e3d1f80973d81cff67684972b89993183ef19924404d5b8ff0f89675b6",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qttools-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin/assistant",
        "/bin/qhelpgenerator",
        "/bin/qcollectiongenerator",
        "/bin/qhelpconverter",
        "/bin/pixeltool",
        "/bin/designer",
        "/bin/lrelease",
        "/bin/lupdate",
        "/bin/lconvert",
        "/bin/linguist",
        "/bin/qdoc",
        "/bin/qtattributionsscanner",
        "/bin/qtplugininfo",
        "/bin/qtdiag",
        "/bin/qdbusviewer"
      ]
    },
    {
      "name" : "qt6-shadertools",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtshadertools-everywhere-src-6.10.3.tar.xz",
          "sha256" : "c75837e2ea493ec0b9747b227c455d4a12cafe90068abf607992da9a403616c6",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtshadertools-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin",
        "lib/plugins/qmltooling"
      ]
    },
    {
      "name" : "qt6-qtlanguageserver",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtlanguageserver-everywhere-src-6.10.3.tar.xz",
          "sha256" : "94f90484be8e49d3eb3bfcf0ba6cb2d8a170fc831c78de138332feebdf193964",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtlanguageserver-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtdeclarative",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DQT_TOOL_COMMAND_WRAPPER_PATH=env"
      ],
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtdeclarative-everywhere-src-6.10.3.tar.xz",
          "sha256" : "dadf80d43b8e08ca63aa65d46859a42b920a7777cf7e0ecfcb4c4537f9e65c76",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtdeclarative-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin",
        "lib/plugins/qmltooling"
      ]
    },
    {
      "name" : "qt6-webchannel",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtwebchannel-everywhere-src-6.10.3.tar.xz",
          "sha256" : "9797953a17220b24f531ef09d3f49aa69add369aa6c32b5b2e07f2916a8129b5",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtwebchannel-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtpositioning",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtpositioning-everywhere-src-6.10.3.tar.xz",
          "sha256" : "64cf6c5d1137378ec6a276d3f6e5be7b9d299436d66cea36ebd31035314287a2",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtpositioning-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtgrpc",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtgrpc-everywhere-src-6.10.3.tar.xz",
          "sha256" : "48564326943445b9279bd5fc41063d732e29e35077c27f41255abf9e77b29ba9",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtgrpc-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "path" : "patch/qtgrpc-find_program-paths.patch",
          "type" : "patch"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ],
      "modules" : [
        {
          "name" : "grpc",
          "buildsystem" : "cmake-ninja",
          "config-opts" : [
            "-DgRPC_BUILD_TESTS=OFF",
            "-DgRPC_BUILD_CODEGEN=ON",
            "-DgRPC_DOWNLOAD_ARCHIVES=OFF",
            "-DgRPC_ZLIB_PROVIDER=package",
            "-DgRPC_SSL_PROVIDER=package",
            "-DgRPC_ABSL_PROVIDER=package",
            "-DgRPC_BUILD_GRPC_CSHARP_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPC_NODE_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPC_OBJECTIVE_C_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPC_PHP_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPC_PYTHON_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPC_RUBY_PLUGIN=OFF",
            "-DgRPC_BUILD_GRPCPP_OTEL_PLUGIN=OFF"
          ],
          "sources" : [
            {
              "url" : "https://github.com/grpc/grpc",
              "commit" : "e84a8a2f04095f2772ba42a4abccde4f9243e75b",
              "x-checker-data" : {
                "type" : "git",
                "tag-pattern" : "^(v[\\d.]+)$"
              },
              "type" : "git"
            },
            {
              "commands" : [
                "LICENSES='LICENSE' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ],
          "cleanup" : [
            "/bin/adig",
            "/bin/ahost",
            "/include/upb",
            "/include/google/protobuf",
            "/include/grpc*",
            "/include/re2*",
            "/include/utf8_*.h",
            "/include/ares*.h",
            "*.pc",
            "/lib/*/cmake/utf8_range",
            "/lib/*/cmake/protobuf",
            "/lib/*/cmake/c-ares",
            "/lib/*/cmake/grpc",
            "/lib/*/cmake/re2",
            "/share/man",
            "/share/grpc/roots.pem",
            "*.a"
          ],
          "cleanup-platform" : [
            "/bin/grpc_cpp_plugin",
            "/bin/protoc*",
            "/share/grpc",
            "/lib/cmake/grpc",
            "/lib/libexec/qtgrpcgen"
          ]
        }
      ]
    },
    {
      "name" : "qt6-qtsvg",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtsvg-everywhere-src-6.10.3.tar.xz",
          "sha256" : "b3223fe005f6a4c7f21f34e4ee6ce0094737cff9503ba15bbb171ac18794f76d",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtsvg-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtmultimedia",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtmultimedia-everywhere-src-6.10.3.tar.xz",
          "sha256" : "dd228fe54051e8834ca53e558794742c8814f217849f9dfa8f9a9df80441903a",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtmultimedia-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtspeech",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtspeech-everywhere-src-6.10.3.tar.xz",
          "sha256" : "6616e435bd6069aac4357cd35f7cb6c01a77e804fa57c5f58d8b8031f2036c1d",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtspeech-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtsensors",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtsensors-everywhere-src-6.10.3.tar.xz",
          "sha256" : "c821ca985040f2326923d1ca05f2e91f7a45a1bf8bb8c072b712dfe1f7cb8d6e",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtsensors-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtimageformats",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtimageformats-everywhere-src-6.10.3.tar.xz",
          "sha256" : "84605dd91037482b5b7c7ecc5c27aee8acc1cd7f1fe77bc564777ddf365d7d28",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtimageformats-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-connectivity",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtconnectivity-everywhere-src-6.10.3.tar.xz",
          "sha256" : "6f675f3165ca3d06ee7a7bd234e2d58fe72f02e68c1e9c4ccb21fe8b1a93d478",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtconnectivity-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-wayland",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtwayland-everywhere-src-6.10.3.tar.xz",
          "sha256" : "2e93322a86b562113cfa3a5f0aa8b1e4e185d6284af49b529578d27d52ca85d3",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtwayland-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtserialport",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtserialport-everywhere-src-6.10.3.tar.xz",
          "sha256" : "3fb30bec133316b6f65b6e03a38087a59c7d337cd9b021486a814a9bc10a31ef",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtserialport-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtwebsockets",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtwebsockets-everywhere-src-6.10.3.tar.xz",
          "sha256" : "6ed8196002af15ca930b4ad111f1c19ed2941f4020759dbefb23e655ef6a33a1",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtwebsockets-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtscxml",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtscxml-everywhere-src-6.10.3.tar.xz",
          "sha256" : "26d3e6ae104a762b4c957bf45a382efb1caec2e16333f8dfa88158a8f2620809",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtscxml-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtcharts",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtcharts-everywhere-src-6.10.3.tar.xz",
          "sha256" : "ab64abd0ff99f90cf290041f5e4283a702f6c2434d30eb460fd3765081e86f15",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtcharts-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qt3d",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qt3d-everywhere-src-6.10.3.tar.xz",
          "sha256" : "f53e47187be2487d8a23ef6fe5ed72f7c3c5fab706de3b61e165b0124c09ecd7",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qt3d-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtnetworkauth",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtnetworkauth-everywhere-src-6.10.3.tar.xz",
          "sha256" : "d88fe0cbce2b336bd34d81b3317732051115b874e9b958961b4b268ccccad594",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtnetworkauth-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qttranslations",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qttranslations-everywhere-src-6.10.3.tar.xz",
          "sha256" : "52689984b114d4d34516d5d7bfb0c75857b1c3ff529921042144f09ab2de3a83",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qttranslations-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtremoteobjects",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtremoteobjects-everywhere-src-6.10.3.tar.xz",
          "sha256" : "fa8faa42fbc4c97ef087cd7e0e7b6f21288d66498113a3f5bc3681cf798d5968",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtremoteobjects-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qt5compat",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qt5compat-everywhere-src-6.10.3.tar.xz",
          "sha256" : "60e8980a8eaedd65a6e4092e8acbbec61aa50ce907d0a69a1e52ad256373d3f4",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qt5compat-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtlocation",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtlocation-everywhere-src-6.10.3.tar.xz",
          "sha256" : "1d0abed99f2834a7c684d23c495c5f752611fee14726f286396cf7147376799e",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtlocation-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtquicktimeline",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtquicktimeline-everywhere-src-6.10.3.tar.xz",
          "sha256" : "ca3d32afdbfd01860e0d5ca3010e9d6928ca3d545077edb8f8ce8148f16f62ae",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtquicktimeline-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtquick3d",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtquick3d-everywhere-src-6.10.3.tar.xz",
          "sha256" : "7e7b0e66ad0f786595ff250301be5d4dd9ba35c6d96e331d7b8ddf1bcbb250b7",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtquick3d-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtquick3dphysics",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtquick3dphysics-everywhere-src-6.10.3.tar.xz",
          "sha256" : "2abbc8e32df6d8f7e7ba5341c8032054459b95ff3b0c9601f61666931a10f5f6",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtquick3dphysics-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qtquickeffectmaker",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qtquickeffectmaker-everywhere-src-6.10.3.tar.xz",
          "sha256" : "5cb68c1195d344f01bca031bbb826b18b66e13bcd8abd97cfa5f059f0cd1a4f6",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qtquickeffectmaker-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "qt6-qthttpserver",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.qt.io/official_releases/qt/6.10/6.10.3/submodules/qthttpserver-everywhere-src-6.10.3.tar.xz",
          "sha256" : "cdc9ad1a5b7a3de58a46c065b015f88d4f8ebe7052a346a9aa5465e510ff0deb",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 7927,
            "stable-only" : true,
            "versions" : {
              "<" : "6.11.0"
            },
            "url-template" : "https://download.qt.io/official_releases/qt/6.10/$version/submodules/qthttpserver-everywhere-src-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "/bin"
      ]
    },
    {
      "name" : "extra-cmake-modules",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/extra-cmake-modules.git",
          "commit" : "8da3513152111711356aab3d111abec5b337d622",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6\\.([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "*"
      ]
    },
    {
      "name" : "fcitx5-platforminputcontext",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DENABLE_QT4=OFF",
        "-DENABLE_QT5=OFF",
        "-DENABLE_QT6=ON",
        "-DBUILD_ONLY_PLUGIN=ON"
      ],
      "sources" : [
        {
          "url" : "https://github.com/fcitx/fcitx5-qt",
          "commit" : "51cc53b68c792a87bebee60e29e09593044b67ed",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "plasma-wayland-protocols",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://invent.kde.org/libraries/plasma-wayland-protocols.git",
          "commit" : "95a1bdcf98935ae8b5f6103bb90655e986439d97",
          "x-checker-data" : {
            "type" : "git"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kwidgetsaddons",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kwidgetsaddons.git",
          "commit" : "2d225e02fb7b7012ce7b9ef3bb7b8f762b51bb5a",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "ki18n",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/ki18n.git",
          "commit" : "d977736ccf18f8a3a2b93812fb2ffd0a6d06eae2",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kconfig",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kconfig.git",
          "commit" : "6192db459a92038b8510882e0d4add742d9bbd30",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "attica",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/attica.git",
          "commit" : "75366e93c13fae61bb1cebcd32c917fe7377ef4b",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kguiaddons",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kguiaddons.git",
          "commit" : "bcd327ab1148c7f93c4c87c09751f8661a631886",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcoreaddons",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcoreaddons.git",
          "commit" : "b4c10e90e05bbc70fb48f6a0eb732ac8fa0a1d4c",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kauth",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kauth.git",
          "commit" : "32329c59e5ecbf2bf9bad3faa535914e98615e03",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "karchive",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/karchive.git",
          "commit" : "9ffdc9d9641ecbf26eddf706044bfcb5324f4f50",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcodecs",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcodecs.git",
          "commit" : "11f5ff220be0b1d01e3712e4956fc589fd789701",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcolorscheme",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcolorscheme.git",
          "commit" : "6498f5d34c19795575d8d7fe332b37b6877da763",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kconfigwidgets",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kconfigwidgets.git",
          "commit" : "98af9d586c01608748480d1e27db11581deb60e7",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kitemviews",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kitemviews.git",
          "commit" : "2cf3407501fd7a287c25fe8eabcc7092788ee470",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "breeze-icons",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DWITH_ICON_GENERATION=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/breeze-icons.git",
          "commit" : "932ad2f27f4f67b9b571d6d19b55a51c5a055ab5",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "LICENSES='COPYING*' install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "*.rcc"
      ]
    },
    {
      "name" : "kiconthemes",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kiconthemes.git",
          "commit" : "19536c568d4b3c0abd11e32961be701fa66f5633",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kwindowsystem",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kwindowsystem.git",
          "commit" : "20a2410e613108c2b2c2437a550b5c6ed89d6810",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcrash",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcrash.git",
          "commit" : "9c5376669045f606eb7d53500e6f1e79ca5d35fd",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kdbusaddons",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kdbusaddons.git",
          "commit" : "dbd6c67ea85da50c99bf270c509798f0e8cb2eee",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kmime",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kmime.git",
          "commit" : "6db987f1078b8a0f6c240828e286888ddf9d777f",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kservice",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kservice.git",
          "commit" : "4052e91cffb2609c00b78958f8a8a8ea1f7d8cc3",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kglobalaccel",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kglobalaccel.git",
          "commit" : "12747a4cd5bd2b763aa16685e857cd62f80ce447",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "sonnet",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/sonnet.git",
          "commit" : "9e40ae0eb837ab8d875dba1ca255b11e5ab52b32",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcompletion",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcompletion.git",
          "commit" : "be43b2ba3e06e65dc472e7dbace339f01b51e696",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "ktexttemplate",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/ktexttemplate.git",
          "commit" : "744572a284af76fab1fe38b51f0fcc9415ceff3c",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "ktextwidgets",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/ktextwidgets.git",
          "commit" : "8ce5a809385a6ba6e9a2b8316842106d03190681",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kxmlgui",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kxmlgui.git",
          "commit" : "f26b41b253a6c6166e30d25de8f00f96c7b7bf3a",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "perl-uri-escape",
      "sources" : [
        {
          "url" : "https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.31.tar.gz",
          "sha256" : "b9c4d58b2614b8611ae03a95a6d60ed996f4b311ef3cd5a937b92f1825ecc564",
          "type" : "archive"
        },
        {
          "commands" : [
            "perl Makefile.PL INSTALLDIRS=vendor"
          ],
          "dest-filename" : "configure",
          "type" : "script"
        },
        {
          "commands" : [
            "LICENSES='LICENSE' install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup-platform" : [
        "*"
      ]
    },
    {
      "name" : "kdoctools",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DDocBookXSL_DIR=/usr/share/xml/docbook/xml/xsl-stylesheets/",
        "-DDTD_PATH_LIST=/usr/share/xml/docbook/xml-dtd/4.5/"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kdoctools.git",
          "commit" : "8a1183bac679f8a0cfc537d5a5a825992c970472",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kpackage",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kpackage.git",
          "commit" : "7bc1aef94d217d6637d8160d8fdcfdeb4d5c386e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kbookmarks",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kbookmarks.git",
          "commit" : "d949232861daa28c080852b6286152683e91fbbd",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kfilemetadata",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kfilemetadata.git",
          "commit" : "c4dea4ce5be25e220999a6c5caa44c92f2256ab9",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "modules" : [
        {
          "name" : "utfcpp",
          "buildsystem" : "cmake-ninja",
          "config-opts" : [
            "-DUTF8_TESTS=OFF"
          ],
          "sources" : [
            {
              "url" : "https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.1.1.tar.gz",
              "sha256" : "1ca68016f0abc24172998e39ce0d8f8e2b7a26f7579a0ff85d4e1b9a7aea56f8",
              "x-checker-data" : {
                "type" : "anitya",
                "project-id" : 20545,
                "url-template" : "https://github.com/nemtrif/utfcpp/archive/refs/tags/v$version.tar.gz"
              },
              "type" : "archive"
            },
            {
              "commands" : [
                "LICENSES='LICENSE' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ],
          "cleanup" : [
            "*"
          ]
        }
      ]
    },
    {
      "name" : "canberra",
      "sources" : [
        {
          "url" : "https://salsa.debian.org/gnome-team/libcanberra/-/archive/upstream/0.30/libcanberra-upstream-0.30.tar.bz2",
          "sha256" : "cdceb79c79ce6c56e38fa2075c7fd3a2a5213d65db92483e179eb952a4e138fa",
          "type" : "archive"
        },
        {
          "path" : "patch/libcanberra-0001-build-sys-Fix-build-with-no-lynx-installed.patch",
          "type" : "patch"
        },
        {
          "path" : "patch/libcanberra-0002-gtk-Don-t-assume-all-GdkDisplays-are-GdkX11Displays-.patch",
          "type" : "patch"
        },
        {
          "commands" : [
            "LICENSES='LGPL' install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "knotifications",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/knotifications.git",
          "commit" : "b2f563aee6dae5b722d9d02ce3f2ccd142106b17",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kwallet",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kwallet.git",
          "commit" : "51dc592d45b8b044b2ac011f65e5a8d35897c9ff",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "modules" : [
        {
          "name" : "qca",
          "buildsystem" : "cmake-ninja",
          "config-opts" : [
            "-DBUILD_TESTS=OFF",
            "-DQCA_INSTALL_IN_QT_PREFIX=ON",
            "-DBUILD_WITH_QT6=ON"
          ],
          "sources" : [
            {
              "url" : "https://invent.kde.org/libraries/qca.git",
              "commit" : "e13bf6cad1805ca4e2fa1e9222736b68a202afd9",
              "x-checker-data" : {
                "type" : "git",
                "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
              },
              "type" : "git"
            },
            {
              "commands" : [
                "LICENSES='COPYING*' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ]
        }
      ]
    },
    {
      "name" : "kjobwidgets",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kjobwidgets.git",
          "commit" : "f3075350e389de0dca275ece34fc6385474bb00d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "solid",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/solid.git",
          "commit" : "99661ee8cc8361f3b4334cdac676ee5126c5f3cb",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kio",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kio.git",
          "commit" : "ed0e4be113934bb4ff48a60d993d720a93323355",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kparts",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kparts.git",
          "commit" : "b58ac12843b2319bd74671fd5bfda91fb4e2785f",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kplotting",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kplotting.git",
          "commit" : "5680bb15c066ffbb9f36917c7618602dfb274f16",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kded",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kded.git",
          "commit" : "ad12e039126a4d14589fbfe817bfae0c97f7b624",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kunitconversion",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kunitconversion.git",
          "commit" : "bf020fa8160d1fd58d6a4f5fa0346afbf38be363",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kdeclarative",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kdeclarative.git",
          "commit" : "42cce889cc2454844508e9e2097c2435b4bfe0ed",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "plasma-activities",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DPLASMA_ACTIVITIES_LIBRARY_ONLY=ON"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/plasma-activities.git",
          "commit" : "b3844f04c09ff0c2b6fff507ed7b44e632b3e56e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kirigami",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kirigami.git",
          "commit" : "f2b0d93c2a6e1119ea19afa04b8b970e595e27bf",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcmutils",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcmutils.git",
          "commit" : "f9e17727742c2a4dacca5c8401e1bdcf87b9507e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "knotifyconfig",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/knotifyconfig.git",
          "commit" : "70cfe4b5a1b6cf7c58c6a493902d8f66210a6590",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "knewstuff",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/knewstuff.git",
          "commit" : "39b8d2f551aa056672ffa4f72486bb3a3a263db8",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kidletime",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kidletime.git",
          "commit" : "29e8335450e20a97557c95d6d258a5dd890ba40d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "threadweaver",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/threadweaver.git",
          "commit" : "92430b4a90e808c9b67e1c72b993b5ae00e2cfc4",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kitemmodels",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kitemmodels.git",
          "commit" : "65d372f9b6dd7f5664ac855233b457098bfbb920",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        }
      ]
    },
    {
      "name" : "kdnssd",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kdnssd.git",
          "commit" : "fd5ca3911e29c317aa4cd07d7914865e557132ca",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kquickcharts",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kquickcharts.git",
          "commit" : "e666424459b4bcabfd223c364f6f08942a0d180e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "syntax-highlighting",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/syntax-highlighting.git",
          "commit" : "7d0863eb5e9a4007ea32d08ff17476b087db8dca",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "libeditorconfig",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_DOCUMENTATION=OFF"
      ],
      "sources" : [
        {
          "url" : "https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v0.12.11.tar.gz",
          "sha256" : "9d8b420b56a969ea3cf784861c72d26fa0e158fa1494d732df2c8a1480d36a5c",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 14833,
            "url-template" : "https://github.com/editorconfig/editorconfig-core-c/archive/refs/tags/v$version.tar.gz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "sed -e 's|-Werror||' -i src/CMakeLists.txt"
          ],
          "type" : "shell"
        },
        {
          "commands" : [
            "LICENSES='LICENSE' install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "cleanup" : [
        "/bin",
        "*.a",
        "/include/editorconfig",
        "*.pc",
        "/lib/*/cmake/EditorConfig",
        "libeditorconfig.so"
      ]
    },
    {
      "name" : "ktexteditor",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/ktexteditor.git",
          "commit" : "159af1ece98bce73a0d4673281baa1e1fc92258d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "frameworkintegration",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/frameworkintegration.git",
          "commit" : "a3dc7f4edd43007072b6c7f5c2d5243960064862",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kpty",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kpty.git",
          "commit" : "2f2feabf9f565b1cbcdbf8a649130881b6884907",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kwayland",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/kwayland.git",
          "commit" : "ecaff1e7bac58ca30dee99fb18c7e5adaf9a242d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kirigami-addons",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.12.1.tar.xz",
          "sha256" : "c543a493ce5875f405fb1c9ff6d531060ed082cc6d710e56d46ac42d164207bb",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 242933,
            "stable-only" : true,
            "url-template" : "https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz"
          },
          "type" : "archive"
        }
      ]
    },
    {
      "name" : "qqc2-desktop-style",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/qqc2-desktop-style.git",
          "commit" : "9a9213f0f1a13df13bb980bdd6b4fae4db5ce27e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcontacts",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcontacts.git",
          "commit" : "88de2f783bc9084e0ac2e670ff9b627cf07613bc",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kcalendarcore",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kcalendarcore.git",
          "commit" : "971b236af6f502a47f6dc58a0b021f09f9cf43a1",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "modules" : [
        {
          "name" : "libical",
          "buildsystem" : "cmake-ninja",
          "builddir" : true,
          "config-opts" : [
            "-DICAL_BUILD_DOCS=OFF",
            "-DICAL_GLIB=OFF",
            "-DWITH_CXX_BINDINGS=OFF",
            "-DSHARED_ONLY=ON"
          ],
          "sources" : [
            {
              "url" : "https://github.com/libical/libical.git",
              "commit" : "3e2a2b8088a31404adb77b9616d3630a2c6a73f9",
              "x-checker-data" : {
                "type" : "git",
                "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$",
                "versions" : {
                  "<" : "4.0.0"
                }
              },
              "type" : "git"
            },
            {
              "commands" : [
                "LICENSES='COPYING*' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ]
        }
      ]
    },
    {
      "name" : "kholidays",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kholidays.git",
          "commit" : "85113d95920f8ccfca84afe2555dbbed7be890f3",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "prison",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/prison.git",
          "commit" : "a7ea8edf6a052cb87dec753b5f55b974954d8ebc",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ],
      "modules" : [
        {
          "name" : "qrencode",
          "buildsystem" : "cmake-ninja",
          "builddir" : true,
          "config-opts" : [
            "-DBUILD_SHARED_LIBS=ON",
            "-DWITH_TOOLS=OFF",
            "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
          ],
          "sources" : [
            {
              "url" : "https://github.com/fukuchi/libqrencode/archive/refs/tags/v4.1.1.tar.gz",
              "sha256" : "5385bc1b8c2f20f3b91d258bf8ccc8cf62023935df2d2676b5b67049f31a049c",
              "x-checker-data" : {
                "type" : "anitya",
                "project-id" : 12834,
                "stable-only" : true,
                "url-template" : "https://github.com/fukuchi/libqrencode/archive/refs/tags/v$version.tar.gz"
              },
              "type" : "archive"
            },
            {
              "commands" : [
                "LICENSES='COPYING' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ]
        },
        {
          "name" : "libdmtx",
          "config-opts" : [
            "--disable-static"
          ],
          "sources" : [
            {
              "url" : "https://github.com/dmtx/libdmtx/archive/v0.7.8.tar.gz",
              "sha256" : "2394bf1d1d693a5a4ca3cfcc1bb28a4d878bdb831ea9ca8f3d5c995d274bdc39",
              "type" : "archive"
            },
            {
              "commands" : [
                "LICENSES='LICENSE' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ]
        },
        {
          "name" : "zxing",
          "buildsystem" : "cmake-ninja",
          "builddir" : true,
          "config-opts" : [
            "-DBUILD_DEPENDENCIES=LOCAL",
            "-DBUILD_SHARED_LIBS=ON",
            "-DBUILD_UNIT_TESTS=OFF",
            "-DBUILD_BLACKBOX_TESTS=OFF",
            "-DBUILD_EXAMPLES=OFF"
          ],
          "sources" : [
            {
              "url" : "https://github.com/zxing-cpp/zxing-cpp/archive/v2.3.0.tar.gz",
              "sha256" : "64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba",
              "x-checker-data" : {
                "type" : "anitya",
                "project-id" : 101246,
                "stable-only" : true,
                "versions" : {
                  "<" : "3.0.0"
                },
                "url-template" : "https://github.com/zxing-cpp/zxing-cpp/archive/v$version.tar.gz"
              },
              "type" : "archive"
            },
            {
              "commands" : [
                "LICENSES='LICENSE' install-licenses.sh"
              ],
              "type" : "shell"
            }
          ],
          "cleanup" : [
            "/include/ZXing",
            "*.pc",
            "/lib/*/cmake/ZXing",
            "libZXing.so"
          ]
        }
      ]
    },
    {
      "name" : "syndication",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/syndication.git",
          "commit" : "34ebec8c8b24d4a19384f36c10eea7c43aae1a58",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "purpose",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/purpose.git",
          "commit" : "c9afda955cf8a1b8b6dc6542f3bbfc29b237768d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kdav",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kdav.git",
          "commit" : "31f19c9bdaa868cb7cb8c9f1566b5139b44c8727",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v6([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "ksvg",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/ksvg.git",
          "commit" : "8dc209a7b638ecb030f66f402f216d5332bad69e",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kimageformats",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DKIMAGEFORMATS_HEIF=ON"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kimageformats.git",
          "commit" : "9ca78b5255e8fddf0347983215cd8c9642fdeca5",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "bluez-qt",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/bluez-qt.git",
          "commit" : "70c51cefaa42256d81312cbf81dcfc266c7060d7",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kstatusnotifieritem",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_PYTHON_BINDINGS=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/frameworks/kstatusnotifieritem.git",
          "commit" : "53cb5c7950ba267f5fd58e74a5c91100f8e7757d",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d.]+)$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "qcoro",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DCMAKE_BUILD_TYPE=Release",
        "-DBUILD_SHARED_LIBS=ON"
      ],
      "sources" : [
        {
          "url" : "https://github.com/danvratil/qcoro/archive/refs/tags/v0.13.0.tar.gz",
          "sha256" : "4bff7513c5c8e301b66308df05795043b1792ed16381a484e5c990171b8ff19e",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 236236,
            "stable-only" : true,
            "url-template" : "https://github.com/danvratil/qcoro/archive/refs/tags/v$version.tar.gz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "plasma-activities-stats",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/plasma-activities-stats.git",
          "commit" : "ee7c1e028e1c713185729036075464421a4a1511",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "kio-extras",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_WITH_QT6=ON"
      ],
      "sources" : [
        {
          "url" : "https://download.kde.org/stable/release-service/26.04.2/src/kio-extras-26.04.2.tar.xz",
          "sha256" : "af4941af624f883891d33701aa0ce4216d6de114db3e4a250099c52d3d42acaa",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 8763,
            "stable-only" : true,
            "url-template" : "https://download.kde.org/stable/release-service/$version/src/kio-extras-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "breeze",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DWITH_DECORATIONS=OFF",
        "-DWITH_WALLPAPERS=OFF",
        "-DBUILD_QT5=OFF",
        "-DBUILD_QT6=ON"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/breeze.git",
          "commit" : "4020e80d8723400e92b60392a2a44cc62b90f795",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "plasma-integration",
      "buildsystem" : "cmake-ninja",
      "config-opts" : [
        "-DBUILD_TESTING=OFF",
        "-DBUILD_QT5=OFF",
        "-DBUILD_QT6=ON"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/plasma-integration.git",
          "commit" : "83eeeb855ae867e87072c6d1bf9d73b4d778d3d6",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "qqc2-breeze-style",
      "buildsystem" : "cmake-ninja",
      "builddir" : true,
      "config-opts" : [
        "-DBUILD_TESTING=OFF"
      ],
      "sources" : [
        {
          "url" : "https://invent.kde.org/plasma/qqc2-breeze-style.git",
          "commit" : "ccb063267bca48b70104ed3078456dacea682ea4",
          "x-checker-data" : {
            "type" : "git",
            "tag-pattern" : "^v([\\d]+\\.[\\d]+\\.(?:[0-8]?[0-9]))$"
          },
          "type" : "git"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "ocean-sound-theme",
      "buildsystem" : "cmake-ninja",
      "sources" : [
        {
          "url" : "https://download.kde.org/stable/plasma/6.6.5/ocean-sound-theme-6.6.5.tar.xz",
          "sha256" : "46b76160e6998e03b3990c669d6da166bd785da356841193eb548b35811dc6df",
          "x-checker-data" : {
            "type" : "anitya",
            "project-id" : 8761,
            "stable-only" : true,
            "url-template" : "https://download.kde.org/stable/plasma/$version/ocean-sound-theme-$version.tar.xz"
          },
          "type" : "archive"
        },
        {
          "commands" : [
            "install-licenses.sh"
          ],
          "type" : "shell"
        }
      ]
    },
    {
      "name" : "os-release",
      "sources" : [
        {
          "path" : "os-release",
          "type" : "file"
        },
        {
          "path" : "issue",
          "type" : "file"
        },
        {
          "path" : "issue.net",
          "type" : "file"
        },
        {
          "path" : "org.kde.Sdk.metainfo.xml",
          "type" : "file"
        },
        {
          "path" : "org.kde.Platform.metainfo.xml",
          "type" : "file"
        },
        {
          "path" : "os-release-Makefile",
          "dest-filename" : "Makefile",
          "type" : "file"
        },
        {
          "commands" : [],
          "dest-filename" : "configure",
          "type" : "script"
        }
      ],
      "post-install" : [
        "mkdir -p /usr/share/runtime/lib/plugins/"
      ]
    }
  ],
  "cleanup" : [
    "/man",
    "/share/man",
    "/lib/systemd",
    "*.la"
  ],
  "cleanup-commands" : [
    "/usr/libexec/freedesktop-post.sh",
    "mkdir -p /usr/lib/debug/usr/lib/i386-linux-gnu"
  ],
  "cleanup-platform-commands" : [
    "/usr/libexec/freedesktop-post.sh"
  ],
  "cleanup-platform" : [
    "*.a",
    "*.cmake",
    "*.prl",
    "*.qmltypes",
    "/include",
    "/lib/*/cmake",
    "/lib/*/pkgconfig",
    "/lib/metatypes",
    "/lib/mkspecs",
    "/lib/pkgconfig",
    "/mkspecs",
    "/share/aclocal",
    "/share/pkgconfig",
    "/share/runtime/docs",
    "kde-qmlmodule.version"
  ],
  "build-runtime" : true,
  "sdk-extensions" : [
    "org.freedesktop.Sdk.Debug",
    "org.freedesktop.Sdk.Locale",
    "org.freedesktop.Sdk.Docs"
  ],
  "platform-extensions" : [
    "org.freedesktop.Platform.Locale"
  ],
  "finish-args" : [
    "--env=GI_TYPELIB_PATH=/app/lib/girepository-1.0",
    "--env=GST_PLUGIN_PATH=/app/lib/gstreamer-1.0:/usr/lib/extensions/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/codecs-extra/lib/gstreamer-1.0:/usr/lib/x86_64-linux-gnu/gstreamer-1.0",
    "--env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/user-share:/run/host/share",
    "--env=__EGL_EXTERNAL_PLATFORM_CONFIG_DIRS=/etc/egl/egl_external_platform.d:/usr/lib/x86_64-linux-gnu/GL/egl/egl_external_platform.d:/usr/share/egl/egl_external_platform.d",
    "--env=QT_PLUGIN_PATH=/app/lib/plugins:/usr/share/runtime/lib/plugins",
    "--env=QML2_IMPORT_PATH=/app/lib/qml",
    "--env=KDE_FORK_SLAVES=1",
    "--env=PYTHONUSERBASE=/var/data/python",
    "--env=ALSA_CONFIG_PATH=/usr/share/alsa/alsa-flatpak.conf",
    "--env=ALSA_CONFIG_DIR=/usr/share/alsa",
    "--filesystem=xdg-config/kdeglobals:ro",
    "--talk-name=com.canonical.AppMenu.Registrar",
    "--talk-name=org.kde.kconfig.notify",
    "--talk-name=org.kde.KGlobalSettings",
    "--sdk=org.kde.Sdk//6.10",
    "--runtime=org.kde.Platform//6.10"
  ],
  "inherit-extensions" : [
    "org.freedesktop.Platform.GL",
    "org.freedesktop.Platform.Timezones",
    "org.freedesktop.Platform.GStreamer",
    "org.freedesktop.Platform.Icontheme",
    "org.freedesktop.Platform.VAAPI.Intel",
    "org.freedesktop.Platform.VAAPI.nvidia",
    "org.freedesktop.Platform.codecs-extra",
    "org.freedesktop.Platform.VulkanLayer",
    "org.gtk.Gtk3theme"
  ],
  "inherit-sdk-extensions" : [
    "org.freedesktop.Sdk.Extension"
  ],
  "add-extensions" : {
    "org.inqlude.WaylandDecoration" : {
      "directory" : "share/runtime/lib/plugins/",
      "add-ld-path" : "lib",
      "download-if" : "on-xdg-desktop-GNOME;on-xdg-desktop-GNOME-classic",
      "merge-dirs" : "wayland-decoration-client",
      "no-autodownload" : true,
      "version" : "6.10"
    },
    "org.kde.KStyle" : {
      "directory" : "share/runtime/lib/plugins/",
      "add-ld-path" : "lib",
      "download-if" : "active-gtk-theme",
      "merge-dirs" : "styles",
      "no-autodownload" : true,
      "version" : "6.10"
    },
    "org.kde.PlatformInputContexts" : {
      "directory" : "share/runtime/lib/plugins/",
      "autodelete" : true,
      "add-ld-path" : "lib",
      "merge-dirs" : "platforminputcontexts",
      "no-autodownload" : true,
      "subdirectories" : true,
      "version" : "6.10"
    },
    "org.kde.Sdk.Docs" : {
      "directory" : "share/runtime/docs",
      "bundle" : true,
      "autodelete" : true,
      "no-autodownload" : true,
      "subdirectories" : true
    }
  },
  "source-date-epoch" : 1782541688
}