The Breeze Icons package contains the default icons for KDE Plasma applications, but it can be used for other window environments.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://download.kde.org/stable/frameworks/6.26/breeze-icons-6.26.0.tar.xz
MD5 校验和:0a8a87904eab97f3f3c8dffb82756db1
大小:2.0 MB
预计所需磁盘空间:141 MB
预计构建时间:0.2 SBU(并行度=4)
Extra-CMake-Modules-6.26.0 and Qt-6.11.1
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-dev .. &&
make
This package does not come with a test suite.
Now, as the root user:
make install
-D BUILD_TESTING=OFF: This
parameter disables building the testing framework, which requires
some modules from KDE
Frameworks-6.26.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.