[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/17: gnu: tracker-miners: Update to 3.3.1.
From: |
guix-commits |
Subject: |
08/17: gnu: tracker-miners: Update to 3.3.1. |
Date: |
Tue, 12 Jul 2022 23:26:35 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit c13a258575517ce143be7a601cac00d86ed7095a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 12 13:36:45 2022 -0400
gnu: tracker-miners: Update to 3.3.1.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
[phases]{check}: Do not run the 'slow' tests, which fail.
---
gnu/packages/gnome.scm | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index b3d6ba9a8e..615400ab29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8895,7 +8895,7 @@ endpoint and it understands SPARQL.")
(define-public tracker-miners
(package
(name "tracker-miners")
- (version "3.1.2")
+ (version "3.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker-miners/"
@@ -8903,7 +8903,7 @@ endpoint and it understands SPARQL.")
"/tracker-miners-" version ".tar.xz"))
(sha256
(base32
- "0fpd69lgm8cckbamcf9c2q57glxf0s3jcfwkq8p3s4lfsvdclmd0"))))
+ "151w6ljq1gk9idqfq9qs3w16vms91jnxy59c9kx6jaf0fb9cdp9y"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -8950,7 +8950,11 @@ endpoint and it understands SPARQL.")
(setenv "HOME" "/tmp")
(setenv "LANG" "en_US.UTF-8")
(invoke "dbus-run-session" "--" "meson" "test"
- "--print-errorlogs")))))))
+ "--print-errorlogs"
+ ;; Do not run the slow test, which fail (see:
+ ;; https://gitlab.gnome.org/GNOME/tracker-miners
+ ;; /-/issues/226).
+ "--no-suite" "slow")))))))
(native-inputs
`(("dbus" ,dbus)
("intltool" ,intltool)
@@ -8981,7 +8985,7 @@ endpoint and it understands SPARQL.")
("libosinfo" ,libosinfo)
("libpng" ,libpng)
("libseccomp" ,libseccomp)
- ("libsoup" ,libsoup-minimal-2) ; because tracker requires this version.
+ ("libsoup" ,libsoup)
("libtiff" ,libtiff)
("libvorbis" ,libvorbis)
("libxml2" ,libxml2)
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., (continued)
- 10/17: gnu: inkscape: Rename variable to inkscape/stable and hide package., guix-commits, 2022/07/12
- 11/17: gnu: inkscape: Reintroduce variable, updated to 1.2., guix-commits, 2022/07/12
- 13/17: gnu: inkscape: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 05/17: gnu: tracker: Update to 3.3.1., guix-commits, 2022/07/12
- 06/17: gnu: tracker: Propagate libraries 'required' by pkg-config., guix-commits, 2022/07/12
- 07/17: gnu: tracker: Use new style inputs., guix-commits, 2022/07/12
- 12/17: gnu: inkscape: Wrap GDK_PIXBUF_MODULE_FILE., guix-commits, 2022/07/12
- 16/17: gnu: deja-dup: Update to 43.4., guix-commits, 2022/07/12
- 17/17: gnu: deja-dup: Use new style inputs., guix-commits, 2022/07/12
- 03/17: gnu: sushi: Add bash-minimal to inputs., guix-commits, 2022/07/12
- 08/17: gnu: tracker-miners: Update to 3.3.1.,
guix-commits <=
- 14/17: gnu: gtk: Update to 4.6.6., guix-commits, 2022/07/12
- 15/17: gnu: gtk: Use new style inputs., guix-commits, 2022/07/12