mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
Add a wallpapers/SHIFT package with light and dark images. Set Image=SHIFT in the look-and-feel defaults. Plasma's org.kde.image backend requires a directory URL, not a bare package ID, when writing Image= in a layout.js. Use configure_file to stamp the resolved KDE_INSTALL_WALLPAPERDIR path into the installed layout.js at build time.
7 lines
No EOL
188 B
CMake
7 lines
No EOL
188 B
CMake
# SPDX-FileCopyrightText: 2026 SHIFT Contributors
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
install(DIRECTORY SHIFT
|
|
DESTINATION ${KDE_INSTALL_WALLPAPERDIR}
|
|
PATTERN "*.license" EXCLUDE
|
|
) |