shift-shell/desktoptheme/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
515 B
Text
Raw Permalink Normal View History

2026-05-19 07:18:32 +00:00
# SPDX-FileCopyrightText: 2026 Marco Allegretti
# SPDX-License-Identifier: EUPL-1.2
install(
DIRECTORY shift-dark shift-light
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme
)
install(
FILES ${CMAKE_SOURCE_DIR}/color-schemes/ShiftDark.colors
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme/shift-dark
RENAME colors
)
install(
FILES ${CMAKE_SOURCE_DIR}/color-schemes/ShiftLight.colors
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme/shift-light
RENAME colors
)