guix-commits
[Top][All Lists]
Advanced

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

18/27: gnu: Switch from presentproto to xorgproto.


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

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

commit 314144d2128f99e05312b6622734f645a6f5cac4
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 14:06:12 2018 +0100

    gnu: Switch from presentproto to xorgproto.
    
    * gnu/packages/gl.scm (mesa)[inputs]: Remove PRESENTPROTO.
    * gnu/packages/xorg.scm (xorg-server)[inputs]: Likewise.
    (presentproto)[properties]: Mark as superseded by XORGPROTO.
---
 gnu/packages/gl.scm   | 1 -
 gnu/packages/xorg.scm | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index daec4b5..7487573 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -262,7 +262,6 @@ also known as DXTn or DXTC) for Mesa.")
             (_
              `()))
         ("makedepend" ,makedepend)
-        ("presentproto" ,presentproto)
         ("wayland" ,wayland)
         ("wayland-protocols" ,wayland-protocols)))
     (native-inputs
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 825a40d..4d62c88 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1629,7 +1629,8 @@ window contents from a pixmap in a well defined fashion, 
synchronizing
 with the display refresh and potentially using a more efficient
 mechanism than copying the contents of the source pixmap.")
     (license (license:x11-style "file://presentproto.h"
-                                "See 'presentproto.h' in the distribution."))))
+                                "See 'presentproto.h' in the distribution."))
+    (properties `((superseded . ,xorgproto)))))
 
 (define-public printproto
   (package
@@ -5097,7 +5098,6 @@ over Xlib, including:
       `(("libpciaccess" ,libpciaccess)
         ("mesa" ,mesa)
         ("pixman" ,pixman)
-        ("presentproto" ,presentproto)
         ("renderproto" ,renderproto)
         ("resourceproto" ,resourceproto)
         ("scrnsaverproto" ,scrnsaverproto)



reply via email to

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