guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: tracker: Update to 3.3.3.


From: guix-commits
Subject: 12/15: gnu: tracker: Update to 3.3.3.
Date: Thu, 11 Aug 2022 16:00:49 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit f441a149b400d289224a78a7c13c8690080d0926
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Aug 11 18:35:54 2022 +0200

    gnu: tracker: Update to 3.3.3.
    
    * gnu/packages/gnome.scm (tracker): Update to 3.3.3.
    [native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
---
 gnu/packages/gnome.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index cbdf638abd..ae46e55c51 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8888,7 +8888,7 @@ easy, safe, and automatic.")
 (define-public tracker
   (package
     (name "tracker")
-    (version "3.3.1")
+    (version "3.3.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/tracker/"
@@ -8896,7 +8896,7 @@ easy, safe, and automatic.")
                                   "tracker-" version ".tar.xz"))
               (sha256
                (base32
-                "1lkf353xvwc0hfyi03aq2qjikx3zmva7r56nxiavy7kqjyygbmjs"))))
+                "0r144kdqxdzs51qn495vablzf1zxkhkk6imrlrzj9wiqwc2gg520"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t
@@ -8927,7 +8927,8 @@ easy, safe, and automatic.")
                (invoke "dbus-run-session" "--" "meson" "test"
                        "--print-errorlogs")))))))
     (native-inputs
-     (list `(,glib "bin")
+     (list gettext-minimal
+           `(,glib "bin")
            gobject-introspection
            docbook-xsl
            docbook-xml
@@ -8937,7 +8938,6 @@ easy, safe, and automatic.")
            cmake-minimal
            python-pygobject
            gtk-doc/stable
-           intltool
            dbus
            pkg-config
            python



reply via email to

[Prev in Thread] Current Thread [Next in Thread]