Bjørn Lie
27b62d8d42
- Rebase patches with quilt. - Use ldconfig_scriptlets macro for post(un) handling. - Update to version 3.28.0: + Require GLib 2.44 + Modernize the codebase + Avoid several crashes + Fix RTL issues + Add meson build system + Updated translations. - Add libtool BuildRequires and call autgen.sh in build phase: the tarball was geneated using meson and does not contain configure. It is not possible (yet) to use meson as build system though, as the installation turns out to be incomplete. - Drop libgnomekbd_avoid_implicit_definition.patch: Fixed upstream. (bnc#1034390). OBS-URL: https://build.opensuse.org/request/show/999122 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgnomekbd?expand=0&rev=89
14 lines
553 B
Diff
14 lines
553 B
Diff
Index: libgnomekbd-3.28.0/libgnomekbd/gkbd-keyboard-drawing.c
|
|
===================================================================
|
|
--- libgnomekbd-3.28.0.orig/libgnomekbd/gkbd-keyboard-drawing.c
|
|
+++ libgnomekbd-3.28.0/libgnomekbd/gkbd-keyboard-drawing.c
|
|
@@ -2734,7 +2734,7 @@ gkbd_keyboard_drawing_dialog_set_layout
|
|
XklConfigRegistry * registry,
|
|
const gchar * full_layout)
|
|
{
|
|
- const gchar *layout_name = "?";
|
|
+ const gchar *layout_name = "default";
|
|
XklConfigItem *xki = xkl_config_item_new ();
|
|
gchar *layout = NULL, *variant = NULL;
|
|
|