mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
telepathy-mission-control: update to 5.16.5.
This commit is contained in:
parent
ff4f3ef7e5
commit
c82b7630d7
2 changed files with 30 additions and 2 deletions
|
@ -0,0 +1,28 @@
|
|||
From d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||
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
|
||||
|
|
@ -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 <orphan@voidlinux.org>"
|
|||
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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue