tracker: update to 3.5.0.
This commit is contained in:
parent
f20c92ae8e
commit
1bdf5f5bd0
|
@ -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',
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue