Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] update owncloudclient to 2.6.3.14058
@ 2020-08-19 20:53 butonic
  2020-08-20  6:05 ` butonic
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: butonic @ 2020-08-19 20:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/butonic/void-packages owncloudclient-2.6.3.14058
https://github.com/void-linux/void-packages/pull/24369

update owncloudclient to 2.6.3.14058
updating to latest release

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-owncloudclient-2.6.3.14058-24369.patch --]
[-- Type: text/x-diff, Size: 1315 bytes --]

From 812ac78d2e7669fe00728434dd9e0e584f226945 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Wed, 19 Aug 2020 22:52:47 +0200
Subject: [PATCH] update owncloudclient to 2.6.3.14058
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
---
 srcpkgs/owncloudclient/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/owncloudclient/template b/srcpkgs/owncloudclient/template
index 9f35f71ce67..d8747863fe1 100644
--- a/srcpkgs/owncloudclient/template
+++ b/srcpkgs/owncloudclient/template
@@ -1,6 +1,6 @@
 # Template file for 'owncloudclient'
 pkgname=owncloudclient
-version=2.6.1.13407
+version=2.6.3.14058
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DNO_SHIBBOLETH=TRUE"
@@ -15,7 +15,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.owncloud.org"
 distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz"
-checksum=d8a7381e5f17d255342a3bace52d906c08bb1e76e07a89eeb14e3fda8bad41ca
+checksum=e3d38de31e041f0e1836b2b74acfc1fc76eea4955968952a65643cbf36a493f5
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-tools-devel"

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

* Re: update owncloudclient to 2.6.3.14058
  2020-08-19 20:53 [PR PATCH] update owncloudclient to 2.6.3.14058 butonic
@ 2020-08-20  6:05 ` butonic
  2020-08-20  6:17 ` [PR PATCH] [Updated] " butonic
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: butonic @ 2020-08-20  6:05 UTC (permalink / raw)
  To: ml

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

New comment by butonic on void-packages repository

https://github.com/void-linux/void-packages/pull/24369#issuecomment-677240407

Comment:
build against qt 5.15 fails, needs https://github.com/owncloud/client/commit/dea019eff62c728784c63ee0f88b61c485284e17#diff-4301a6735ca9b7817b27e8f2f1bd5615

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

* Re: [PR PATCH] [Updated] update owncloudclient to 2.6.3.14058
  2020-08-19 20:53 [PR PATCH] update owncloudclient to 2.6.3.14058 butonic
  2020-08-20  6:05 ` butonic
@ 2020-08-20  6:17 ` butonic
  2020-10-24 13:11 ` [PR PATCH] [Closed]: " Chocimier
  2020-10-24 13:11 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: butonic @ 2020-08-20  6:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/butonic/void-packages owncloudclient-2.6.3.14058
https://github.com/void-linux/void-packages/pull/24369

update owncloudclient to 2.6.3.14058
updating to latest release

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-owncloudclient-2.6.3.14058-24369.patch --]
[-- Type: text/x-diff, Size: 2403 bytes --]

From 38117d8d32eb2c9ea32a5053b4a2505684c3fa3d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= <jfd@butonic.de>
Date: Wed, 19 Aug 2020 22:52:47 +0200
Subject: [PATCH] update owncloudclient to 2.6.3.14058
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
---
 .../patches/7898-fix-build-with-qt-5.15.patch | 21 +++++++++++++++++++
 srcpkgs/owncloudclient/template               |  4 ++--
 2 files changed, 23 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/owncloudclient/patches/7898-fix-build-with-qt-5.15.patch

diff --git a/srcpkgs/owncloudclient/patches/7898-fix-build-with-qt-5.15.patch b/srcpkgs/owncloudclient/patches/7898-fix-build-with-qt-5.15.patch
new file mode 100644
index 00000000000..88f30cd0266
--- /dev/null
+++ b/srcpkgs/owncloudclient/patches/7898-fix-build-with-qt-5.15.patch
@@ -0,0 +1,21 @@
+From 133abb285359b6b2c9c4deab9563bd1763deab60 Mon Sep 17 00:00:00 2001
+From: Hannah von Reth <hannah.vonreth@owncloud.com>
+Date: Mon, 15 Jun 2020 12:45:18 +0200
+Subject: [PATCH] Fix build with Qt 5.15
+
+---
+ src/libsync/networkjobs.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp
+index d1e877df17..d1d75bad3e 100644
+--- src/libsync/networkjobs.cpp
++++ src/libsync/networkjobs.cpp
+@@ -31,6 +31,7 @@
+ #include <QJsonObject>
+ #ifndef TOKEN_AUTH_ONLY
+ #include <QPainter>
++#include <QPainterPath>
+ #endif
+ 
+ #include "networkjobs.h"
diff --git a/srcpkgs/owncloudclient/template b/srcpkgs/owncloudclient/template
index 9f35f71ce67..d8747863fe1 100644
--- a/srcpkgs/owncloudclient/template
+++ b/srcpkgs/owncloudclient/template
@@ -1,6 +1,6 @@
 # Template file for 'owncloudclient'
 pkgname=owncloudclient
-version=2.6.1.13407
+version=2.6.3.14058
 revision=1
 build_style=cmake
 configure_args="-Wno-dev -DNO_SHIBBOLETH=TRUE"
@@ -15,7 +15,7 @@ maintainer="Nathan Owens <ndowens04@gmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://www.owncloud.org"
 distfiles="https://download.owncloud.com/desktop/stable/${pkgname}-${version}.tar.xz"
-checksum=d8a7381e5f17d255342a3bace52d906c08bb1e76e07a89eeb14e3fda8bad41ca
+checksum=e3d38de31e041f0e1836b2b74acfc1fc76eea4955968952a65643cbf36a493f5
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" qt5-host-tools qt5-tools-devel"

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

* Re: update owncloudclient to 2.6.3.14058
  2020-08-19 20:53 [PR PATCH] update owncloudclient to 2.6.3.14058 butonic
                   ` (2 preceding siblings ...)
  2020-10-24 13:11 ` [PR PATCH] [Closed]: " Chocimier
@ 2020-10-24 13:11 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-24 13:11 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/24369#issuecomment-715913161

Comment:
already updated

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

* Re: [PR PATCH] [Closed]: update owncloudclient to 2.6.3.14058
  2020-08-19 20:53 [PR PATCH] update owncloudclient to 2.6.3.14058 butonic
  2020-08-20  6:05 ` butonic
  2020-08-20  6:17 ` [PR PATCH] [Updated] " butonic
@ 2020-10-24 13:11 ` Chocimier
  2020-10-24 13:11 ` Chocimier
  3 siblings, 0 replies; 5+ messages in thread
From: Chocimier @ 2020-10-24 13:11 UTC (permalink / raw)
  To: ml

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

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

update owncloudclient to 2.6.3.14058
https://github.com/void-linux/void-packages/pull/24369

Description:
updating to latest release

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

end of thread, other threads:[~2020-10-24 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 20:53 [PR PATCH] update owncloudclient to 2.6.3.14058 butonic
2020-08-20  6:05 ` butonic
2020-08-20  6:17 ` [PR PATCH] [Updated] " butonic
2020-10-24 13:11 ` [PR PATCH] [Closed]: " Chocimier
2020-10-24 13:11 ` Chocimier

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).