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
View this message in rfc822 format
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xorg.scm (libxmu): Update to 1.2.1.
[propagated-inputs]: Add libx11, libxt, xorgproto and libxext.
Change-Id: I7eb1595b0942b5a42d870a7943f3400bc884d944
---
gnu/packages/xorg.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 58f3808435..d60d6e675f 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1405,22 +1405,23 @@ (define-public libxkbfile
(define-public libxmu
(package
(name "libxmu")
- (version "1.1.3")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXmu-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0cdpqnx6258i4l6qhphvkdiyspysg0i5caqjy820kp63wwjk4d4w"))))
+ "1cp82iz7yki63iykvb3alwy4nwy01k2axi5rqpyfafca4j9pgcpw"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
- (inputs
- (list libxt xorgproto libxext))
+ (propagated-inputs
+ ;; In Requires or Requires.private of xmu.pc
+ (list libx11 libxt xorgproto libxext))
(native-inputs
(list pkg-config))
(home-page "https://www.x.org/wiki/")
--
2.46.0
This bug report was last modified 169 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.