tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nextcloud-client: 3.6.6 -> 3.7.1
Jonas Heinrich
3 years ago
dda83f54
ecf73405
+5
-10
2 changed files
expand all
collapse all
unified
split
pkgs
applications
networking
nextcloud-client
0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
default.nix
+3
-8
pkgs/applications/networking/nextcloud-client/0001-Explicitly-copy-dbus-files-into-the-store-dir.patch
···
8
1 file changed, 1 insertion(+), 1 deletion(-)
9
10
diff --git a/shell_integration/libcloudproviders/CMakeLists.txt b/shell_integration/libcloudproviders/CMakeLists.txt
11
-
index 1f35335..7f76951 100644
12
--- a/shell_integration/libcloudproviders/CMakeLists.txt
13
+++ b/shell_integration/libcloudproviders/CMakeLists.txt
14
-
@@ -19,7 +19,7 @@ MACRO(PKGCONFIG_GETVAR _package _var _output_variable)
15
-
ENDMACRO(PKGCONFIG_GETVAR _package _var _output_variable)
16
-
17
macro(dbus_add_activation_service _sources)
18
-
- PKGCONFIG_GETVAR(dbus-1 session_bus_services_dir _install_dir)
19
+ set(_install_dir "${CMAKE_INSTALL_DATADIR}/dbus-1/service")
20
foreach (_i ${_sources})
21
get_filename_component(_service_file ${_i} ABSOLUTE)
22
string(REGEX REPLACE "\\.service.*$" ".service" _output_file ${_i})
23
-
--
24
-
2.19.2
25
-
···
8
1 file changed, 1 insertion(+), 1 deletion(-)
9
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 @@
0
0
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})
0
0
0
+2
-2
pkgs/applications/networking/nextcloud-client/default.nix
···
26
27
mkDerivation rec {
28
pname = "nextcloud-client";
29
-
version = "3.6.6";
30
31
outputs = [ "out" "dev" ];
32
···
34
owner = "nextcloud";
35
repo = "desktop";
36
rev = "v${version}";
37
-
sha256 = "sha256-P3LSgrcMZZM0OY3yQz8t3Cf5spJJTB+JTIpoT9U3+xc=";
38
};
39
40
patches = [
···
26
27
mkDerivation rec {
28
pname = "nextcloud-client";
29
+
version = "3.7.1";
30
31
outputs = [ "out" "dev" ];
32
···
34
owner = "nextcloud";
35
repo = "desktop";
36
rev = "v${version}";
37
+
sha256 = "sha256-MbxGS1Msb3xCW0z8FrIZEY3XaBa4BmN+JFBkV/Pf79A=";
38
};
39
40
patches = [