[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/58: gnu: tracker-miners: Update to 3.7.3.
From: |
guix-commits |
Subject: |
02/58: gnu: tracker-miners: Update to 3.7.3. |
Date: |
Sat, 7 Sep 2024 05:11:00 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit c2749d51608ec53d6a5350d3a8700451273545ab
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 16 22:24:14 2024 +0200
gnu: tracker-miners: Update to 3.7.3.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.7.3.
[#:configure-flags]: Add “-Dlandlock=disabled”.
---
gnu/packages/gnome.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2f4e0ea083..68de658ce4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9786,7 +9786,7 @@ endpoint and it understands SPARQL.")
(define-public tracker-miners
(package
(name "tracker-miners")
- (version "3.6.1")
+ (version "3.7.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker-miners/"
@@ -9794,7 +9794,7 @@ endpoint and it understands SPARQL.")
"/tracker-miners-" version ".tar.xz"))
(sha256
(base32
- "13ljx0birrav728ik3bnlwzgas8q6rbhjbvxp7zzwy6ambafiw7f"))))
+ "1zm57pih7csgipw3w2b1sgadvfszik70sbz4gr5pn6aw9caqhhz7"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -9804,6 +9804,10 @@ endpoint and it understands SPARQL.")
(string-append "-Dc_link_args=-Wl,-rpath="
(assoc-ref %outputs "out")
"/lib/tracker-miners-3.0")
+ ;; TODO: Check if this is only a build-time failure, or add
+ ;; variants to explicitly enable this features, (see:
+ ;; https://gitlab.gnome.org/GNOME/tracker-miners/-/issues/300).
+ "-Dlandlock=disabled"
;; TODO: Enable functional tests. Currently, the following error
;; appears:
;; Exception: The functional tests require DConf to be the default
- 33/58: gnu: libpanel: Update to 1.7.0., (continued)
- 33/58: gnu: libpanel: Update to 1.7.0., guix-commits, 2024/09/07
- 55/58: gnu: gst-plugins-ugly: Update to 1.24.6., guix-commits, 2024/09/07
- 45/58: gnu: atkmm: Update to 2.36.3., guix-commits, 2024/09/07
- 44/58: gnu: at-spi2-core: Update to 2.52.0., guix-commits, 2024/09/07
- 13/58: gnu: gnome-clocks: Update to 46.0., guix-commits, 2024/09/07
- 04/58: gnu: dconf-editor: Update to 45.0.1., guix-commits, 2024/09/07
- 16/58: gnu: Make vte-with-gtk4 the default vte., guix-commits, 2024/09/07
- 19/58: gnu: gnome-contacts: Update to 46.0., guix-commits, 2024/09/07
- 26/58: gnu: gtksourceview: Update to 5.12.1., guix-commits, 2024/09/07
- 24/58: gnu: gnome-keyring: Update to 46.1., guix-commits, 2024/09/07
- 02/58: gnu: tracker-miners: Update to 3.7.3.,
guix-commits <=
- 10/58: gnu: gnome-calculator: Update to 46.1., guix-commits, 2024/09/07
- 31/58: gnu: simple-scan: Update to 46.0., guix-commits, 2024/09/07
- 25/58: gnu: gnome-maps: Update to 46.11., guix-commits, 2024/09/07
- 23/58: gnu: gnome-font-viewer: Update to 46.0., guix-commits, 2024/09/07
- 47/58: gnu: pangomm: Update to 2.54.0., guix-commits, 2024/09/07
- 56/58: gnu: gst-libav: Update to 1.24.6., guix-commits, 2024/09/07
- 48/58: gnu: gtk+: Update to 3.24.41., guix-commits, 2024/09/07