From e8447e42b4538db61e50717877a95f68cac1314c Mon Sep 17 00:00:00 2001 From: chrysos349 Date: Fri, 19 Apr 2024 17:12:00 +0300 Subject: [PATCH] folks: update to 0.15.9 --- srcpkgs/folks/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/folks/template b/srcpkgs/folks/template index 03f009584cb0b7..258b9081724e89 100644 --- a/srcpkgs/folks/template +++ b/srcpkgs/folks/template @@ -1,6 +1,6 @@ # Template file for 'folks' pkgname=folks -version=0.15.8 +version=0.15.9 revision=1 build_style=meson build_helper="gir" @@ -17,8 +17,11 @@ license="LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/Folks" changelog="https://gitlab.gnome.org/GNOME/folks/-/raw/master/NEWS" distfiles="${GNOME_SITE}/folks/${version%.*}/folks-${version}.tar.xz" -checksum=954a6afb3e378f01d310fd443790f235cb0eb71e2139cff4f05f09ab725e49c2 +checksum=2311b37355c351f33f163fdc394874a22a0a0682c319493d6d8a6e420711415f make_check_pre="dbus-run-session" +# FIXME: test failures with glib 2.80 +# https://gitlab.gnome.org/GNOME/folks/-/issues/140 +make_check=no # disable parallelism to fix some failing tests in the ci export MESON_TESTTHREADS=1