[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
117/124: gnu: tracker: Enable some features.
From: |
guix-commits |
Subject: |
117/124: gnu: tracker: Enable some features. |
Date: |
Tue, 10 Aug 2021 20:21:29 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2fb73a8ac6faa1970e85ab8b08677b27a1451e44
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 9d38593..f3457e9 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
- 78/124: gnu: gtk+: Enable tests., (continued)
- 78/124: gnu: gtk+: Enable tests., guix-commits, 2021/08/10
- 81/124: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/08/10
- 90/124: gnu: faac: Correct source uri., guix-commits, 2021/08/10
- 84/124: gnu: ibus: Update to 1.5.24., guix-commits, 2021/08/10
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/08/10
- 100/124: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/08/10
- 82/124: gnu: gtkmm: Update to 3.24.4., guix-commits, 2021/08/10
- 85/124: gnu: ibus: Enable documentation., guix-commits, 2021/08/10
- 95/124: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/08/10
- 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/08/10
- 117/124: gnu: tracker: Enable some features.,
guix-commits <=
- 119/124: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/08/10
- 88/124: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/08/10
- 89/124: gnu: iqa: Correct source uri., guix-commits, 2021/08/10
- 87/124: gnu: ibus: Enable tests., guix-commits, 2021/08/10
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/08/10
- 94/124: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/08/10
- 96/124: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/08/10
- 97/124: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/08/10
- 102/124: gnu: glib: Disable failing test., guix-commits, 2021/08/10
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/10