oxygen-icons5-5.19.0

Introduction to oxygen-icons5

The oxygen icons 5 theme is a photo-realistic icon style, with a high standard of graphics quality. It is very similar to oxygen-icons-15.04.3 but has been updated slightly for KDE Frameworks 5 (KF5).

This package is known to build and work properly using an LFS-7.9 platform.

Package Information

oxygen-icons5 Dependencies

Required

extra-cmake-modules-5.19.0 and Qt-5.5.1

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

Installation of oxygen-icons5

First, fix the install directory and enable scalable icons:

sed -e '/set(OXYGEN/ s:${KDE.*:/usr/share/icons/oxygen5):' \
    -e '/( oxygen/ s/)/scalable)/' \
    -i 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

Contents

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

Last updated on 2016-02-28 12:56:42 -0800