The oxygen theme is a photo-realistic icon style, with a high standard of graphics quality.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://download.kde.org/Attic/applications/15.04.3/src/oxygen-icons-15.04.3.tar.xz
Download MD5 sum: 4f24f975fb90d8daab833fc719ce39a3
Download size: 219 MB
Estimated disk space required: 474 MB
Estimated build time: less than 0.1 SBU
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/oxygen-icons
Install oxygen-icons by running the following commands:
sed -i "s/x256/& scalable/" CMakeLists.txt && 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
sed ...: This command ensures that the scalable versions of the icons are also installed.
Last updated on 2016-03-04 11:53:49 -0800