mkdir cmake-build
cd cmake-build
  cmake \
    "${KDE_BUILD_ARGS[@]}" \
    $KDE_OPT_ARGS \
    ..

