Github messages for voidlinux
 help / color / mirror / Atom feed
From: travankor <travankor@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] cage: add Xwayland build option.
Date: Mon, 27 Jul 2020 23:51:31 +0200	[thread overview]
Message-ID: <20200727215131.3lzDEoiwa4V1BfnJIw-30I11o2THvu0fp6ZrOiydu9c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20755@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2020-07-27 21:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-08 12:59 [PR PATCH] " travankor
2020-07-27 19:00 ` ericonr
2020-07-27 19:09 ` ericonr
2020-07-27 21:51 ` travankor [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200727215131.3lzDEoiwa4V1BfnJIw-30I11o2THvu0fp6ZrOiydu9c@z \
    --to=travankor@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).