shift-shell/icons/CMakeLists.txt
Marco Allegretti e6f076ed54 Add Shift icon theme and coverage guard
Install org.shift.icons as the look-and-feel icon theme while keeping the Plasma style on breeze-dark. Add the icon-theme coverage guard and CTest registration so shell, System Settings, KCM, and installed Plasma icon names do not silently fall back to missing Breeze-only assets.

Document the theme rules and add scoped REUSE metadata for the Phosphor-derived SVG glyphs.
2026-05-17 08:56:33 +02:00

16 lines
349 B
CMake

# SPDX-FileCopyrightText: 2026 Marco Allegretti
# SPDX-License-Identifier: GPL-2.0-or-later
include(ECMInstallIcons)
ecm_install_icons(
ICONS sc-places-start-here-shift.svg
DESTINATION ${KDE_INSTALL_ICONDIR}
THEME hicolor
)
install(
DIRECTORY org.shift.icons
DESTINATION ${KDE_INSTALL_ICONDIR}
PATTERN README.md EXCLUDE
)