guix-commits
[Top][All Lists]
Advanced

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

17/18: gnu: libx11: Absorb grafted replacement.


From: guix-commits
Subject: 17/18: gnu: libx11: Absorb grafted replacement.
Date: Fri, 12 Mar 2021 15:06:44 -0500 (EST)

lfam pushed a commit to branch wip-next-release
in repository guix.

commit a1d824f1863018b03db6e5de3044b8d067eb3fdb
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 12 14:26:58 2021 -0500

    gnu: libx11: Absorb grafted replacement.
    
    * gnu/packages/xorg.scm (libx11): Update to 1.6.12.
    [replacement]: Remove field.
    (libx11/fixed): Remove variable.
---
 gnu/packages/xorg.scm | 22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 3f16f2c..a2bb959 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5457,7 +5457,7 @@ draggable titlebars and borders.")
 (define-public libx11
   (package
     (name "libx11")
-    (version "1.6.10")
+    (version "1.6.12")
     (source
       (origin
         (method url-fetch)
@@ -5467,11 +5467,10 @@ draggable titlebars and borders.")
                ".tar.bz2"))
         (sha256
           (base32
-            "09k2pqmqbn2m1bpgl7jfxyqxaaxsnzbnp2bp8ycmqldqi5ln4j5g"))))
-    (replacement libx11/fixed)
+           "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))
     (build-system gnu-build-system)
     (outputs '("out"
-               "doc"))                            ;8 MiB of man pages + XML
+               "doc"))                            ;6.7 MiB of man pages + XML
     (arguments
      `(#:configure-flags
        (list (string-append "--mandir="
@@ -5496,21 +5495,6 @@ draggable titlebars and borders.")
     (description "Xorg Core X11 protocol client library.")
     (license license:x11)))
 
-(define-public libx11/fixed
-  (package
-    (inherit libx11)
-    (version "1.6.12")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "mirror://xorg/individual/lib/libX11-"
-               version
-               ".tar.bz2"))
-        (sha256
-          (base32
-            "1ivfzl1qwk8zh7gc0m5vb58gdxz11jwg7w3d356w16j1d5s2427i"))))))
-
 ;; packages of height 5 in the propagated-inputs tree
 
 (define-public libxcursor



reply via email to

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