[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
370/377: gnu: tracker: Enable some features.
From: |
guix-commits |
Subject: |
370/377: gnu: tracker: Enable some features. |
Date: |
Thu, 2 Sep 2021 17:56:25 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 20b88a3eb0d39d1e509bb6a0e1bd5754c481bb0c
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
- 365/377: gnu: python-pygobject: Update to 3.40.1., (continued)
- 365/377: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/09/02
- 372/377: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 373/377: gnu: tracker: Propagate dependencies as per pkg-config file., guix-commits, 2021/09/02
- 374/377: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/02
- 375/377: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/02
- 377/377: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/02
- 366/377: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/02
- 367/377: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/02
- 368/377: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/02
- 369/377: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/02
- 370/377: gnu: tracker: Enable some features.,
guix-commits <=
- 371/377: gnu: tracker: Enable documentation., guix-commits, 2021/09/02
- 376/377: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/02
- 123/377: gnu: Add r-zoom., guix-commits, 2021/09/02
- 358/377: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/09/02
- 359/377: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/02
- 362/377: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/09/02
- 363/377: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/09/02