Warning, /plasma/breeze-plymouth/breeze/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(DISTRO_LOGO "plasma" CACHE STRING "Image filename to use on splash screen")
0002 set(BACKGROUND_TOP_COLOR "black" CACHE STRING "Color for top of splash screen")
0003 set(BACKGROUND_BOTTOM_COLOR "black" CACHE STRING "Color for bottom of splash screen")
0004 
0005 add_feature_info(DISTRO_LOGO On "image filename to use on splash screen is '${DISTRO_LOGO}'")
0006 add_feature_info(BACKGROUND_TOP_COLOR On "Color for top of splash screen is '${BACKGROUND_TOP_COLOR}'")
0007 add_feature_info(BACKGROUND_BOTTOM_COLOR On "Color for bottom of splash screen is '${BACKGROUND_BOTTOM_COLOR}'")
0008 
0009 configure_file(breeze.plymouth.cmake ${CMAKE_CURRENT_BINARY_DIR}/breeze.plymouth)
0010 configure_file(breeze.script.cmake ${CMAKE_CURRENT_BINARY_DIR}/breeze.script)
0011 
0012 install(FILES breeze.grub
0013               preview.png
0014               ${CMAKE_CURRENT_BINARY_DIR}/breeze.script
0015               ${CMAKE_CURRENT_BINARY_DIR}/breeze.plymouth
0016         DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/breeze)
0017 install(DIRECTORY images
0018         DESTINATION ${PLYMOUTH_THEME_INSTALL_DIR}/breeze)