ports/www/choqok/files/patch-cmake__modules__DBusMacros.cmake
Dima Panov e1d35547b2 www/choqok: update to 1.7.0 release
Please welcome the long-waited ChoqoK 1.7.0 release!
Also, incorporate latest patches from KDE/choqok git repository
to resolve build errors and work with twitter conversations
2020-04-05 20:14:47 +00:00

11 lines
593 B
CMake

--- cmake/modules/DBusMacros.cmake.orig 2020-02-05 11:49:13 UTC
+++ cmake/modules/DBusMacros.cmake
@@ -26,6 +26,6 @@ macro(dbus_add_activation_service _sources)
string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})
set(_target ${CMAKE_CURRENT_BINARY_DIR}/${_output_file})
configure_file(${_service_file} ${_target})
- install(FILES ${_target} DESTINATION ${DATA_INSTALL_DIR}/dbus-1/services)
+ install(FILES ${_target} DESTINATION ${DBUS_SERVICES_INSTALL_DIR})
endforeach (_i ${ARGN})
endmacro(dbus_add_activation_service _sources)