The oxygen icons 5 theme is a photo-realistic icon style, with a high standard of graphics quality.
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/oxygen-icons5-5.101.0.tar.xz
Download MD5 sum: 49a0e7efa4c325a7907f4421be1acd14
Download size: 228 MB
Estimated disk space required: 452 MB
Estimated build time: less than 0.1 SBU
extra-cmake-modules-5.101.0 and Qt-5.15.8
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/oxygen-icons5
First, enable scalable icons:
sed -i '/( oxygen/ s/)/scalable )/' CMakeLists.txt
Install oxygen-icons5 by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev ..
This package does not come with a test suite.
Now, as the root
user:
make install