libmatekbd: update to 1.22.0.

This commit is contained in:
Thomas 2019-06-06 15:22:43 -04:00 committed by Helmut Pozimski
parent 6ffc19272a
commit 608f3dc593
2 changed files with 3 additions and 43 deletions

View file

@ -1,40 +0,0 @@
This function is now defined in glib-2.60
--- libmatekbd/matekbd-keyboard-config.c 2018-06-13 10:50:49.000000000 +0200
+++ libmatekbd/matekbd-keyboard-config.c 2019-04-11 15:47:04.968640566 +0200
@@ -48,35 +48,6 @@
MATEKBD_KEYBOARD_CONFIG_KEY_OPTIONS
};
-/*
- * static common functions
- */
-
-static gboolean
-g_strv_equal (gchar ** l1, gchar ** l2)
-{
- if (l1 == l2)
- return TRUE;
- if (l1 == NULL)
- return g_strv_length (l2) == 0;
- if (l2 == NULL)
- return g_strv_length (l1) == 0;
-
- while ((*l1 != NULL) && (*l2 != NULL)) {
- if (*l1 != *l2) {
- if (*l1 && *l2) {
- if (g_ascii_strcasecmp (*l1, *l2))
- return FALSE;
- } else
- return FALSE;
- }
-
- l1++;
- l2++;
- }
- return (*l1 == NULL) && (*l2 == NULL);
-}
-
gboolean
matekbd_keyboard_config_get_lv_descriptions (XklConfigRegistry *
config_registry,

View file

@ -1,7 +1,7 @@
# Template file for 'libmatekbd'
pkgname=libmatekbd
version=1.20.2
revision=3
version=1.22.0
revision=1
build_style=gnu-configure
build_helper="gir"
configure_args="--disable-static $(vopt_enable gir introspection)"
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://mate-desktop.org"
distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=21c3e307af2caf7fb552cfb1ea615b84acaa9f9993e7b988e3da6aa2e15d3fd0
checksum=c88ff0606f0581579804e97cf1f34fcebe739dc6fd41be1487552486823959b7
build_options="gir"
build_options_default="gir"