[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/113: gnu: libxmu: Update to 1.2.1.
From: |
guix-commits |
Subject: |
22/113: gnu: libxmu: Update to 1.2.1. |
Date: |
Fri, 31 Jan 2025 04:12:04 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit 49c319204134233dfbebe64474602a3e73b2d169
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:46:00 2024 +0800
gnu: libxmu: Update to 1.2.1.
* 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 60205ae47c..f4c4c1a07e 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1406,22 +1406,23 @@ configuration files.")
(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/")
- 13/113: gnu: libdmx: Update to 1.1.5., (continued)
- 13/113: gnu: libdmx: Update to 1.1.5., guix-commits, 2025/01/31
- 16/113: gnu: libfontenc: Update to 1.1.8., guix-commits, 2025/01/31
- 18/113: gnu: libpciaccess: Update to 0.18.1., guix-commits, 2025/01/31
- 20/113: gnu: libxdmcp: Update to 1.1.5., guix-commits, 2025/01/31
- 21/113: gnu: libxkbfile: Update to 1.1.3., guix-commits, 2025/01/31
- 24/113: gnu: mkfontscale: Update to 1.2.3., guix-commits, 2025/01/31
- 27/113: gnu: xauth: Update to 1.1.3., guix-commits, 2025/01/31
- 33/113: gnu: xcursor-themes: Update to 1.0.7., guix-commits, 2025/01/31
- 25/113: gnu: setxkbmap: Update to 1.3.4., guix-commits, 2025/01/31
- 35/113: gnu: libevdev: Update to 1.13.3., guix-commits, 2025/01/31
- 22/113: gnu: libxmu: Update to 1.2.1.,
guix-commits <=
- 23/113: gnu: makedepend: Update to 1.0.9., guix-commits, 2025/01/31
- 29/113: gnu: xbitmaps: Update to 1.1.3., guix-commits, 2025/01/31
- 32/113: gnu: xcmsdb: Update to 1.0.7., guix-commits, 2025/01/31
- 41/113: gnu: xlsfonts: Update to 1.0.8., guix-commits, 2025/01/31
- 15/113: gnu: bdftopcf: Update to 1.1.2., guix-commits, 2025/01/31
- 45/113: gnu: xpr: Update to 1.2.0., guix-commits, 2025/01/31
- 51/113: gnu: xwd: Update to 1.0.9., guix-commits, 2025/01/31
- 56/113: gnu: libxext: Update to 1.3.6., guix-commits, 2025/01/31
- 60/113: gnu: libxv: Update to 1.0.13., guix-commits, 2025/01/31
- 40/113: gnu: xkbutils: Update to 1.0.6., guix-commits, 2025/01/31