mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
12 lines
455 B
Text
12 lines
455 B
Text
|
|
# SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
# Install the Shift Plasma desktop theme. The package starts empty and
|
||
|
|
# inherits everything from the system "default" theme; override SVGs are
|
||
|
|
# added one at a time as identity work progresses, so each override can
|
||
|
|
# be reviewed visually in isolation.
|
||
|
|
install(
|
||
|
|
DIRECTORY org.shift.desktoptheme
|
||
|
|
DESTINATION ${KDE_INSTALL_DATADIR}/plasma/desktoptheme
|
||
|
|
)
|