The Breeze Icons package contains the default icons for KDE Plasma applications, but it can be used for other window environments.
This package is known to build and work properly using an LFS 13.0 platform.
Download (HTTP): https://download.kde.org/stable/frameworks/6.23/breeze-icons-6.23.0.tar.xz
Download MD5 sum: c8e3ceb2a349683510aeee1b5bccf521
Download size: 2.0 MB
Estimated disk space required: 141 MB
Estimated build time: 0.2 SBU (Using parallelism=4)
Extra-CMake-Modules-6.23.0 and Qt-6.10.2
Install Breeze Icons by running the following commands:
mkdir build &&
cd build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
-D BUILD_TESTING=OFF \
-D WITH_ICON_GENERATION=OFF \
-W no-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-D BUILD_TESTING=OFF: This
parameter disables building the testing framework, which requires
some modules from KDE
Frameworks-6.23.0.
-D
WITH_ICON_GENERATION=OFF: This parameter disables
generation of 24x24 dark icons, which requires the lxml-6.0.2 python module. This parameter can be
removed if lxml-6.0.2 is installed.