oxygen-icons-15.04.3

Introduction to oxygen-icons

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.

Package Information

oxygen-icons Dependencies

Required

CMake-3.4.3

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/oxygen-icons

Installation of 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

Command Explanations

sed ...: This command ensures that the scalable versions of the icons are also installed.

Contents

Installed Programs: none
Installed Libraries: none
Installed Directory: /usr/share/icons/oxygen

Last updated on 2016-03-04 11:53:49 -0800