guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/27: gnu: Switch from xineramaproto to xorgproto.


From: Marius Bakke
Subject: 27/27: gnu: Switch from xineramaproto to xorgproto.
Date: Sat, 17 Mar 2018 19:21:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ba57d602e32b615b26bda0269470e1478e79a391
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 14:48:33 2018 +0100

    gnu: Switch from xineramaproto to xorgproto.
    
    * gnu/packages/xorg.scm (xineramaproto)[properties]: Mark as superseded by
    XORGPROTO.
    (libxinerama)[propagated-inputs]: Replace XINERAMAPROTO with XORGPROTO.
    (xorg-server)[propagated-inputs]: Remove XINERAMAPROTO.
---
 gnu/packages/xorg.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 83cb891..e2cfef3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3678,8 +3678,8 @@ This extension provides a common network protocol for 
querying information
 which may be provided by different underlying screen combination
 technologies in the X server, such as the original Xinerama multiplexer, or
 alternative implementations like XRandR or TwinView.")
-    (license license:x11)))
-
+    (license license:x11)
+    (properties `((superseded . ,xorgproto)))))
 
 (define-public xinput
   (package
@@ -4574,7 +4574,7 @@ cannot be adequately worked around on the client side of 
the wire.")
             "1qlqfvzw45gdzk9xirgwlp2qgj0hbsyiqj8yh8zml2bk2ygnjibs"))))
     (build-system gnu-build-system)
     (propagated-inputs
-      `(("xineramaproto" ,xineramaproto)))
+      `(("xorgproto" ,xorgproto)))
     (inputs
       `(("libxext" ,libxext)
         ("libx11" ,libx11)))
@@ -5093,7 +5093,6 @@ over Xlib, including:
       `(("libpciaccess" ,libpciaccess)
         ("mesa" ,mesa)
         ("pixman" ,pixman)
-        ("xineramaproto" ,xineramaproto)
         ("xorgproto" ,xorgproto)))
     (inputs
       `(("udev" ,eudev)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]