The Breeze Icons package contains the default icons for KDE Plasma 5 applications, but it can be used for other window environments.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://download.kde.org/stable/frameworks/5.37/breeze-icons-5.37.0.tar.xz
Download MD5 sum: bf3a1386e6b3daf7b6ee27d59bd55a91
Download size: 1.4 MB
Estimated disk space required: 150 MB
Estimated build time: 0.3 SBU
extra-cmake-modules-5.37.0 and Qt-5.9.1
User Notes: http://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.37.0.
Last updated on 2017-08-26 15:17:25 -0700