guix-commits
[Top][All Lists]
Advanced

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

19/113: gnu: libsm: Update to 1.2.5.


From: guix-commits
Subject: 19/113: gnu: libsm: Update to 1.2.5.
Date: Wed, 22 Jan 2025 05:07:10 -0500 (EST)

iyzsong pushed a commit to branch xorg-updates
in repository guix.

commit ff475e3b6f079e8a650c471ad78c692b2c621c64
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:43:06 2024 +0800

    gnu: libsm: Update to 1.2.5.
    
    * gnu/packages/xorg.scm (libsm): Update to 1.2.5.
    [propagated-inputs]: Add util-linux:lib and xorgproto.
    
    Change-Id: Ie6fe2c6011528425fd540a1608320c4f21a5ec56
---
 gnu/packages/xorg.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 881a9de1ca..ef1d20d580 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1234,25 +1234,26 @@ hit when running single-threaded.")
 (define-public libsm
   (package
     (name "libsm")
-    (version "1.2.3")
+    (version "1.2.5")
     (source
       (origin
         (method url-fetch)
         (uri (string-append
                "mirror://xorg/individual/lib/libSM-"
                version
-               ".tar.bz2"))
+               ".tar.xz"))
         (sha256
           (base32
-            "1fwwfq9v3sqmpzpscymswxn76xhxnysa24pfim1mcpxhvjcl89id"))))
+            "1g10pn1zhcyc1ys8skp6p46gn6qgkif8kqdwlz1hsrzgllny3y9a"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '("--disable-static")))
     (propagated-inputs
-      (list libice)) ; SMlib.h includes ICElib.h
-    (inputs
-      `(("xtrans" ,xtrans)
-        ("libuuid" ,util-linux "lib")))
+     ;; In Require.private of sm.pc
+     (list libice
+           (list util-linux "lib")
+           xorgproto))
+    (inputs (list xtrans))
     (native-inputs
       (list pkg-config))
     (home-page "https://www.x.org/wiki/";)



reply via email to

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