[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/124: gnu: tracker: Propagate dependencies as per pkg-config file.
From: |
guix-commits |
Subject: |
120/124: gnu: tracker: Propagate dependencies as per pkg-config file. |
Date: |
Sun, 5 Sep 2021 10:42:26 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 96dd0cef5b49e04c3aa8c968df81aef0ced57b8a
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Sun May 16 21:12:26 2021 -0400
gnu: tracker: Propagate dependencies as per pkg-config file.
* gnu/packages/gnome.scm (tracker)[inputs]: Move json-glib, libsoup,
and libxml2 to ...
[propagated-inputs]: ... here.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index de1ae35..0628c29 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8823,14 +8823,15 @@ easy, safe, and automatic.")
("dbus" ,dbus)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("sqlite" ,sqlite)
- ("libxml2" ,libxml2)
("icu4c" ,icu4c) ; libunistring gets miner-miner-fs test to fail.
- ("json-glib" ,json-glib)
("libnm" ,network-manager) ; for network status detection support
- ("libsoup" ,libsoup)
- ("stemmer" ,libstemmer))) ; for language stemming support
+ ("stemmer" ,libstemmer))) ; for language stemming support
(propagated-inputs
- `(("glib" ,glib))) ; referenced in .pc files
+ ;; The following are referenced in pkg-config file.
+ `(("glib" ,glib)
+ ("json-glib" ,json-glib)
+ ("libsoup" ,libsoup)
+ ("libxml2" ,libxml2)))
(synopsis "Metadata database, indexer and search tool")
(home-page "https://wiki.gnome.org/Projects/Tracker")
(description
- 97/124: gnu: gst-libav: Update to 1.18.4., (continued)
- 97/124: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/09/05
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/09/05
- 106/124: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/09/05
- 101/124: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/09/05
- 111/124: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/09/05
- 113/124: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/09/05
- 109/124: gnu: gnutls: Enable PKCS#11 support., guix-commits, 2021/09/05
- 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/09/05
- 115/124: gnu: libsoup: Disable ssl-test., guix-commits, 2021/09/05
- 118/124: gnu: tracker: Enable documentation., guix-commits, 2021/09/05
- 120/124: gnu: tracker: Propagate dependencies as per pkg-config file.,
guix-commits <=
- 121/124: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/09/05
- 116/124: gnu: libepoxy: Propagate mesa., guix-commits, 2021/09/05
- 122/124: gnu: tracker-miners: Enable some features., guix-commits, 2021/09/05
- 119/124: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/09/05
- 123/124: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/09/05
- 124/124: gnu: glib-networking: Disable openssl support., guix-commits, 2021/09/05
- 117/124: gnu: tracker: Enable some features., guix-commits, 2021/09/05