tracker: update to 3.4.0.
This commit is contained in:
parent
eb9042f704
commit
0b9bd78377
2 changed files with 14 additions and 3 deletions
11
srcpkgs/tracker/patches/disable-cli-test.patch
Normal file
11
srcpkgs/tracker/patches/disable-cli-test.patch
Normal file
|
@ -0,0 +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',
|
||||||
|
]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tracker'
|
# Template file for 'tracker'
|
||||||
pkgname=tracker
|
pkgname=tracker
|
||||||
version=3.3.0
|
version=3.4.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
configure_args="-Ddocs=false -Dman=true -Dstemmer=disabled
|
configure_args="-Ddocs=false -Dman=true -Dstemmer=disabled
|
||||||
|
@ -17,7 +17,7 @@ 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=0706f96fe7f95df42acec812c1de7b4593a0d648321ca83506a9d71e22417bda
|
checksum=b3b380c9571d7c7423b5f401e4a2f2d78de47143b035eb2c1281e2423c59218b
|
||||||
make_check_pre="dbus-run-session"
|
make_check_pre="dbus-run-session"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue