eff37abdcb
Summary: Should ensure that on a new release any existing theme caches are updated automatically. Reviewers: #plasma, ltoscano, apol Reviewed By: apol Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D21767
12 lines
282 B
CMake
12 lines
282 B
CMake
configure_file(
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/metadata.desktop.cmake"
|
|
"${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
|
|
@ONLY
|
|
)
|
|
|
|
install(
|
|
FILES colors "${CMAKE_CURRENT_BINARY_DIR}/metadata.desktop"
|
|
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light
|
|
)
|
|
|