[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/113: gnu: libx11: Update to 1.8.10.
From: |
guix-commits |
Subject: |
70/113: gnu: libx11: Update to 1.8.10. |
Date: |
Mon, 27 Jan 2025 06:27:58 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit 9406a4662eed73a5c8a35be66327b2ff515218d0
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 18:16:57 2024 +0800
gnu: libx11: Update to 1.8.10.
* gnu/packages/xorg.scm (libx11): Update to 1.8.10.
[native-inputs]: Remove xorgproto, which is already in propagated-inputs.
Change-Id: If0199b5ce3e8f098a7858a11e17e027131924b7d
---
gnu/packages/xorg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 73c7a53f13..59e94ecebe 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5381,7 +5381,7 @@ Wayland.")
(define-public libx11
(package
(name "libx11")
- (version "1.8.7")
+ (version "1.8.10")
(source
(origin
(method url-fetch)
@@ -5389,7 +5389,7 @@ Wayland.")
version ".tar.xz"))
(sha256
(base32
- "1vlrgrdibp4lr84wgmsdy1ihzaai8bvvqc68npi1m19wir36gwh5"))))
+ "0lywvwsz92j7isglvw2227g3na4ghyspvsvblpf43ns7jfnksfrb"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;8 MiB of man pages + XML
@@ -5405,7 +5405,7 @@ Wayland.")
(inputs
(list xtrans))
(native-inputs
- (list pkg-config xorgproto))
+ (list pkg-config))
(home-page "https://www.x.org/wiki/")
(synopsis "Xorg Core X11 protocol client library")
(description "Xorg Core X11 protocol client library.")
- 44/113: gnu: xorg-sgml-doctools: Update to 1.12.1., (continued)
- 44/113: gnu: xorg-sgml-doctools: Update to 1.12.1., guix-commits, 2025/01/27
- 49/113: gnu: xrefresh: Update to 1.1.0., guix-commits, 2025/01/27
- 43/113: gnu: xmodmap: Update to 1.0.11., guix-commits, 2025/01/27
- 48/113: gnu: xrdb: Update 1.2.2., guix-commits, 2025/01/27
- 52/113: gnu: xwininfo: Update to 1.1.6., guix-commits, 2025/01/27
- 60/113: gnu: libxv: Update to 1.0.13., guix-commits, 2025/01/27
- 61/113: gnu: libice: Update to 1.1.2., guix-commits, 2025/01/27
- 65/113: gnu: libxrandr: Update to 1.5.4., guix-commits, 2025/01/27
- 69/113: gnu: libxcvt: Update to 0.1.3., guix-commits, 2025/01/27
- 68/113: gnu: libxcb: Update to 1.17.0., guix-commits, 2025/01/27
- 70/113: gnu: libx11: Update to 1.8.10.,
guix-commits <=
- 80/113: gnu: libxaw3d: Update to 1.6.6., guix-commits, 2025/01/27
- 81/113: gnu: libxpresent: Update to 1.0.1., guix-commits, 2025/01/27
- 78/113: gnu: xcb-util-renderutil: Update to 0.3.10., guix-commits, 2025/01/27
- 84/113: gnu: xcompmgr: Update to 1.1.10., guix-commits, 2025/01/27
- 91/113: gnu: xf86-input-evdev: Update to 2.11.0., guix-commits, 2025/01/27
- 106/113: gnu: xf86-video-siliconmotion: Update to 1.7.10., guix-commits, 2025/01/27
- 105/113: gnu: xf86-video-r128: Update to 6.13.0., guix-commits, 2025/01/27
- 25/113: gnu: setxkbmap: Update to 1.3.4., guix-commits, 2025/01/27
- 10/113: gnu: encodings: Update to 1.1.0., guix-commits, 2025/01/27
- 36/113: gnu: xkbcomp: Update to 1.4.7., guix-commits, 2025/01/27