[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: |
Tue, 17 Aug 2021 22:45:33 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 912a607f17bb591e013dea94245da70e6926ec81
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 61704ff..87af3d7 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
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., (continued)
- 99/124: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/08/17
- 101/124: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/08/17
- 100/124: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/08/17
- 108/124: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/08/17
- 107/124: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/08/17
- 110/124: gnu: w3m: Update to 0.5.3+git20210102., guix-commits, 2021/08/17
- 112/124: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/08/17
- 111/124: gnu: python-pycairo: Update to 1.20.0., guix-commits, 2021/08/17
- 114/124: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/08/17
- 117/124: gnu: tracker: Enable some features., guix-commits, 2021/08/17
- 120/124: gnu: tracker: Propagate dependencies as per pkg-config file.,
guix-commits <=
- 92/124: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/08/17
- 121/124: gnu: tracker-miners: Update to 3.1.1 and make related changes., guix-commits, 2021/08/17
- 124/124: gnu: glib-networking: Disable openssl support., guix-commits, 2021/08/17
- 105/124: gnu: pango: Use meson-0.55, as required by the project., guix-commits, 2021/08/17
- 119/124: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/08/17
- 113/124: gnu: gtkmm: Change build-system and adjust arguments accordingly., guix-commits, 2021/08/17
- 123/124: gnu: zbar: Rename qtbase to qtbase-5., guix-commits, 2021/08/17
- 122/124: gnu: tracker-miners: Enable some features., guix-commits, 2021/08/17
- 91/124: gnu: zbar: Update to 0.23.90., guix-commits, 2021/08/17