The Breeze Icons package contains the default icons for KDE Plasma 5 applications, but it can be used for other window environments.
Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.
Download (HTTP): https://download.kde.org/stable/frameworks/5.101/breeze-icons-5.101.0.tar.xz
Download MD5 sum: fd0d088682c5597d0bf0890dab56fd83
Download size: 2.1 MB
Estimated disk space required: 260 MB
Estimated build time: 0.1 SBU
extra-cmake-modules-5.101.0 and Qt-5.15.8
KDE Frameworks-5.101.0, libxml2-2.10.3, and lxml-4.9.2
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/breeze-icons
Install Breeze Icons by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING=OFF \ -Wno-dev ..
This package does not come with a test suite.
Now, as the root
user:
make install
-DBUILD_TESTING=OFF
: This
parameter disables building the testing framework, which requires
some modules from KDE Frameworks-5.101.0.