[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/113: gnu: libxdmcp: Update to 1.1.5.
From: |
guix-commits |
Subject: |
20/113: gnu: libxdmcp: Update to 1.1.5. |
Date: |
Fri, 31 Jan 2025 04:12:04 -0500 (EST) |
iyzsong pushed a commit to branch master
in repository guix.
commit cbe7e8a649b7f148fff14acad25ab8e546549321
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:44:33 2024 +0800
gnu: libxdmcp: Update to 1.1.5.
* gnu/packages/xorg.scm (libxdmcp): Update to 1.1.5.
[propagated-inputs]: Add xorgproto.
Change-Id: Ie98ca8facd13c6b532e0aebb7f08264cf47bd5c8
---
gnu/packages/xorg.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index ef1d20d580..d999f23969 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1320,21 +1320,21 @@ with the Cygwin XWin server when running X11 in a
rootless mode.")
(define-public libxdmcp
(package
(name "libxdmcp")
- (version "1.1.3")
+ (version "1.1.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/lib/libXdmcp-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
+ "1312l8x3asib77wgf123w3nbabnky61mb6pnmmqapbf350l259fq"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
- (inputs (list xorgproto))
+ (propagated-inputs (list xorgproto)) ;required by xdmcp.pc
(native-inputs
(list pkg-config))
(home-page "https://www.x.org/wiki/")
- 11/113: gnu: editres: Update to 1.0.9., (continued)
- 11/113: gnu: editres: Update to 1.0.9., guix-commits, 2025/01/31
- 17/113: gnu: libfs: Update to 1.0.10., guix-commits, 2025/01/31
- 14/113: gnu: libxshmfence: Update to 1.3.3., guix-commits, 2025/01/31
- 19/113: gnu: libsm: Update to 1.2.5., guix-commits, 2025/01/31
- 03/113: gnu: lndir: Update to 1.0.5., guix-commits, 2025/01/31
- 05/113: gnu: xorgproto: Update to 2024.1., guix-commits, 2025/01/31
- 12/113: gnu: iceauth: Update to 1.0.10., guix-commits, 2025/01/31
- 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 <=
- 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, 2025/01/31
- 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