Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tracker: update to 3.5.0. #42967

Merged
merged 2 commits into from Mar 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 0 additions & 25 deletions srcpkgs/tracker-miners/patches/build.patch

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/tracker-miners/template
@@ -1,6 +1,6 @@
# Template file for 'tracker-miners'
pkgname=tracker-miners
version=3.4.3
version=3.5.0
revision=1
build_style=meson
build_helper=qemu
Expand All @@ -27,7 +27,7 @@ license="GPL-2.0-or-later"
homepage="https://tracker.gnome.org/"
changelog="https://gitlab.gnome.org/GNOME/tracker-miners/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/tracker-miners/${version%.*}/tracker-miners-${version}.tar.xz"
checksum=8e4f3976472641b648d0f8f20debae1b1629ca5b560b8616e117d29d756fbeeb
checksum=17966603dc432a98526b490586a48acd7f9f59935f7895dfc51729a46a6901a3
make_check=no # relies on unsupported ops in chroot

tracker3-miners_package() {
Expand Down
14 changes: 7 additions & 7 deletions 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',
8 changes: 6 additions & 2 deletions 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"
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