[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/126: gnu: tracker: Enable some features.
From: |
guix-commits |
Subject: |
117/126: gnu: tracker: Enable some features. |
Date: |
Mon, 6 Sep 2021 15:54:00 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 360b5583b986183b9bc6e72e8b36e4555f886efa
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sat May 15 21:00:29 2021 -0400
gnu: tracker: Enable some features.
* gnu/packages/gnome.scm (tracker)[native-inputs]: Add python-wrapper.
[inputs]: Add bash-completion, network-manager and libstemmer.
[propagated-inputs]: Add glib.
---
gnu/packages/gnome.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4e8ef38..93057ed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -135,6 +135,7 @@
#:use-module (gnu packages inkscape)
#:use-module (gnu packages iso-codes)
#:use-module (gnu packages kerberos)
+ #:use-module (gnu packages language)
#:use-module (gnu packages libcanberra)
#:use-module (gnu packages libffi)
#:use-module (gnu packages libunistring)
@@ -8754,14 +8755,20 @@ easy, safe, and automatic.")
("python-pygobject" ,python-pygobject)
("intltool" ,intltool)
("pkg-config" ,pkg-config)
+ ("python" ,python-wrapper) ; for patch-shebangs phase
("vala" ,vala)))
(inputs
- `(("dbus" ,dbus)
+ `(("bash-completion" ,bash-completion) ; for installing bash-completion
files
+ ("dbus" ,dbus)
("sqlite" ,sqlite)
("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)
- ("libsoup" ,libsoup)))
+ ("libnm" ,network-manager) ; for network status detection support
+ ("libsoup" ,libsoup)
+ ("stemmer" ,libstemmer))) ; for language stemming support
+ (propagated-inputs
+ `(("glib" ,glib))) ; referenced in .pc files
(synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker")
(description
- 126/126: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., (continued)
- 126/126: gnu: Update gtkmm to 4.2.0, add gtkmm@3, and adjust gtkmm@2., guix-commits, 2021/09/06
- 97/126: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/09/06
- 104/126: gnu: docbook-xsl: Update to 1.79.2., guix-commits, 2021/09/06
- 107/126: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/09/06
- 114/126: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/06
- 118/126: gnu: tracker: Enable documentation., guix-commits, 2021/09/06
- 120/126: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/09/06
- 122/126: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/06
- 124/126: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/06
- 112/126: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/09/06
- 117/126: gnu: tracker: Enable some features.,
guix-commits <=
- 123/126: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/06
- 110/126: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/09/06
- 113/126: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/06
- 115/126: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/06
- 119/126: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/06
- 121/126: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/06
- 125/126: gnu: Add gtk., guix-commits, 2021/09/06