[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
- 10/15: gnu: mediasdk: Build reproducibly., (continued)
- 10/15: gnu: mediasdk: Build reproducibly., guix-commits, 2022/08/11
- 09/15: gnu: mediasdk: Remove input labels., guix-commits, 2022/08/11
- 06/15: gnu: libvirt: Use G-expression., guix-commits, 2022/08/11
- 02/15: gnu: python-pyicu: Update to 2.9., guix-commits, 2022/08/11
- 03/15: gnu: catch2@1: Adjust for glibc 2.34 and later., guix-commits, 2022/08/11
- 14/15: gnu: ntfs-3g: Add release-monitoring-url and upstream-name., guix-commits, 2022/08/11
- 13/15: gnu: openconnect-sso: Remove input labels., guix-commits, 2022/08/11
- 15/15: gnu: ntfs-3g: Update to 2022.5.17., guix-commits, 2022/08/11
- 11/15: gnu: folks: Update to 0.15.5., guix-commits, 2022/08/11
- 08/15: gnu: mediasdk: Update to 22.4.4., guix-commits, 2022/08/11
- 12/15: gnu: tracker: Update to 3.3.3.,
guix-commits <=