all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: xorg-server: Enable Xephyr.
@ 2016-08-22 20:23 David Craven
  2016-08-23  6:45 ` Eric Bavier
  0 siblings, 1 reply; 3+ messages in thread
From: David Craven @ 2016-08-22 20:23 UTC (permalink / raw)
  To: guix-devel

* 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
-- 
2.9.0

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

* Re: [PATCH] gnu: xorg-server: Enable Xephyr.
  2016-08-22 20:23 [PATCH] gnu: xorg-server: Enable Xephyr David Craven
@ 2016-08-23  6:45 ` Eric Bavier
  2016-08-23 10:50   ` David Craven
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bavier @ 2016-08-23  6:45 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

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

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

* Re: [PATCH] gnu: xorg-server: Enable Xephyr.
  2016-08-23  6:45 ` Eric Bavier
@ 2016-08-23 10:50   ` David Craven
  0 siblings, 0 replies; 3+ messages in thread
From: David Craven @ 2016-08-23 10:50 UTC (permalink / raw)
  To: Eric Bavier; +Cc: guix-devel

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

I'll add it to core-updates.

Thanks!

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

end of thread, other threads:[~2016-08-23 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-22 20:23 [PATCH] gnu: xorg-server: Enable Xephyr David Craven
2016-08-23  6:45 ` Eric Bavier
2016-08-23 10:50   ` David Craven

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.