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 12.2 platform.
Download (HTTP): https://download.kde.org/stable/frameworks/6.5/breeze-icons-6.5.0.tar.xz
Download MD5 sum: 25c0a753edc62593ecca9f56a34f7ef1
Download size: 2.1 MB
Estimated disk space required: 251 MB
Estimated build time: 0.7 SBU
extra-cmake-modules-6.5.0 and Qt-6.7.2
Install Breeze Icons by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D BUILD_TESTING=OFF \ -W no-dev ..
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.5.0.