breeze-icons-5.73.0

Introduction to Breeze Icons

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-10.0 platform.

Package Information

Breeze Icons Dependencies

Required

extra-cmake-modules-5.73.0 and Qt-5.15.0

Optional

KDE Frameworks-5.73.0

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

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

Command Explanations

-DBUILD_TESTING=OFF: This parameter disables building the testing framework, which requires some modules from KDE Frameworks-5.73.0.

Contents

Installed Programs: None
Installed Library: None
Installed Directory: /usr/share/icons/breeze{,-dark}

Last updated on 2020-08-21 17:00:59 -0700