unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eric Bavier <ericbavier@openmailbox.org>
To: David Craven <david@craven.ch>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: xorg-server: Enable Xephyr.
Date: Tue, 23 Aug 2016 01:45:06 -0500	[thread overview]
Message-ID: <20160823014506.59f9f0e1@openmailbox.org> (raw)
In-Reply-To: <20160822202302.11716-1-david@craven.ch>

On Mon, 22 Aug 2016 22:23:02 +0200
David Craven <david@craven.ch> wrote:

> * gnu/packages/xorg.scm (xorg-server)[inputs]: Add xcb-util, xcb-util-image,
> xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm.
> [arguments]: Add '--enable-kdrive' and '--enable-xephyr' configure-flags.
> ---
>  gnu/packages/xorg.scm | 13 +++++++++++--
>  1 file changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
> index b24e437..9c87602 100644
> --- a/gnu/packages/xorg.scm
> +++ b/gnu/packages/xorg.scm
> @@ -5088,7 +5088,13 @@ over Xlib, including:
>          ("xkbcomp" ,xkbcomp)
>          ("xkeyboard-config" ,xkeyboard-config)
>          ("xtrans" ,xtrans)
> -        ("zlib" ,zlib)))
> +        ("zlib" ,zlib)
> +        ;; Inputs for Xephyr
> +        ("xcb-util" ,xcb-util)
> +        ("xcb-util-image" ,xcb-util-image)
> +        ("xcb-util-keysyms" ,xcb-util-keysyms)
> +        ("xcb-util-renderutil" ,xcb-util-renderutil)
> +        ("xcb-util-wm" ,xcb-util-wm)))
>      (native-inputs
>         `(("python" ,python-minimal-wrapper)
>           ("pkg-config" ,pkg-config)))
> @@ -5106,7 +5112,10 @@ over Xlib, including:
>                              "/bin")
>  
>               ;; For the log file, etc.
> -             "--localstatedir=/var")
> +             "--localstatedir=/var"
> +             ;; For sddm
> +             "--enable-kdrive"
> +             "--enable-xephyr")
>  
>         #:phases (alist-cons-before
>                   'configure 'pre-configure

This seems alright, and a welcome addition, to me.  It builds fine
for me, and `guix size xorg-server` reports <5MiB size increase
(226MiB to 231MiB).

`guix refresh -l xorg-server` says 369 dependent packages. Should this
be put on core-updates?  What do others think?

`~Eric

  reply	other threads:[~2016-08-23  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-22 20:23 [PATCH] gnu: xorg-server: Enable Xephyr David Craven
2016-08-23  6:45 ` Eric Bavier [this message]
2016-08-23 10:50   ` David Craven

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20160823014506.59f9f0e1@openmailbox.org \
    --to=ericbavier@openmailbox.org \
    --cc=david@craven.ch \
    --cc=guix-devel@gnu.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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).