guix-commits
[Top][All Lists]
Advanced

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

05/27: gnu: Switch from fixesproto to xorgproto.


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

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

commit 89ad4fc6b3836ebb409c6cebac7e8ac3e5bfdf71
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 12:57:28 2018 +0100

    gnu: Switch from fixesproto to xorgproto.
    
    * gnu/packages/xorg.scm (compositeproto)[inputs]: Replace FIXESPROTO with 
XORGPROTO.
    (libxfixes)[propagated-inputs]: Likewise.
    [inputs]: Remove XORGPROTO.
    (fixesproto)[properties]: Mark as superseded by XORGPROTO.
---
 gnu/packages/xorg.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 19767b0..4e97481 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -265,7 +265,7 @@ requests that exceed 262140 bytes in length.")
             "1z0crmf669hirw4s7972mmp8xig80kfndja9h559haqbpvq5k4q4"))))
     (build-system gnu-build-system)
     (inputs
-      `(("fixesproto" ,fixesproto)))
+      `(("xorgproto" ,xorgproto)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)
@@ -4504,8 +4504,8 @@ formatted dump file, such as produced by xwd.")
      "Fixes Extension makes changes to many areas of the protocol to resolve
 issues raised by application interaction with core protocol mechanisms that
 cannot be adequately worked around on the client side of the wire.")
-    (license license:x11)))
-
+    (license license:x11)
+    (properties `((superseded . ,xorgproto)))))
 
 (define-public libxdamage
   (package
@@ -4854,10 +4854,9 @@ an X Window System display.")
             "1miana3y4hwdqdparsccmygqr3ic3hs5jrqfzp70hvi2zwxd676y"))))
     (build-system gnu-build-system)
     (propagated-inputs
-      `(("fixesproto" ,fixesproto)))
+      `(("xorgproto" ,xorgproto)))
     (inputs
-      `(("xorgproto" ,xorgproto)
-        ("libx11" ,libx11)))
+      `(("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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