[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/")
- 10/113: gnu: encodings: Update to 1.1.0., (continued)
- 10/113: gnu: encodings: Update to 1.1.0., guix-commits, 2025/01/22
- 09/113: gnu: font-util: Update to 1.4.1., guix-commits, 2025/01/22
- 13/113: gnu: libdmx: Update to 1.1.5., guix-commits, 2025/01/22
- 17/113: gnu: libfs: Update to 1.0.10., guix-commits, 2025/01/22
- 11/113: gnu: editres: Update to 1.0.9., guix-commits, 2025/01/22
- 18/113: gnu: libpciaccess: Update to 0.18.1., guix-commits, 2025/01/22
- 23/113: gnu: makedepend: Update to 1.0.9., guix-commits, 2025/01/22
- 12/113: gnu: iceauth: Update to 1.0.10., guix-commits, 2025/01/22
- 16/113: gnu: libfontenc: Update to 1.1.8., guix-commits, 2025/01/22
- 14/113: gnu: libxshmfence: Update to 1.3.3., guix-commits, 2025/01/22
- 19/113: gnu: libsm: Update to 1.2.5.,
guix-commits <=
- 21/113: gnu: libxkbfile: Update to 1.1.3., guix-commits, 2025/01/22
- 20/113: gnu: libxdmcp: Update to 1.1.5., guix-commits, 2025/01/22
- 24/113: gnu: mkfontscale: Update to 1.2.3., guix-commits, 2025/01/22
- 26/113: gnu: x11perf: Update to 1.7.0., guix-commits, 2025/01/22
- 25/113: gnu: setxkbmap: Update to 1.3.4., guix-commits, 2025/01/22
- 31/113: gnu: xcb-proto: Update to 1.17.0., guix-commits, 2025/01/22
- 34/113: gnu: xdpyinfo: Update to 1.3.4., guix-commits, 2025/01/22
- 44/113: gnu: xorg-sgml-doctools: Update to 1.12.1., guix-commits, 2025/01/22
- 57/113: gnu: libxinerama: Update to 1.1.5., guix-commits, 2025/01/22
- 59/113: gnu: libxtst: Update to 1.2.5., guix-commits, 2025/01/22