Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zoom: fixes xcb-utils-* dependencies
@ 2020-12-07  8:26 waynevanson
  2020-12-07 14:03 ` mobinmob
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: waynevanson @ 2020-12-07  8:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From 6b3739bd5cf7f91339b5d74124a414ef50dc89d7 Mon Sep 17 00:00:00 2001
From: Wayne Van Son <wayne@void.modem>
Date: Mon, 7 Dec 2020 19:25:38 +0000
Subject: [PATCH] zoom: fixes xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 5f05c54bf7b..5134f6309a2 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -5,7 +5,7 @@ revision=1
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative') xcb-util-image xcb-util-keysyms"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
@ 2020-12-07 14:03 ` mobinmob
  2020-12-07 14:05 ` mobinmob
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-12-07 14:03 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#issuecomment-739937753

Comment:
Please bump revision ;)

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

* Re: zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
  2020-12-07 14:03 ` mobinmob
@ 2020-12-07 14:05 ` mobinmob
  2020-12-08  3:33 ` [PR REVIEW] " fosslinux
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: mobinmob @ 2020-12-07 14:05 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#issuecomment-739937753

Comment:
Please bump the revision ;)

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

* Re: [PR REVIEW] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
  2020-12-07 14:03 ` mobinmob
  2020-12-07 14:05 ` mobinmob
@ 2020-12-08  3:33 ` fosslinux
  2020-12-09 19:30 ` [PR PATCH] [Updated] " waynevanson
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: fosslinux @ 2020-12-08  3:33 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#discussion_r538007992

Comment:
split into a new line, it's ok to have it over 80 chars for the vopt_if bit i guess but please split the new dependencies onto a new line.

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

* Re: [PR PATCH] [Updated] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (2 preceding siblings ...)
  2020-12-08  3:33 ` [PR REVIEW] " fosslinux
@ 2020-12-09 19:30 ` waynevanson
  2020-12-09 20:01 ` waynevanson
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 19:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From 6b3739bd5cf7f91339b5d74124a414ef50dc89d7 Mon Sep 17 00:00:00 2001
From: Wayne Van Son <wayne@void.modem>
Date: Mon, 7 Dec 2020 19:25:38 +0000
Subject: [PATCH] zoom: fixes xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 5f05c54bf7b..5134f6309a2 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -5,7 +5,7 @@ revision=1
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative') xcb-util-image xcb-util-keysyms"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: [PR PATCH] [Updated] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (3 preceding siblings ...)
  2020-12-09 19:30 ` [PR PATCH] [Updated] " waynevanson
@ 2020-12-09 20:01 ` waynevanson
  2020-12-09 20:03 ` waynevanson
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From b7338141d515c0dd651d0877145bb595f8f8e3cf Mon Sep 17 00:00:00 2001
From: Wayne Van Son <waynevanson@gmail.com>
Date: Thu, 10 Dec 2020 07:00:33 +0000
Subject: [PATCH] zoom: adds missing xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 65c56f37bb1..faa52663149 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,11 +1,14 @@
 # Template file for 'zoom'
 pkgname=zoom
-version=5.4.54779.1115
+version=5.4.54779.1115_1
 revision=1
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="
+	$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')
+	xcb-util-image xcb-util-keysyms
+"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (4 preceding siblings ...)
  2020-12-09 20:01 ` waynevanson
@ 2020-12-09 20:03 ` waynevanson
  2020-12-09 20:05 ` [PR PATCH] [Updated] " waynevanson
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:03 UTC (permalink / raw)
  To: ml

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

New comment by waynevanson on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#issuecomment-742016119

Comment:
@mobinmob did I do the bump for the revision correctly?

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

* Re: [PR PATCH] [Updated] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (5 preceding siblings ...)
  2020-12-09 20:03 ` waynevanson
@ 2020-12-09 20:05 ` waynevanson
  2020-12-09 20:06 ` waynevanson
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From 6a4811a36fe8198a19c1181c4a0b34dbc4803929 Mon Sep 17 00:00:00 2001
From: Wayne Van Son <waynevanson@gmail.com>
Date: Thu, 10 Dec 2020 07:00:33 +0000
Subject: [PATCH] zoom: adds missing xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 65c56f37bb1..faa52663149 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,11 +1,14 @@
 # Template file for 'zoom'
 pkgname=zoom
-version=5.4.54779.1115
+version=5.4.54779.1115_1
 revision=1
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="
+	$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')
+	xcb-util-image xcb-util-keysyms
+"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: [PR PATCH] [Updated] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (6 preceding siblings ...)
  2020-12-09 20:05 ` [PR PATCH] [Updated] " waynevanson
@ 2020-12-09 20:06 ` waynevanson
  2020-12-09 20:07 ` waynevanson
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From 269c59a95bebab0df6ed23b2c4e32e4aa30ae36b Mon Sep 17 00:00:00 2001
From: Wayne Van Son <waynevanson@gmail.com>
Date: Thu, 10 Dec 2020 07:00:33 +0000
Subject: [PATCH] zoom: adds missing xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 65c56f37bb1..5c6ff82e7a6 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,11 +1,14 @@
 # Template file for 'zoom'
 pkgname=zoom
 version=5.4.54779.1115
-revision=1
+revision=2
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="
+	$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')
+	xcb-util-image xcb-util-keysyms
+"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (7 preceding siblings ...)
  2020-12-09 20:06 ` waynevanson
@ 2020-12-09 20:07 ` waynevanson
  2020-12-09 20:07 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:07 UTC (permalink / raw)
  To: ml

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

New comment by waynevanson on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#issuecomment-742017913

Comment:
Apologies for multiple force pushes, forgot to `git add .` before `git commit --amend`.

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

* Re: [PR REVIEW] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (8 preceding siblings ...)
  2020-12-09 20:07 ` waynevanson
@ 2020-12-09 20:07 ` ericonr
  2020-12-09 20:07 ` ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-12-09 20:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#discussion_r539609538

Comment:
```suggestion
version=5.4.54779.1115
revision=2
```

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

* Re: [PR REVIEW] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (9 preceding siblings ...)
  2020-12-09 20:07 ` [PR REVIEW] " ericonr
@ 2020-12-09 20:07 ` ericonr
  2020-12-09 20:10 ` [PR PATCH] [Updated] " waynevanson
  2020-12-09 20:13 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-12-09 20:07 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27014#discussion_r539610401

Comment:
```suggestion
depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')
 xcb-util-image xcb-util-keysyms"
```

We indent multi-line variables with spaces

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

* Re: [PR PATCH] [Updated] zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (10 preceding siblings ...)
  2020-12-09 20:07 ` ericonr
@ 2020-12-09 20:10 ` waynevanson
  2020-12-09 20:13 ` [PR PATCH] [Merged]: " ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: waynevanson @ 2020-12-09 20:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/waynevanson/void-packages fix.zoom
https://github.com/void-linux/void-packages/pull/27014

zoom: fixes xcb-utils-* dependencies
closes #26844 

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

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

From 4a28ea7466c64387e7c42bad69b0a4ebe37b14b2 Mon Sep 17 00:00:00 2001
From: Wayne Van Son <waynevanson@gmail.com>
Date: Thu, 10 Dec 2020 07:00:33 +0000
Subject: [PATCH] zoom: adds missing xcb-utils-* dependencies

---
 srcpkgs/zoom/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/zoom/template b/srcpkgs/zoom/template
index 65c56f37bb1..17f30d1a145 100644
--- a/srcpkgs/zoom/template
+++ b/srcpkgs/zoom/template
@@ -1,11 +1,12 @@
 # Template file for 'zoom'
 pkgname=zoom
 version=5.4.54779.1115
-revision=1
+revision=2
 archs="x86_64"
 wrksrc=zoom
 create_wrksrc=yes
-depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')"
+depends="$(vopt_if systemqt 'qt5 qt5-graphicaleffects qt5-imageformats qt5-quickcontrols qt5-quickcontrols2 qt5-svg qt5-script qt5-declarative')
+ xcb-util-image xcb-util-keysyms"
 short_desc="Video Conferencing and Web Conferencing Service"
 maintainer="Daniel Santana <daniel@santana.tech>"
 license="custom:Proprietary"

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

* Re: [PR PATCH] [Merged]: zoom: fixes xcb-utils-* dependencies
  2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
                   ` (11 preceding siblings ...)
  2020-12-09 20:10 ` [PR PATCH] [Updated] " waynevanson
@ 2020-12-09 20:13 ` ericonr
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-12-09 20:13 UTC (permalink / raw)
  To: ml

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

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

zoom: fixes xcb-utils-* dependencies
https://github.com/void-linux/void-packages/pull/27014

Description:
closes #26844 

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

end of thread, other threads:[~2020-12-09 20:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-07  8:26 [PR PATCH] zoom: fixes xcb-utils-* dependencies waynevanson
2020-12-07 14:03 ` mobinmob
2020-12-07 14:05 ` mobinmob
2020-12-08  3:33 ` [PR REVIEW] " fosslinux
2020-12-09 19:30 ` [PR PATCH] [Updated] " waynevanson
2020-12-09 20:01 ` waynevanson
2020-12-09 20:03 ` waynevanson
2020-12-09 20:05 ` [PR PATCH] [Updated] " waynevanson
2020-12-09 20:06 ` waynevanson
2020-12-09 20:07 ` waynevanson
2020-12-09 20:07 ` [PR REVIEW] " ericonr
2020-12-09 20:07 ` ericonr
2020-12-09 20:10 ` [PR PATCH] [Updated] " waynevanson
2020-12-09 20:13 ` [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).