guix-commits
[Top][All Lists]
Advanced

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

06/27: gnu: Switch from compositeproto to xorgproto.


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

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

commit 3bad0d842e0ccd7c85da6b67e08ddde720e5fd94
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 10 13:01:29 2018 +0100

    gnu: Switch from compositeproto to xorgproto.
    
    * gnu/packages/xorg.scm (compositeproto)[properties]: Mark as superseded by
    XORGPROTO.
    (libxcomposite)[propagated-inputs]: Remove COMPOSITEPROTO.
    (xorg-server)[inputs]: Likewise.
    * gnu/packages/enlightenment.scm (efl)[inputs]: Likewise.
---
 gnu/packages/enlightenment.scm |  1 -
 gnu/packages/xorg.scm          | 10 ++++------
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm
index ca6b3dd..f3374ea 100644
--- a/gnu/packages/enlightenment.scm
+++ b/gnu/packages/enlightenment.scm
@@ -76,7 +76,6 @@
      `(("pkg-config" ,pkg-config)))
     (inputs
      `(("alsa-lib" ,alsa-lib)
-       ("compositeproto" ,compositeproto)
        ("curl" ,curl)
        ("ghostscript" ,ghostscript)
        ("giflib" ,giflib)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4e97481..bd84fec 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -273,8 +273,8 @@ requests that exceed 262140 bytes in length.")
     (description
      "Composite Extension contains header files and documentation for
 the damage protocol.")
-    (license license:x11)))
-
+    (license license:x11)
+    (properties `((superseded . ,xorgproto)))))
 
 (define-public damageproto
   (package
@@ -1281,8 +1281,7 @@ with the Cygwin XWin server when running X11 in a 
rootless mode.")
      ;; xcomposite.pc refers to all these.
       `(("xorgproto" ,xorgproto)
         ("libxfixes" ,libxfixes)
-        ("libx11" ,libx11)
-        ("compositeproto" ,compositeproto)))
+        ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
     (home-page "https://www.x.org/wiki/";)
@@ -5120,8 +5119,7 @@ over Xlib, including:
         ("xf86driproto" ,xf86driproto)
         ("xorgproto" ,xorgproto)))
     (inputs
-      `(("compositeproto" ,compositeproto)
-        ("damageproto" ,damageproto)
+      `(("damageproto" ,damageproto)
         ("udev" ,eudev)
         ("dbus" ,dbus)
         ("dmxproto" ,dmxproto)



reply via email to

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