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
Message #134 received at 75160 <at> debbugs.gnu.org (full text, mbox):
From: 宋文武 <iyzsong <at> member.fsf.org>
* gnu/packages/xorg.scm (xfontsel): Update to 1.1.1.
[native-inputs]: Add gettext-minimal.
Change-Id: I16f0a2747e0ba6a7a39959ba94846c55c9375f21
---
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 66418d6370..64f1d754e4 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -3979,7 +3979,7 @@ (define-public xlsfonts
(define-public xfontsel
(package
(name "xfontsel")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3987,7 +3987,7 @@ (define-public xfontsel
version ".tar.xz"))
(sha256
(base32
- "1d6ifx6sw97mmr00bhfakyx2f94w14yswxc68sw49zmvawrjq18p"))))
+ "1j827aiv7lsr2y7jgmv6pb5wmr2l3r3nd2pys0z2a0bpi9jqcjvs"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -3996,7 +3996,7 @@ (define-public xfontsel
(inputs
(list libx11 libxaw libxmu libxt))
(native-inputs
- (list pkg-config))
+ (list gettext-minimal pkg-config))
(home-page "https://www.x.org/wiki/")
(synopsis "Browse and select X font names")
(description
--
2.46.0
This bug report was last modified 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.