Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: update to 3.1.1
@ 2020-12-26 11:17 yopito
  2020-12-26 14:22 ` [PR PATCH] [Updated] " yopito
  2020-12-26 18:46 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: yopito @ 2020-12-26 11:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 322 bytes --]

There is a new pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages nextcloud.311
https://github.com/void-linux/void-packages/pull/27446

nextcloud-client: update to 3.1.1


A patch file from https://github.com/void-linux/void-packages/pull/27446.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nextcloud.311-27446.patch --]
[-- Type: text/x-diff, Size: 1128 bytes --]

From 8a3d38e2e9af382c8477dab2ac8438541ebd5334 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 26 Dec 2020 00:43:13 +0100
Subject: [PATCH] nextcloud-client: update to 3.1.1

---
 srcpkgs/nextcloud-client/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index ae9d28117d8..dc4398a6319 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.1.0
+version=3.1.1
 revision=1
 wrksrc="desktop-${version}"
 build_style=cmake
@@ -21,7 +21,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later"
 homepage="https://nextcloud.com/clients/"
 distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
-checksum=11b8a03ddb4f8c60ecffcd738cdcd5d6738f92686809da1f81ebeff97a99e314
+checksum=e296156a4de033a59f9b3210fe17fdfb8bb7aebefb715ae4e3b85e627e40a87f
 
 build_options="dolphin shibboleth webengine"
 desc_option_dolphin="Build KDE dolphin support"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] nextcloud-client: update to 3.1.1
  2020-12-26 11:17 [PR PATCH] nextcloud-client: update to 3.1.1 yopito
@ 2020-12-26 14:22 ` yopito
  2020-12-26 18:46 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: yopito @ 2020-12-26 14:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]

There is an updated pull request by yopito against master on the void-packages repository

https://github.com/yopito/void-packages nextcloud.311
https://github.com/void-linux/void-packages/pull/27446

nextcloud-client: update to 3.1.1


A patch file from https://github.com/void-linux/void-packages/pull/27446.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-nextcloud.311-27446.patch --]
[-- Type: text/x-diff, Size: 2115 bytes --]

From 4f76cd3f031859f81375f35074464dabd2081ca6 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Sat, 26 Dec 2020 00:43:13 +0100
Subject: [PATCH] nextcloud-client: update to 3.1.1

---
 .../nextcloud-client/patches/test-check_vio.patch | 15 +++++++++++++++
 srcpkgs/nextcloud-client/template                 |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/nextcloud-client/patches/test-check_vio.patch

diff --git a/srcpkgs/nextcloud-client/patches/test-check_vio.patch b/srcpkgs/nextcloud-client/patches/test-check_vio.patch
new file mode 100644
index 00000000000..82d78843b96
--- /dev/null
+++ b/srcpkgs/nextcloud-client/patches/test-check_vio.patch
@@ -0,0 +1,15 @@
+fails if runned from within a github actions, so disable it.
+NB: works fine on regular personnal xbps-src usage.
+
+--- test/csync/vio_tests/check_vio.cpp.ORIG	2020-12-22 10:54:32.000000000 +0100
++++ test/csync/vio_tests/check_vio.cpp	2020-12-26 15:16:07.118993372 +0100
+@@ -122,9 +122,6 @@
+     rc = _tmkdir(dir, (S_IWUSR|S_IXUSR));
+     assert_int_equal(rc, 0);
+ 
+-    dh = csync_vio_opendir(csync, CSYNC_TEST_DIR);
+-    assert_null(dh);
+-    assert_int_equal(errno, EACCES);
+ 
+     _tchmod(dir, MKDIR_MASK);
+     c_free_locale_string(dir);
diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index ae9d28117d8..dc4398a6319 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,6 +1,6 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
-version=3.1.0
+version=3.1.1
 revision=1
 wrksrc="desktop-${version}"
 build_style=cmake
@@ -21,7 +21,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later"
 homepage="https://nextcloud.com/clients/"
 distfiles="https://github.com/nextcloud/desktop/archive/v${version}.tar.gz"
-checksum=11b8a03ddb4f8c60ecffcd738cdcd5d6738f92686809da1f81ebeff97a99e314
+checksum=e296156a4de033a59f9b3210fe17fdfb8bb7aebefb715ae4e3b85e627e40a87f
 
 build_options="dolphin shibboleth webengine"
 desc_option_dolphin="Build KDE dolphin support"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: nextcloud-client: update to 3.1.1
  2020-12-26 11:17 [PR PATCH] nextcloud-client: update to 3.1.1 yopito
  2020-12-26 14:22 ` [PR PATCH] [Updated] " yopito
@ 2020-12-26 18:46 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-26 18:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

There's a merged pull request on the void-packages repository

nextcloud-client: update to 3.1.1
https://github.com/void-linux/void-packages/pull/27446

Description:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-26 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26 11:17 [PR PATCH] nextcloud-client: update to 3.1.1 yopito
2020-12-26 14:22 ` [PR PATCH] [Updated] " yopito
2020-12-26 18:46 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).