kde-extraapps/kget/desktop/CMakeLists.txt
Ivailo Monev e6a52949a6 kget: make use of the dbus_add_activation_service() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-27 14:26:04 +03:00

12 lines
463 B
CMake

# for dbus_add_activation_service
include(MacroDBusAddActivationService)
# associate KGet with the correct mimetypes
configure_file(kget.desktop.cmake ${CMAKE_CURRENT_BINARY_DIR}/kget.desktop)
install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/kget.desktop DESTINATION ${KDE4_XDG_APPS_INSTALL_DIR})
install(FILES kget_download.desktop DESTINATION
${KDE4_SERVICES_INSTALL_DIR}/ServiceMenus)
# For DBus activation:
dbus_add_activation_service(org.kde.kget.service.in)