From aad5e7919921753511a5df10fb2e8b8283c1ad67 Mon Sep 17 00:00:00 2001 From: Nafis Date: Sat, 25 Apr 2020 07:36:17 +0600 Subject: [PATCH] telepathy-mission-control: update to 5.16.5. --- .../patches/account-Fix-property-name.patch | 28 +++++++++++++++++++ srcpkgs/telepathy-mission-control/template | 4 +-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/telepathy-mission-control/patches/account-Fix-property-name.patch diff --git a/srcpkgs/telepathy-mission-control/patches/account-Fix-property-name.patch b/srcpkgs/telepathy-mission-control/patches/account-Fix-property-name.patch new file mode 100644 index 00000000000..f32752fd1d9 --- /dev/null +++ b/srcpkgs/telepathy-mission-control/patches/account-Fix-property-name.patch @@ -0,0 +1,28 @@ +From d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Thu, 19 Dec 2019 13:37:49 +0100 +Subject: [PATCH] account: Fix property name + +Spaces are not valid characters in property names, and never were. +Until recently GLib silently fixed up the name by replacing the +space with '-', but now tightened up the validation. +--- + src/mcd-account.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git src/mcd-account.c src/mcd-account.c +index 8009110e..de5c61cf 100644 +--- src/mcd-account.c ++++ src/mcd-account.c +@@ -3442,7 +3442,7 @@ mcd_account_class_init (McdAccountClass * klass) + + g_object_class_install_property + (object_class, PROP_CONNECTIVITY_MONITOR, +- g_param_spec_object ("connectivity monitor", ++ g_param_spec_object ("connectivity-monitor", + "Connectivity monitor", + "Connectivity monitor", + MCD_TYPE_CONNECTIVITY_MONITOR, +-- +2.24.1 + diff --git a/srcpkgs/telepathy-mission-control/template b/srcpkgs/telepathy-mission-control/template index 43c41c5d674..f539aa07f1c 100644 --- a/srcpkgs/telepathy-mission-control/template +++ b/srcpkgs/telepathy-mission-control/template @@ -2,7 +2,7 @@ pkgname=telepathy-mission-control reverts="5:5.16.4_1 5:5.16.1_2 5:5.16.1_1 5:5.16.0_2 5:5.16.0_1 5:5.15.1_1 5:5.14.1_1 2:5.14.1_1 1:5.14.1_1" -version=5.16.4 +version=5.16.5 revision=1 build_style=gnu-configure configure_args="--disable-static --enable-gnome-keyring --disable-schemas-compile" @@ -14,7 +14,7 @@ maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="http://telepathy.freedesktop.org" distfiles="${homepage}/releases/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=9769ddac7ad8aad21f6db854016792162b57e6fa0b0aed8d823d76a71fe7e6cb +checksum=4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03 telepathy-mission-control-devel_package() { depends="telepathy-glib-devel>=0.22 ${sourcepkg}>=${version}"