mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
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.
16 lines
349 B
CMake
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
|
|
)
|