mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tracker: update to 3.5.0.
This commit is contained in:
parent
f20c92ae8e
commit
1bdf5f5bd0
2 changed files with 13 additions and 9 deletions
|
@ -1,11 +1,11 @@
|
||||||
fails to create database and then times out at creating a http server
|
fails to create database and then times out at creating a http server
|
||||||
--- a/tests/functional-tests/meson.build
|
--- a/tests/functional-tests/meson.build
|
||||||
+++ b/tests/functional-tests/meson.build
|
+++ b/tests/functional-tests/meson.build
|
||||||
@@ -35,7 +35,6 @@ functional_tests = [
|
@@ -18,7 +18,6 @@ testconf.set('TEST_TAP_ENABLED', get_opt
|
||||||
'collation',
|
subdir('config')
|
||||||
'ontology-changes',
|
|
||||||
'ontology-rollback',
|
|
||||||
- 'cli',
|
|
||||||
'portal',
|
|
||||||
]
|
|
||||||
|
|
||||||
|
functional_tests = [
|
||||||
|
- 'test_cli',
|
||||||
|
'test_coalesce',
|
||||||
|
'test_collation',
|
||||||
|
'test_concurrent_query',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tracker'
|
# Template file for 'tracker'
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
version=3.4.2
|
version=3.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
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"
|
homepage="https://wiki.gnome.org/Projects/Tracker"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/tracker/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/tracker/${version%.*}/tracker-${version}.tar.xz"
|
||||||
checksum=4e6df142a4f704878fca98ebb5a224750e5ea546aa2aaabaa726a73540bd1731
|
checksum=13294275dbbbad9634b3a8390c08e6f12bebfe84f6ccafb72b27b0c23ba8da2f
|
||||||
make_check_pre="dbus-run-session"
|
make_check_pre="dbus-run-session"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" dbus"
|
hostmakedepends+=" dbus"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "${XBPS_TARGET_WORDSIZE}" = "32" ]; then
|
||||||
|
make_check=ci-skip # Test float comparison and time issues on 32-bit
|
||||||
|
fi
|
||||||
|
|
||||||
post_patch() {
|
post_patch() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Tell the build system that we have internal fts5 in sqlite3
|
# Tell the build system that we have internal fts5 in sqlite3
|
||||||
|
|
Loading…
Add table
Reference in a new issue