GNU bug report logs - #77337
[PATCH 0/3] gnome: Replace libgnomekbd with tecla.

Previous Next

Package: guix-patches;

Reported by: Noé Lopez <noelopez <at> free.fr>

Date: Fri, 28 Mar 2025 13:23:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 77337 <at> debbugs.gnu.org (full text, mbox):

From: Noé Lopez <noelopez <at> free.fr>
To: 77337 <at> debbugs.gnu.org
Cc: Noé Lopez <noelopez <at> free.fr>
Subject: [PATCH 1/3] gnu: gnome-initial-setup: Replace libgnomekbd with tecla.
Date: Fri, 28 Mar 2025 14:25:57 +0100
This was changed in GNOME 45.

* gnu/packages/gnome.scm (gnome-initial-setup): Replace libgnomekbd with tecla.

Change-Id: I1fff5df07dbbb089a13b1d75095007064f2719c2
---
 gnu/packages/gnome.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 49c0c23c0c..3d1df8155d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1602,10 +1602,10 @@ (define-public gnome-initial-setup
               ;; Allow the "Preview" button in the keyboard layout
               ;; selection dialog to display the layout.
               (substitute* "gnome-initial-setup/pages/keyboard/cc-input-chooser.c"
-                (("\"gkbd-keyboard-display")
+                (("\"tecla")
                  (string-append "\"" (search-input-file
                                       inputs
-                                      "bin/gkbd-keyboard-display")))))))))
+                                      "bin/tecla")))))))))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")
@@ -1624,7 +1624,6 @@ (define-public gnome-initial-setup
            json-glib
            mit-krb5
            libadwaita
-           libgnomekbd
            libgweather4
            libnma
            libpwquality
@@ -1633,6 +1632,7 @@ (define-public gnome-initial-setup
            packagekit
            polkit
            rest-next
+           tecla
            upower
            webkitgtk))
     (synopsis "Initial setup wizard for GNOME desktop")
-- 
2.49.0





This bug report was last modified 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.