Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect
@ 2020-10-28 20:30 yopito
  2020-10-30  1:00 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: yopito @ 2020-10-28 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages nextcloud.fix.depend
https://github.com/void-linux/void-packages/pull/25951

nextcloud-client: runtime depend on qt5-graphicaleffect
closes #25877

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

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

From dda6c0b6b0c3b178c3690ebc647571cf420ce52e Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 28 Oct 2020 20:47:43 +0100
Subject: [PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect

closes #25877
---
 srcpkgs/nextcloud-client/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index cfb86d108fe..592fe14cb56 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,7 +1,7 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
 version=3.0.2
-revision=1
+revision=2
 wrksrc="desktop-${version}"
 build_style=cmake
 configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')
@@ -13,6 +13,7 @@ makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
  $(vopt_if shibboleth 'qt5-webkit-devel')
  $(vopt_if webengine 'qt5-webengine-devel')"
+depends="qt5-graphicaleffects"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"

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

* Re: nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
@ 2020-10-30  1:00 ` ericonr
  2020-10-30  7:17 ` [PR PATCH] [Updated] " yopito
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-30  1:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25951#issuecomment-719107596

Comment:
Would you mind correcting the commit to say `qt5-graphicaleffects` ?

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

* Re: [PR PATCH] [Updated] nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
  2020-10-30  1:00 ` ericonr
@ 2020-10-30  7:17 ` yopito
  2020-10-30  7:18 ` yopito
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yopito @ 2020-10-30  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages nextcloud.fix.depend
https://github.com/void-linux/void-packages/pull/25951

nextcloud-client: runtime depend on qt5-graphicaleffect
closes #25877

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

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

From c80d2d737692902c6729afcfc7cef7951108365f Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 28 Oct 2020 20:47:43 +0100
Subject: [PATCH] nextcloud-client: runtime requires qt5-graphicaleffects

closes #25877
---
 srcpkgs/nextcloud-client/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index cfb86d108fe..592fe14cb56 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,7 +1,7 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
 version=3.0.2
-revision=1
+revision=2
 wrksrc="desktop-${version}"
 build_style=cmake
 configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')
@@ -13,6 +13,7 @@ makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
  $(vopt_if shibboleth 'qt5-webkit-devel')
  $(vopt_if webengine 'qt5-webengine-devel')"
+depends="qt5-graphicaleffects"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"

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

* Re: nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
  2020-10-30  1:00 ` ericonr
  2020-10-30  7:17 ` [PR PATCH] [Updated] " yopito
@ 2020-10-30  7:18 ` yopito
  2020-10-31 14:39 ` yopito
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yopito @ 2020-10-30  7:18 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/25951#issuecomment-719337457

Comment:
corrected. thanks for catching it

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

* Re: nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
                   ` (2 preceding siblings ...)
  2020-10-30  7:18 ` yopito
@ 2020-10-31 14:39 ` yopito
  2020-10-31 14:40 ` [PR PATCH] [Updated] " yopito
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: yopito @ 2020-10-31 14:39 UTC (permalink / raw)
  To: ml

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

New comment by yopito on void-packages repository

https://github.com/void-linux/void-packages/pull/25951#issuecomment-719942753

Comment:
wait too long for Travis CI, that started building ncurses instead of nextcloud-client.
let's rebase and force push to see if it's better

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

* Re: [PR PATCH] [Updated] nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
                   ` (3 preceding siblings ...)
  2020-10-31 14:39 ` yopito
@ 2020-10-31 14:40 ` yopito
  2020-10-31 15:44 ` ericonr
  2020-10-31 15:44 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: yopito @ 2020-10-31 14:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages nextcloud.fix.depend
https://github.com/void-linux/void-packages/pull/25951

nextcloud-client: runtime depend on qt5-graphicaleffect
closes #25877

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

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

From 087b9b2d83c4fd6c0273e0e13b1b95e5a8bdcb0b Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Wed, 28 Oct 2020 20:47:43 +0100
Subject: [PATCH] nextcloud-client: runtime requires qt5-graphicaleffects

closes #25877
---
 srcpkgs/nextcloud-client/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/nextcloud-client/template b/srcpkgs/nextcloud-client/template
index cfb86d108fe..592fe14cb56 100644
--- a/srcpkgs/nextcloud-client/template
+++ b/srcpkgs/nextcloud-client/template
@@ -1,7 +1,7 @@
 # Template file for 'nextcloud-client'
 pkgname=nextcloud-client
 version=3.0.2
-revision=1
+revision=2
 wrksrc="desktop-${version}"
 build_style=cmake
 configure_args="-Wno-dev $(vopt_if shibboleth '' '-DNO_SHIBBOLETH=True')
@@ -13,6 +13,7 @@ makedepends="qt5-tools-devel qt5-declarative-devel qt5-webchannel-devel
  $(vopt_if dolphin 'extra-cmake-modules kio-devel')
  $(vopt_if shibboleth 'qt5-webkit-devel')
  $(vopt_if webengine 'qt5-webengine-devel')"
+depends="qt5-graphicaleffects"
 checkdepends="cmocka-devel"
 conf_files="/etc/Nextcloud/sync-exclude.lst"
 short_desc="NextCloud Desktop client"

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

* Re: nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
                   ` (4 preceding siblings ...)
  2020-10-31 14:40 ` [PR PATCH] [Updated] " yopito
@ 2020-10-31 15:44 ` ericonr
  2020-10-31 15:44 ` [PR PATCH] [Merged]: " ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-31 15:44 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25951#issuecomment-719951021

Comment:
I wasn't able to merge yesterday, but it should be good to go, even without CI. Thanks.

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

* Re: [PR PATCH] [Merged]: nextcloud-client: runtime depend on qt5-graphicaleffect
  2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
                   ` (5 preceding siblings ...)
  2020-10-31 15:44 ` ericonr
@ 2020-10-31 15:44 ` ericonr
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-10-31 15:44 UTC (permalink / raw)
  To: ml

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

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

nextcloud-client: runtime depend on qt5-graphicaleffect
https://github.com/void-linux/void-packages/pull/25951

Description:
closes #25877

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

end of thread, other threads:[~2020-10-31 15:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 20:30 [PR PATCH] nextcloud-client: runtime depend on qt5-graphicaleffect yopito
2020-10-30  1:00 ` ericonr
2020-10-30  7:17 ` [PR PATCH] [Updated] " yopito
2020-10-30  7:18 ` yopito
2020-10-31 14:39 ` yopito
2020-10-31 14:40 ` [PR PATCH] [Updated] " yopito
2020-10-31 15:44 ` ericonr
2020-10-31 15:44 ` [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).