[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: tracker: Update to 1.12.0.
From: |
Marius Bakke |
Subject: |
03/09: gnu: tracker: Update to 1.12.0. |
Date: |
Wed, 24 May 2017 15:46:46 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0ef48cd99e79054c987e04e8fb9c8c4fefb6fbc0
Author: Marius Bakke <address@hidden>
Date: Wed May 24 19:54:09 2017 +0200
gnu: tracker: Update to 1.12.0.
* gnu/packages/gnome.scm (tracker): Update to 1.12.0.
[inputs]: Add JSON-GLIB and LIBSOUP.
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index df01c70..94ea921 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5153,7 +5153,7 @@ easy, safe, and automatic.")
(define-public tracker
(package
(name "tracker")
- (version "1.10.3")
+ (version "1.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5161,7 +5161,7 @@ easy, safe, and automatic.")
name "-" version ".tar.xz"))
(sha256
(base32
- "03ch3ndmxghfr9wnw9hfmpkjfa7k5v5cwwf3y1ja6ihk3c5avgbb"))))
+ "0vsrzzkcfvmylhpk1ww6xdx8z9sgjs0gn74gz82qngjyq3c3s6c3"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gnome-common" ,gnome-common)
@@ -5188,13 +5188,14 @@ easy, safe, and automatic.")
("exempi" ,exempi)
("libxml2" ,libxml2)
("upower" ,upower)
- ("libgee" ,libgee)
("libunistring" ,libunistring)
("giflib" ,giflib)
+ ("json-glib" ,json-glib)
("openjpeg" ,openjpeg-1)
("libosinfo" ,libosinfo)
("libcue" ,libcue)
("libseccomp" ,libseccomp)
+ ("libsoup" ,libsoup)
("libuuid" ,util-linux)))
(arguments `(#:tests? #f)) ; XXX FIXME enable tests (some fail)
(synopsis "Metadata database, indexer and search tool")
- branch master updated (3c74a74 -> 0b7b8fb), Marius Bakke, 2017/05/24
- 01/09: gnu: libgnomekbd: Update to 3.22.0.1., Marius Bakke, 2017/05/24
- 02/09: gnu: gnome-autoar: Update to 0.2.2., Marius Bakke, 2017/05/24
- 04/09: gnu: libgtop: Update to 2.36.0., Marius Bakke, 2017/05/24
- 09/09: gnu: gnome-themes-standard: Update to 3.22.3., Marius Bakke, 2017/05/24
- 03/09: gnu: tracker: Update to 1.12.0.,
Marius Bakke <=
- 05/09: gnu: libgee: Update to 0.20.0., Marius Bakke, 2017/05/24
- 06/09: gnu: libchamplain: Update to 0.12.15., Marius Bakke, 2017/05/24
- 08/09: gnu: clutter-gst: Update to 3.0.24., Marius Bakke, 2017/05/24
- 07/09: gnu: clutter: Update to 1.26.2., Marius Bakke, 2017/05/24