[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
40/79: gnu: tracker: Update to 3.7.3.
From: |
guix-commits |
Subject: |
40/79: gnu: tracker: Update to 3.7.3. |
Date: |
Sun, 21 Jul 2024 09:59:45 -0400 (EDT) |
lilyp pushed a commit to branch gnome-team
in repository guix.
commit e15a39554d788779b240c2c88ea09c31c3c6dfcf
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jun 16 17:44:35 2024 +0200
gnu: tracker: Update to 3.7.3.
* gnu/packages/gnome.scm (tracker): Update to 3.7.3.
[#:phases]: Drop ‘unwrap-libexec’.
---
gnu/packages/gnome.scm | 17 +++--------------
1 file changed, 3 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 88e647dd65..b09811432c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9644,7 +9644,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "3.6.0")
+ (version "3.7.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker/"
@@ -9652,7 +9652,7 @@ easy, safe, and automatic.")
"tracker-" version ".tar.xz"))
(sha256
(base32
- "1whdqidxmagsc35pmz9kcc5vs3bmvbkmnis7prnx3zxs37z2qnaj"))))
+ "1yfi53fpfszfjajrqf1g80cri472k6wxpxj6g3nwa13yjd84lgdb"))))
(build-system meson-build-system)
(arguments
(list
@@ -9706,18 +9706,7 @@ easy, safe, and automatic.")
;; Some tests expect to write to $HOME.
(setenv "HOME" "/tmp")
(apply invoke "dbus-run-session" "--" "meson" "test"
- "--print-errorlogs" test-options))))
- (add-after 'glib-or-gtk-wrap 'unwrap-libexec
- (lambda* (#:key outputs #:allow-other-keys)
- (with-directory-excursion (string-append (assoc-ref outputs
"out")
- "/libexec/tracker3")
- (for-each
- (lambda (f)
- (let ((real (string-append "." (basename f) "-real")))
- (when (file-exists? real)
- (delete-file f)
- (rename-file real f))))
- (find-files "."))))))))
+ "--print-errorlogs" test-options)))))))
(native-inputs
(list gettext-minimal
`(,glib "bin")
- 51/79: gnu: gnome-calendar: Update to 46.1., (continued)
- 51/79: gnu: gnome-calendar: Update to 46.1., guix-commits, 2024/07/21
- 54/79: gnu: Add gtk-frdp-for-gnome-connections., guix-commits, 2024/07/21
- 55/79: gnu: gnome-connections: Update to 46.0., guix-commits, 2024/07/21
- 58/79: gnu: gnome-console: Update to 46.0., guix-commits, 2024/07/21
- 37/79: gnu: lollypop: Update package style., guix-commits, 2024/07/21
- 45/79: gnu: epiphany: Update to 46.2., guix-commits, 2024/07/21
- 56/79: gnu: Make vte-with-gtk4 the default vte., guix-commits, 2024/07/21
- 57/79: gnu: vte: Update to 0.76.3., guix-commits, 2024/07/21
- 35/79: gnu: rapidcheck: Update to 0.0.0-1.ff6af6f., guix-commits, 2024/07/21
- 34/79: nls: Update translations., guix-commits, 2024/07/21
- 40/79: gnu: tracker: Update to 3.7.3.,
guix-commits <=
- 43/79: gnu: dconf-editor: Update to 45.0.1., guix-commits, 2024/07/21
- 44/79: gnu: d-spy: Update to 1.10.0., guix-commits, 2024/07/21
- 46/79: gnu: evince: Update to 46.3., guix-commits, 2024/07/21
- 47/79: gnu: gnome-bluetooth: Update to 46.0., guix-commits, 2024/07/21
- 49/79: gnu: gnome-boxes: Update to 46.1., guix-commits, 2024/07/21
- 50/79: gnu: gnome-calculator: Update to 46.1., guix-commits, 2024/07/21
- 52/79: gnu: gnome-characters: Update to 46.0., guix-commits, 2024/07/21
- 59/79: gnu: gnome-contacts: Update to 46.0., guix-commits, 2024/07/21
- 60/79: gnu: Add tecla., guix-commits, 2024/07/21
- 67/79: gnu: gnome-text-editor: Update to 46.3., guix-commits, 2024/07/21