Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cage: add Xwayland build option.
@ 2020-04-08 12:59 travankor
  2020-07-27 19:00 ` ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: travankor @ 2020-04-08 12:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages cage
https://github.com/void-linux/void-packages/pull/20755

cage: add Xwayland build option.
None

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

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

From b6ee9c5409a6c6545b1c845f36b06340ed4f1282 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 8 Apr 2020 05:58:10 -0700
Subject: [PATCH] cage: add Xwayland build option.

---
 srcpkgs/cage/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 49342bf81c7..b24c32bfb6c 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -3,8 +3,11 @@ pkgname=cage
 version=0.1.1
 revision=2
 build_style=meson
+configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel"
-makedepends="xcb-util-wm-devel xcb-util-errors-devel libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
+makedepends="xcb-util-wm-devel xcb-util-errors-devel libxkbcommon-devel
+ pixman-devel wayland-devel wlroots-devel"
+depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
 maintainer="Illia Shestakov <ishestakov@airmail.cc>"
 license="MIT"
@@ -12,6 +15,9 @@ homepage="https://www.hjdskes.nl/projects/cage/"
 distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
 checksum=63efbe96cf307381f2bedf9b80153343e255970a70d612515da7dc325dd49478
 
+build_options="xwayland"
+desc_option_xwayland="Enable Xwayland support in cage"
+
 post_install() {
 	vlicense LICENSE
 	vdoc README.md

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
@ 2020-07-27 19:00 ` ericonr
  2020-07-27 19:09 ` ericonr
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-07-27 19:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-664579333

Comment:
Is it working with Xwayland? Last I tested it, it didn't work for me.

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
  2020-07-27 19:00 ` ericonr
@ 2020-07-27 19:09 ` ericonr
  2020-07-27 21:51 ` [PR PATCH] [Updated] " travankor
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-07-27 19:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-664583849

Comment:
Also I don't think this should be a build option. If someone knows enough to build it locally with this build option, they can also install xwayland manually.

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

* Re: [PR PATCH] [Updated] cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
  2020-07-27 19:00 ` ericonr
  2020-07-27 19:09 ` ericonr
@ 2020-07-27 21:51 ` travankor
  2020-07-27 22:01 ` travankor
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: travankor @ 2020-07-27 21:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages cage
https://github.com/void-linux/void-packages/pull/20755

cage: add Xwayland build option.
None

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

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

From 282f04bc1a753cf79f4094fc7bfe16073df996dc Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 8 Apr 2020 05:58:10 -0700
Subject: [PATCH] cage: add Xwayland build option.

---
 srcpkgs/cage/template | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/cage/template b/srcpkgs/cage/template
index 76ba731cc58..0deb83bc2d7 100644
--- a/srcpkgs/cage/template
+++ b/srcpkgs/cage/template
@@ -3,8 +3,11 @@ pkgname=cage
 version=0.1.2.1
 revision=1
 build_style=meson
+configure_args="$(vopt_bool xwayland xwayland)"
 hostmakedepends="pkg-config wayland-devel scdoc"
-makedepends="xcb-util-wm-devel xcb-util-errors-devel libxkbcommon-devel pixman-devel wayland-devel wlroots-devel"
+makedepends="xcb-util-wm-devel xcb-util-errors-devel libxkbcommon-devel
+ pixman-devel wayland-devel wlroots-devel"
+depends="$(vopt_if xwayland xorg-server-xwayland)"
 short_desc="Kiosk compositor for Wayland"
 maintainer="Illia Shestakov <ishestakov@airmail.cc>"
 license="MIT"
@@ -12,6 +15,9 @@ homepage="https://www.hjdskes.nl/projects/cage/"
 distfiles="https://github.com/Hjdskes/cage/archive/v${version}.tar.gz"
 checksum=38a3e3968f00cc58fe1d9448e972cfac7d1efa30c48699f09032f264101a55ac
 
+build_options="xwayland"
+desc_option_xwayland="Enable Xwayland support in cage"
+
 post_install() {
 	vlicense LICENSE
 }

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (2 preceding siblings ...)
  2020-07-27 21:51 ` [PR PATCH] [Updated] " travankor
@ 2020-07-27 22:01 ` travankor
  2020-07-27 22:20 ` ericonr
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: travankor @ 2020-07-27 22:01 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-664660591

Comment:
>Is it working with Xwayland? Last I tested it, it didn't work for me.

When was the last time you tested?

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (3 preceding siblings ...)
  2020-07-27 22:01 ` travankor
@ 2020-07-27 22:20 ` ericonr
  2020-07-27 22:26 ` ericonr
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-07-27 22:20 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-664667445

Comment:
Well, just now :p 

Xwayland seems to work with the wayland backend, even if it opens two windows (?), but doesn't work for the DRM backend.

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (4 preceding siblings ...)
  2020-07-27 22:20 ` ericonr
@ 2020-07-27 22:26 ` ericonr
  2020-08-03 13:09 ` ericonr
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-07-27 22:26 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-664667445

Comment:
Well, just now :p 

Xwayland seems to work with the wayland backend, even if it opens two windows (?), but doesn't work for the DRM backend.

I hadn't tested the wayland backend, in this case.

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (5 preceding siblings ...)
  2020-07-27 22:26 ` ericonr
@ 2020-08-03 13:09 ` ericonr
  2020-08-03 14:27 ` travankor
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-08-03 13:09 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-668013216

Comment:
@travankor would you like me to include this in #23793 ?

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (6 preceding siblings ...)
  2020-08-03 13:09 ` ericonr
@ 2020-08-03 14:27 ` travankor
  2020-08-04 20:06 ` ericonr
  2020-08-04 21:04 ` [PR PATCH] [Closed]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: travankor @ 2020-08-03 14:27 UTC (permalink / raw)
  To: ml

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

New comment by travankor on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-668053531

Comment:
Sure, go ahead.

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

* Re: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (7 preceding siblings ...)
  2020-08-03 14:27 ` travankor
@ 2020-08-04 20:06 ` ericonr
  2020-08-04 21:04 ` [PR PATCH] [Closed]: " ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2020-08-04 20:06 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/20755#issuecomment-668799317

Comment:
It did work, thanks! I made it default, ok?

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

* Re: [PR PATCH] [Closed]: cage: add Xwayland build option.
  2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
                   ` (8 preceding siblings ...)
  2020-08-04 20:06 ` ericonr
@ 2020-08-04 21:04 ` ahesford
  9 siblings, 0 replies; 11+ messages in thread
From: ahesford @ 2020-08-04 21:04 UTC (permalink / raw)
  To: ml

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

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

cage: add Xwayland build option.
https://github.com/void-linux/void-packages/pull/20755

Description:
None

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

end of thread, other threads:[~2020-08-04 21:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-08 12:59 [PR PATCH] cage: add Xwayland build option travankor
2020-07-27 19:00 ` ericonr
2020-07-27 19:09 ` ericonr
2020-07-27 21:51 ` [PR PATCH] [Updated] " travankor
2020-07-27 22:01 ` travankor
2020-07-27 22:20 ` ericonr
2020-07-27 22:26 ` ericonr
2020-08-03 13:09 ` ericonr
2020-08-03 14:27 ` travankor
2020-08-04 20:06 ` ericonr
2020-08-04 21:04 ` [PR PATCH] [Closed]: " ahesford

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