From 1bdf5f5bd0c020ed16870a56728d07dc857868ea Mon Sep 17 00:00:00 2001 From: oreo639 Date: Thu, 23 Mar 2023 17:33:41 -0700 Subject: [PATCH] tracker: update to 3.5.0. --- srcpkgs/tracker/patches/disable-cli-test.patch | 14 +++++++------- srcpkgs/tracker/template | 8 ++++++-- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/srcpkgs/tracker/patches/disable-cli-test.patch b/srcpkgs/tracker/patches/disable-cli-test.patch index 7b3f9030292..98db4cbf3fe 100644 --- a/srcpkgs/tracker/patches/disable-cli-test.patch +++ b/srcpkgs/tracker/patches/disable-cli-test.patch @@ -1,11 +1,11 @@ fails to create database and then times out at creating a http server --- a/tests/functional-tests/meson.build +++ b/tests/functional-tests/meson.build -@@ -35,7 +35,6 @@ functional_tests = [ - 'collation', - 'ontology-changes', - 'ontology-rollback', -- 'cli', - 'portal', - ] +@@ -18,7 +18,6 @@ testconf.set('TEST_TAP_ENABLED', get_opt + subdir('config') + functional_tests = [ +- 'test_cli', + 'test_coalesce', + 'test_collation', + 'test_concurrent_query', diff --git a/srcpkgs/tracker/template b/srcpkgs/tracker/template index df004713e15..9ff3673492b 100644 --- a/srcpkgs/tracker/template +++ b/srcpkgs/tracker/template @@ -1,6 +1,6 @@ # Template file for 'tracker' pkgname=tracker -version=3.4.2 +version=3.5.0 revision=1 build_style=meson build_helper="gir" @@ -17,13 +17,17 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://wiki.gnome.org/Projects/Tracker" changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS" distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz" -checksum=4e6df142a4f704878fca98ebb5a224750e5ea546aa2aaabaa726a73540bd1731 +checksum=13294275dbbbad9634b3a8390c08e6f12bebfe84f6ccafb72b27b0c23ba8da2f make_check_pre="dbus-run-session" if [ "$CROSS_BUILD" ]; then hostmakedepends+=" dbus" fi +if [ "${XBPS_TARGET_WORDSIZE}" = "32" ]; then + make_check=ci-skip # Test float comparison and time issues on 32-bit +fi + post_patch() { if [ "$CROSS_BUILD" ]; then # Tell the build system that we have internal fts5 in sqlite3