[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/113: gnu: setxkbmap: Update to 1.3.4.
From: |
guix-commits |
Subject: |
25/113: gnu: setxkbmap: Update to 1.3.4. |
Date: |
Mon, 27 Jan 2025 06:27:50 -0500 (EST) |
iyzsong pushed a commit to branch xorg-updates
in repository guix.
commit e67464dca27f75ae63f6c8c87f876d5dfe4940a8
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Sat Dec 28 16:48:46 2024 +0800
gnu: setxkbmap: Update to 1.3.4.
* gnu/packages/xorg.scm (setxkbmap): Update to 1.3.4.
[inputs]: Add libxrandr.
Change-Id: Ib8730fab2a47d1ae71b19cebfe73874984c20f8a
---
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 f5d2b4deb9..9bf4620a11 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -1903,20 +1903,20 @@ used with other display managers such as gdm or kdm.")
(define-public setxkbmap
(package
(name "setxkbmap")
- (version "1.3.2")
+ (version "1.3.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://xorg/individual/app/setxkbmap-"
version
- ".tar.bz2"))
+ ".tar.xz"))
(sha256
(base32
- "1xdrxs65v7d0rw1yaz0vsz55w4hxym99216p085ya9978j379wlg"))))
+ "1pps0x66512y3f7v6xgnb6gjbllsgi4q5zxmjcdiv60fsia8b3dy"))))
(build-system gnu-build-system)
(inputs
- (list libxkbfile xkeyboard-config libx11))
+ (list libxkbfile libxrandr xkeyboard-config libx11))
(native-inputs
(list pkg-config))
(arguments
- 69/113: gnu: libxcvt: Update to 0.1.3., (continued)
- 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, 2025/01/27
- 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 <=
- 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
- 38/113: gnu: xkbevd: Update to 1.1.6., guix-commits, 2025/01/27
- 40/113: gnu: xkbutils: Update to 1.0.6., guix-commits, 2025/01/27
- 50/113: gnu: xtrans: Update to 1.5.2., guix-commits, 2025/01/27
- 54/113: gnu: xorg-rgb: Update to 1.1.0., guix-commits, 2025/01/27
- 53/113: gnu: xwud: Update to 1.0.7., guix-commits, 2025/01/27
- 71/113: gnu: libxcursor: Update to 1.2.3., guix-commits, 2025/01/27
- 92/113: gnu: xf86-input-libinput: Update to 1.5.0., guix-commits, 2025/01/27
- 89/113: gnu: xf86-video-nouveau: Update to 1.0.18., guix-commits, 2025/01/27