telepathy-mission-control: update to 5.16.6.

Only python3 is needed as headers are not needed to build.
This commit is contained in:
Joel Beckmeyer 2022-08-12 13:13:20 -04:00 committed by classabbyamp
parent 868cb01445
commit 241b0b85ce
2 changed files with 5 additions and 33 deletions

View File

@ -1,28 +0,0 @@
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
--- a/src/mcd-account.c
+++ b/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

View File

@ -2,19 +2,19 @@
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.5
version=5.16.6
revision=1
build_style=gnu-configure
configure_args="--disable-static --enable-gnome-keyring --disable-schemas-compile"
hostmakedepends="pkg-config python-devel intltool libxslt glib-devel"
hostmakedepends="pkg-config python3 intltool libxslt glib-devel"
makedepends="libglib-devel telepathy-glib-devel NetworkManager-devel libgnome-keyring-devel"
depends="telepathy-glib>=0.22"
short_desc="Account manager and channel dispatcher for the Telepathy framework"
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=4c6b433b8b9079fd7df3e29aefcad6755a2081a9a634ffb6b33936c7d0d8bd03
homepage="https://telepathy.freedesktop.org"
distfiles="https://telepathy.freedesktop.org/releases/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45
telepathy-mission-control-devel_package() {
depends="telepathy-glib-devel>=0.22 ${sourcepkg}>=${version}"