summaryrefslogtreecommitdiff
path: root/gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch')
-rw-r--r--gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch b/gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch
deleted file mode 100644
index c6bcf66160f9..000000000000
--- a/gnome-base/libgnomekbd/files/3.26.0-glib-2.60-compat.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 7e0b6f0a96477c5d12434231ea413d3a16658ed0 Mon Sep 17 00:00:00 2001
-From: Abderrahim Kitouni <akitouni@gnome.org>
-Date: Tue, 18 Dec 2018 10:54:06 +0100
-Subject: [PATCH] rename g_strv_equal to gkbd_strv_equal
-
-it conflicts with the newly added g_strv_equal in glib
----
- libgnomekbd/gkbd-keyboard-config.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libgnomekbd/gkbd-keyboard-config.c b/libgnomekbd/gkbd-keyboard-config.c
-index bbe6904..00dc429 100644
---- a/libgnomekbd/gkbd-keyboard-config.c
-+++ b/libgnomekbd/gkbd-keyboard-config.c
-@@ -52,7 +52,7 @@ const gchar *GKBD_KEYBOARD_CONFIG_ACTIVE[] = {
- */
-
- static gboolean
--g_strv_equal (gchar ** l1, gchar ** l2)
-+gkbd_strv_equal (gchar ** l1, gchar ** l2)
- {
- if (l1 == l2)
- return TRUE;
-@@ -555,7 +555,7 @@ gkbd_keyboard_config_equals (GkbdKeyboardConfig * kbd_config1,
- (kbd_config2->model != NULL) &&
- g_ascii_strcasecmp (kbd_config1->model, kbd_config2->model))
- return False;
-- if (!g_strv_equal (kbd_config1->layouts_variants,
-+ if (!gkbd_strv_equal (kbd_config1->layouts_variants,
- kbd_config2->layouts_variants))
- return False;
-
---
-2.17.0
-