Friedrich W. H. Kossebau eff37abdcb Automatically set version of desktopthemes packages to KF5_VERSION
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
2019-06-13 15:38:23 +02:00

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
)