mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 03:12:53 +00:00
14 lines
457 B
Text
14 lines
457 B
Text
![]() |
add_subdirectory( icons )
|
||
|
add_subdirectory( skins )
|
||
|
add_subdirectory( updaters )
|
||
|
|
||
|
install(PROGRAMS yakuake.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|
||
|
|
||
|
macro_ensure_version("4.7.1" ${KDE_VERSION} HAVEKDE4_7_1)
|
||
|
|
||
|
if (HAVEKDE4_7_1)
|
||
|
install(FILES yakuake.notifyrc DESTINATION ${DATA_INSTALL_DIR}/yakuake)
|
||
|
else (HAVEKDE4_7_1)
|
||
|
install(FILES yakuake.notifyrc-pre-4.7.1 DESTINATION ${DATA_INSTALL_DIR}/yakuake RENAME yakuake.notifyrc)
|
||
|
endif (HAVEKDE4_7_1)
|