Skip to content

Commit

Permalink
tracker: update to 3.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oreo639 authored and paper42 committed Mar 24, 2023
1 parent f20c92a commit 1bdf5f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
14 changes: 7 additions & 7 deletions srcpkgs/tracker/patches/disable-cli-test.patch
Original file line number Diff line number Diff line change
@@ -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',
8 changes: 6 additions & 2 deletions srcpkgs/tracker/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 1bdf5f5

Please sign in to comment.