breeze-icons-6.29.0

Introduction to Breeze Icons

The Breeze Icons package contains the default icons for KDE Plasma applications, but it can be used for other window environments.

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

Breeze Icons Dependencies

Required

Extra-CMake-Modules-6.29.0 and Qt-6.11.2

Optional

KDE Frameworks-6.29.0, libxml2-2.15.3, and lxml-6.1.1

Installation of Breeze Icons

Install Breeze Icons by running the following commands:

mkdir build &&
cd    build &&

cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D BUILD_TESTING=OFF         \
      -D WITH_ICON_GENERATION=OFF  \
      -W no-author ..              &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

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

-D WITH_ICON_GENERATION=OFF: This parameter disables generation of 24x24 dark icons, which requires the lxml-6.1.1 python module. This parameter can be removed if lxml-6.1.1 is installed.

Contents

Installed Programs: None
Installed Library: libKF6BreezeIcons.so
Installed Directory: /usr/include/KF6/BreezeIcons, /usr/lib/cmake/KF6BreezeIcons, and /usr/share/icons/breeze{,-dark}