Archived
1
0
Fork 0

gnu: tracker: Update to 3.3.1.

* gnu/packages/gnome.scm (tracker): Update to 3.3.1.
[inputs]: Replace libsoup-minimal-2 with libsoup.
This commit is contained in:
Maxim Cournoyer 2022-07-12 13:36:12 -04:00
parent fcd552d776
commit d0f2441dac
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -8799,7 +8799,7 @@ easy, safe, and automatic.")
(define-public tracker (define-public tracker
(package (package
(name "tracker") (name "tracker")
(version "3.1.2") (version "3.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/tracker/" (uri (string-append "mirror://gnome/sources/tracker/"
@ -8807,7 +8807,7 @@ easy, safe, and automatic.")
"tracker-" version ".tar.xz")) "tracker-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"13zcc07wd51sz7kglk3xbjrsq7d835cxfr7iwjr7nn2xcri8jdns")))) "1lkf353xvwc0hfyi03aq2qjikx3zmva7r56nxiavy7kqjyygbmjs"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t `(#:glib-or-gtk? #t
@ -8859,7 +8859,7 @@ easy, safe, and automatic.")
("libxml2" ,libxml2) ("libxml2" ,libxml2)
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail. ("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
("json-glib" ,json-glib) ("json-glib" ,json-glib)
("libsoup" ,libsoup-minimal-2))) ; tracker-miners requires the same version. ("libsoup" ,libsoup))) ; tracker-miners requires the same version.
(synopsis "Metadata database, indexer and search tool") (synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker") (home-page "https://wiki.gnome.org/Projects/Tracker")
(description (description