GNU bug report logs -
#75160
[PATCH xorg-updates 000/109] Xorg updates
Previous Next
Reported by: iyzsong <at> envs.net
Date: Sat, 28 Dec 2024 11:10:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #59 received at 75160 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* 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 2b403ec9f2..c34ec9f850 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1233,25 +1233,26 @@ (define-public libpthread-stubs
(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/")
--
2.46.0
This bug report was last modified 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.