Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tigervnc: missing-dependency
@ 2022-08-13 12:10 motorto
  2022-08-13 13:54 ` paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2022-08-13 12:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tigervnc
https://github.com/void-linux/void-packages/pull/38647

tigervnc: missing-dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

Fix template building


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

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

From 1c189992d47c7507799b56862532fed534a5c336 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 13 Aug 2022 13:07:40 +0100
Subject: [PATCH] tigervnc: missing-dependency

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

diff --git a/srcpkgs/tigervnc/template b/srcpkgs/tigervnc/template
index 432505d58882..3e1d161859ed 100644
--- a/srcpkgs/tigervnc/template
+++ b/srcpkgs/tigervnc/template
@@ -6,7 +6,7 @@ _xorg_version=1.20.0
 build_style=cmake
 hostmakedepends="automake gettext xorg-util-macros font-util pkg-config libtool xtrans"
 makedepends="fltk-devel zlib-devel libXtst-devel libjpeg-turbo-devel pixman-devel
- xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel libdrm-devel"
+ xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel libdrm-devel libxshmfence-devel"
 depends="perl xauth xkeyboard-config"
 short_desc="High performance, multi-platform VNC client and server"
 maintainer="Evan Deaubl <evan@deaubl.name>"

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

* Re: tigervnc: missing-dependency
  2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
@ 2022-08-13 13:54 ` paper42
  2022-08-13 13:54 ` [PR REVIEW] " paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-13 13:54 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38647#issuecomment-1214163585

Comment:
`tigervnc: add a missing build depencency`

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

* Re: [PR REVIEW] tigervnc: missing-dependency
  2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
  2022-08-13 13:54 ` paper42
@ 2022-08-13 13:54 ` paper42
  2022-08-13 14:24 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-13 13:54 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38647#discussion_r945151127

Comment:
wrap at 80 columns

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

* Re: [PR PATCH] [Updated] tigervnc: missing-dependency
  2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
  2022-08-13 13:54 ` paper42
  2022-08-13 13:54 ` [PR REVIEW] " paper42
@ 2022-08-13 14:24 ` motorto
  2022-08-13 14:29 ` motorto
  2022-08-13 15:07 ` [PR PATCH] [Merged]: tigervnc: add a missing build depencency sgn
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-08-13 14:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tigervnc
https://github.com/void-linux/void-packages/pull/38647

tigervnc: missing-dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

Fix template building


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

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

From d89e8c6725b5f19508ed510bac012bc9bb5b721c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 13 Aug 2022 13:07:40 +0100
Subject: [PATCH] tigervnc: add a missing build depencency

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

diff --git a/srcpkgs/tigervnc/template b/srcpkgs/tigervnc/template
index 432505d58882..3e1d161859ed 100644
--- a/srcpkgs/tigervnc/template
+++ b/srcpkgs/tigervnc/template
@@ -6,7 +6,7 @@ _xorg_version=1.20.0
 build_style=cmake
 hostmakedepends="automake gettext xorg-util-macros font-util pkg-config libtool xtrans"
 makedepends="fltk-devel zlib-devel libXtst-devel libjpeg-turbo-devel pixman-devel
- xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel libdrm-devel"
+ xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel libdrm-devel libxshmfence-devel"
 depends="perl xauth xkeyboard-config"
 short_desc="High performance, multi-platform VNC client and server"
 maintainer="Evan Deaubl <evan@deaubl.name>"

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

* Re: [PR PATCH] [Updated] tigervnc: missing-dependency
  2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
                   ` (2 preceding siblings ...)
  2022-08-13 14:24 ` [PR PATCH] [Updated] " motorto
@ 2022-08-13 14:29 ` motorto
  2022-08-13 15:07 ` [PR PATCH] [Merged]: tigervnc: add a missing build depencency sgn
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2022-08-13 14:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages tigervnc
https://github.com/void-linux/void-packages/pull/38647

tigervnc: missing-dependency
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

Fix template building


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

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

From 71b6cf71217fbac7ac344b5df79354c54ddb4c39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sat, 13 Aug 2022 13:07:40 +0100
Subject: [PATCH] tigervnc: add a missing build depencency

---
 srcpkgs/tigervnc/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/tigervnc/template b/srcpkgs/tigervnc/template
index 432505d58882..8c1c1d360db3 100644
--- a/srcpkgs/tigervnc/template
+++ b/srcpkgs/tigervnc/template
@@ -6,7 +6,8 @@ _xorg_version=1.20.0
 build_style=cmake
 hostmakedepends="automake gettext xorg-util-macros font-util pkg-config libtool xtrans"
 makedepends="fltk-devel zlib-devel libXtst-devel libjpeg-turbo-devel pixman-devel
- xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel libdrm-devel"
+ xorgproto libxkbfile-devel libXrandr-devel libXfont2-devel gnutls-devel
+ libdrm-devel libxshmfence-devel"
 depends="perl xauth xkeyboard-config"
 short_desc="High performance, multi-platform VNC client and server"
 maintainer="Evan Deaubl <evan@deaubl.name>"

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

* Re: [PR PATCH] [Merged]: tigervnc: add a missing build depencency
  2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
                   ` (3 preceding siblings ...)
  2022-08-13 14:29 ` motorto
@ 2022-08-13 15:07 ` sgn
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-08-13 15:07 UTC (permalink / raw)
  To: ml

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

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

tigervnc: add a missing build depencency
https://github.com/void-linux/void-packages/pull/38647

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: NO

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

Fix template building


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

end of thread, other threads:[~2022-08-13 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-13 12:10 [PR PATCH] tigervnc: missing-dependency motorto
2022-08-13 13:54 ` paper42
2022-08-13 13:54 ` [PR REVIEW] " paper42
2022-08-13 14:24 ` [PR PATCH] [Updated] " motorto
2022-08-13 14:29 ` motorto
2022-08-13 15:07 ` [PR PATCH] [Merged]: tigervnc: add a missing build depencency sgn

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