[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/61: gnu: tracker: Update to 2.0.4.
From: |
guix-commits |
Subject: |
48/61: gnu: tracker: Update to 2.0.4. |
Date: |
Sat, 9 Mar 2019 02:53:28 -0500 (EST) |
rekado pushed a commit to branch staging
in repository guix.
commit c8bdf589c97cc4e5276d434d11d4186252f15b80
Author: Ricardo Wurmus <address@hidden>
Date: Mon Aug 6 17:42:36 2018 +0200
gnu: tracker: Update to 2.0.4.
* gnu/packages/gnome.scm (tracker): Update to 2.0.4.
[arguments]: Add phases "disable-broken-tests" and "pre-check"; enable
tests.
[inputs]: Remove nettle, add python.
---
gnu/packages/gnome.scm | 41 ++++++++++++++++++++++++++++++++++++++---
1 file changed, 38 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3e0d2f4..b4fbda7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5917,7 +5917,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "1.12.3")
+ (version "2.0.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5925,8 +5925,43 @@ easy, safe, and automatic.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1mpq418lzba7fad0w0m3bnxvz3khf461b5zya8zmq5n1g0w99ki3"))))
+ "1mfc5lv820kr7ssi7hldn25gmshh65k19kh478qjsnb64sshsbyf"))))
(build-system glib-or-gtk-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'disable-broken-tests
+ (lambda _
+ ;; FIXME: Most of these fail with GLib-GIO-FATAL-ERROR: Settings
+ ;; schema 'org.freedesktop.Tracker.FTS' is not installed.
+ (substitute* "tests/libtracker-miner/Makefile.in"
+ (("tracker-file-notifier-test\\$\\(EXEEXT\\)") "")
+ (("tracker-miner-fs-test\\$\\(EXEEXT\\)") "")
+ (("tracker-monitor-test\\$\\(EXEEXT\\)") ""))
+ (substitute* "tests/libtracker-fts/Makefile.in"
+ (("tracker-fts-test\\$\\(EXEEXT\\)") ""))
+ (substitute* "tests/libtracker-data/Makefile.in"
+ (("tracker-ontology\\$\\(EXEEXT\\)") "")
+ (("tracker-ontology-change\\$\\(EXEEXT\\)") "")
+ (("tracker-backup\\$\\(EXEEXT\\)") "")
+ (("tracker-sparql-blank\\$\\(EXEEXT\\)") "")
+ (("tracker-sparql\\$\\(EXEEXT\\)") ""))
+ ;; These fail because the SPARQL backend could not be loaded.
+ ;; That's because /etc/machine-id is missing, but
+ ;; DBUS_FATAL_WARNINGS does not help here.
+ (substitute* "tests/libtracker-sparql/Makefile.in"
+ (("tracker-gb-737023-test\\$\\(EXEEXT\\)") "")
+ (("tracker-sparql-test\\$\\(EXEEXT\\)") ""))
+ (substitute* "tests/tracker-steroids/Makefile.in"
+ (("tracker-test\\$\\(EXEEXT\\)") ""))
+ #t))
+ ;; Two tests fail if LANG is not set.
+ (add-before 'check 'pre-check
+ (lambda _
+ (setenv "LANG" "en_US.UTF-8")
+ ;; For the missing /etc/machine-id.
+ (setenv "DBUS_FATAL_WARNINGS" "0")
+ #t)))))
(native-inputs
`(("gnome-common" ,gnome-common)
("gobject-introspection" ,gobject-introspection)
@@ -5940,6 +5975,7 @@ easy, safe, and automatic.")
("gst-plugins-base" ,gst-plugins-base)
("sqlite" ,sqlite)
("nettle" ,nettle) ; XXX why is this needed?
+ ("python" ,python)
("poppler" ,poppler)
("libgsf" ,libgsf)
("libexif" ,libexif)
@@ -5961,7 +5997,6 @@ easy, safe, and automatic.")
("libseccomp" ,libseccomp)
("libsoup" ,libsoup)
("libuuid" ,util-linux)))
- (arguments `(#:tests? #f)) ; XXX FIXME enable tests (some fail)
(synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker")
(description
- 23/61: gnu: eog: Update to 3.28.2., (continued)
- 23/61: gnu: eog: Update to 3.28.2., guix-commits, 2019/03/09
- 33/61: gnu: cheese: Propagate more inputs., guix-commits, 2019/03/09
- 35/61: gnu: gnome-session: Update to 3.28.1., guix-commits, 2019/03/09
- 27/61: gnu: gvfs: Update to 1.36.2., guix-commits, 2019/03/09
- 30/61: gnu: devhelp: Update to 3.28.1., guix-commits, 2019/03/09
- 43/61: gnu: gnome-shell-extensions: Update to 3.28.1., guix-commits, 2019/03/09
- 40/61: gnu: gucharmap: Update to 10.0.4., guix-commits, 2019/03/09
- 51/61: gnu: gnome-control-center: Update to 3.28.2., guix-commits, 2019/03/09
- 54/61: gnu: gnome-online-accounts: Update to 3.28.0., guix-commits, 2019/03/09
- 55/61: gnu: network-manager-openvpn: Update to 1.8.4., guix-commits, 2019/03/09
- 48/61: gnu: tracker: Update to 2.0.4.,
guix-commits <=
- 57/61: gnu: dconf-editor: Update to 3.28.0., guix-commits, 2019/03/09
- 06/61: gnu: yelp-xsl: Update to 3.28.0., guix-commits, 2019/03/09
- 07/61: gnu: yelp-tools: Update to 3.28.0., guix-commits, 2019/03/09
- 09/61: gnu: gedit: Use gtksourceview-3., guix-commits, 2019/03/09
- 11/61: gnu: gnome-maps: Update to 3.28.2., guix-commits, 2019/03/09
- 13/61: gnu: gnome-desktop: Update to 3.28.2., guix-commits, 2019/03/09
- 18/61: gnu: five-or-more: Update to 3.28.0., guix-commits, 2019/03/09
- 17/61: gnu: glade3: Update to 3.22.1., guix-commits, 2019/03/09
- 24/61: gnu: libgudev: Update to 232., guix-commits, 2019/03/09
- 37/61: gnu: mutter: Update to 3.28.2., guix-commits, 2019/03/09