[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/19: gnu: tracker-miners: Update to 3.5.2.
From: |
guix-commits |
Subject: |
15/19: gnu: tracker-miners: Update to 3.5.2. |
Date: |
Thu, 7 Sep 2023 14:34:02 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit 19bd2a7cff4d0784619f2c2b283622e3db6d761b
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 2 13:35:12 2023 +0200
gnu: tracker-miners: Update to 3.5.2.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.5.2.
[#:phases]<fix-tests>: Adjust accordingly.
[inputs]: Add gst-plugins-base.
---
gnu/packages/gnome.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index abd79eac08..9f70b7cc97 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9500,7 +9500,7 @@ endpoint and it understands SPARQL.")
(define-public tracker-miners
(package
(name "tracker-miners")
- (version "3.3.1")
+ (version "3.5.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker-miners/"
@@ -9508,7 +9508,7 @@ endpoint and it understands SPARQL.")
"/tracker-miners-" version ".tar.xz"))
(sha256
(base32
- "151w6ljq1gk9idqfq9qs3w16vms91jnxy59c9kx6jaf0fb9cdp9y"))))
+ "0sbc3fmvqg5hvdl5sq8w77lqmk9i6vc13izcxck8winrrgx93ys0"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -9542,12 +9542,7 @@ endpoint and it understands SPARQL.")
;; to be true and the UPower daemon to be started.
(substitute* "examples/python/meson.build"
(("foreach example_name:.*")
- "foreach example_name: []"))
- ;; Disable this test that is failing randomly:
- ;; https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/170.
- (substitute* "tests/libtracker-miner/meson.build"
- (("'miner-fs'.*")
- ""))))
+ "foreach example_name: []"))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
@@ -9579,6 +9574,7 @@ endpoint and it understands SPARQL.")
giflib
glib
gstreamer
+ gst-plugins-base
icu4c
json-glib
libcue
- 05/19: gnu: gnome-desktop: Update to 44.0., (continued)
- 05/19: gnu: gnome-desktop: Update to 44.0., guix-commits, 2023/09/07
- 06/19: gnu: gnome-session: Update to 44.0., guix-commits, 2023/09/07
- 03/19: gnu: mutter: Update to 44.3., guix-commits, 2023/09/07
- 07/19: gnu: gnome-settings-daemon: Update to 44.1., guix-commits, 2023/09/07
- 10/19: gnu: gnome-clocks: Update to 44.0., guix-commits, 2023/09/07
- 13/19: gnu: gnome-autoar: Update to 0.4.4., guix-commits, 2023/09/07
- 11/19: gnu: gnome-calendar: Update to 44.1., guix-commits, 2023/09/07
- 08/19: gnu: gdm: Update to 44.1., guix-commits, 2023/09/07
- 14/19: gnu: tracker: Update to 3.5.3., guix-commits, 2023/09/07
- 19/19: gnu: gnome-console: Update to 44.4., guix-commits, 2023/09/07
- 15/19: gnu: tracker-miners: Update to 3.5.2.,
guix-commits <=
- 17/19: gnu: nautilus: Update to 44.2., guix-commits, 2023/09/07
- 02/19: gnu: gjs: Update to 1.76.2., guix-commits, 2023/09/07
- 09/19: gnu: gnome-shell: Update to 44.3., guix-commits, 2023/09/07
- 12/19: gnu: gnome-initial-setup: Update to 44.0., guix-commits, 2023/09/07
- 16/19: gnu: libadwaita: Update to 1.3.4., guix-commits, 2023/09/07
- 18/19: gnu: vte: Update to 0.72.2., guix-commits, 2023/09/07