guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1.


From: iyzsong
Subject: [bug#75160] [PATCH xorg-updates 043/109] gnu: xfontsel: Update to 1.1.1.
Date: Sat, 28 Dec 2024 19:15:14 +0800

From: 宋文武 <iyzsong@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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]