diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-06-16 22:24:14 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:25 +0100 |
| commit | 2f3c6041c1b3f3cc6bbae12f22c6e69dedc55b65 (patch) | |
| tree | 1c0d040510b3a4b193e5d524c42ec99bb1dd87bd /gnu | |
| parent | 57d6a3cc77d50ae2992df434e33d02cc021595c7 (diff) | |
gnu: tracker-miners: Update to 3.7.3.
* gnu/packages/gnome.scm (tracker-miners): Update to 3.7.3.
[#:configure-flags]: Add “-Dlandlock=disabled”.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index fb12159437e..ad8691b6e3c 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9808,7 +9808,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/" @@ -9816,7 +9816,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 @@ -9826,6 +9826,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 |
