commands.sh

kde-builder

linux

Easily build KDE components from its source repositories. Drop-in replacement for `kdesrc-build`.

More info →

Options (3)

boolean

Compile a component without updating its local code and without compiling its dependencies

Example: kde-builder {{[-SD|--no-src --no-include-dependencies]}} {{component_name}}
-r, --refresh-buildboolean

Refresh the build directories before compiling

Example: kde-builder {{[-r|--refresh-build]}} {{component_name}}
-f, --resume-fromboolean

Resume compilation from a specific dependency

Example: kde-builder {{[-f|--resume-from]}} {{dependency_component}} {{component_name}}

Examples (8)

Initialize `kde-builder`

kde-builder --initial-setup

Compile a KDE component and its dependencies from the source (use `workspace` to compile Plasma desktop)

kde-builder component_name1 component_name2 ...

Compile a component without updating its local code and without compiling its dependencies

kde-builder [-SD|--no-src --no-include-dependencies] component_name

Refresh the build directories before compiling

kde-builder [-r|--refresh-build] component_name

Resume compilation from a specific dependency

kde-builder [-f|--resume-from] dependency_component component_name

Run a component with a specified executable name

kde-builder --run executable_name

Install login session

kde-builder --install-login-session-only

Use system libraries in place of a component if it fails to build

kde-builder --no-stop-on-failure component_name
made by @shridhargupta | data from tldr-pages