7f9fe64f9b
This was causing it to not show up for people using the Breeze Dark Plasma theme (but not the default Plasma theme with a dark color scheme) BUG: 426537 FIXED-IN: 5.75 CCMAIL: vonreth@kde.org
15 lines
470 B
CMake
15 lines
470 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
|
|
)
|
|
install(
|
|
FILES ${PROJECT_BINARY_DIR}/src/desktoptheme/breeze/default.gzipped/widgets/plasmoidheading.svgz
|
|
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/desktoptheme/breeze-light/widgets
|
|
)
|