biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / applications / networking / nextcloud-client / 0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
blob260a7dd4ddd7edc605e8f7253d17a0fc2f39a80b
1 From bbd366348d1f0e334d4604d04e293a046070e666 Mon Sep 17 00:00:00 2001
2 From: Maximilian Bosch <maximilian@mbosch.me>
3 Date: Fri, 23 Aug 2019 00:19:20 +0200
4 Subject: [PATCH] Explicitly copy dbus files into the store dir
6 ---
7 shell_integration/libcloudproviders/CMakeLists.txt | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
10 diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
11 index 2e7349ef7..512d4b188 100644
12 --- a/shell_integration/libcloudproviders/CMakeLists.txt
13 +++ b/shell_integration/libcloudproviders/CMakeLists.txt
14 @@ -1,5 +1,6 @@
15 macro(dbus_add_activation_service _sources)
16 pkg_get_variable(_install_dir dbus-1 session_bus_services_dir)
17 + set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service")
18 foreach (_i ${_sources})
19 get_filename_component(_service_file ${_i} ABSOLUTE)
20 string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})