guix-commits
[Top][All Lists]
Advanced

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

02/12: gnu: libxpm: Ungraft.


From: guix-commits
Subject: 02/12: gnu: libxpm: Ungraft.
Date: Sun, 5 Nov 2023 23:11:30 -0500 (EST)

podiki pushed a commit to branch mesa-updates
in repository guix.

commit 4bcaa9b75b29ce594a0a8a42bfe260cbfb125a84
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Nov 5 00:21:00 2023 -0400

    gnu: libxpm: Ungraft.
    
    * gnu/packages/xorg.scm (libxpm): Update to 3.5.17.
    [replacement]: Remove.
    [source]: Update URL.
    (libxpm/fixed): Remove variable.
    
    Change-Id: If84b6093f90fdf7f751b1f25a32df5b478fd71cb
---
 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 4039f8675a..8f359c3e2f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1432,18 +1432,17 @@ treat it as part of their software base when porting.")
 (define-public libxpm
   (package
     (name "libxpm")
-    (version "3.5.13")
-    (replacement libxpm/fixed)
+    (version "3.5.17")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libXpm-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "09dc6nwlb2122h02vl64k9x56mxnyqz2gwpga0abfv4bb1bxmlcw"))))
+           "0hvf49qy55gwldpwpw7ihcmn5i2iinpjh2rbha63hzcy060izcv4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
@@ -1457,21 +1456,6 @@ treat it as part of their software base when porting.")
     (description "XPM (X Pixmap) image file format library.")
     (license license:x11)))
 
-(define-public libxpm/fixed
-  (package
-    (inherit libxpm)
-    (version "3.5.17")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (string-append
-               "mirror://xorg/individual/lib/libXpm-"
-               version
-               ".tar.xz"))
-        (sha256
-          (base32
-            "0hvf49qy55gwldpwpw7ihcmn5i2iinpjh2rbha63hzcy060izcv4"))))))
-
 (define-public libxres
   (package
     (name "libxres")



reply via email to

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