[bug#77337,1/3] gnu: gnome-initial-setup: Replace libgnomekbd with tecla.

Message ID 5c9e32cdfbf861f9a87663ea7cd4be1ca8a739e6.1743157379.git.noelopez@free.fr
State New
Headers
Series gnome: Replace libgnomekbd with tecla. |

Commit Message

NoƩ Lopez March 28, 2025, 1:25 p.m. UTC
  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(-)
  

Patch

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")