[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/122: gnu: tracker: Propagate dependencies as per pkg-config file.
From: |
guix-commits |
Subject: |
120/122: gnu: tracker: Propagate dependencies as per pkg-config file. |
Date: |
Wed, 30 Jun 2021 18:26:51 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 2df3c08707dcdf399e92da3f29a282075fc8d5ea
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 a5bc32f..1003a49 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8878,14 +8878,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
- 101/122: gnu: cairo: Reintroduce security patches [security fixes]., (continued)
- 101/122: gnu: cairo: Reintroduce security patches [security fixes]., guix-commits, 2021/06/30
- 102/122: gnu: glib: Disable failing test., guix-commits, 2021/06/30
- 106/122: gnu: glib-networking: Update to 2.68.0., guix-commits, 2021/06/30
- 103/122: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/06/30
- 115/122: gnu: libsoup: Disable ssl-test., guix-commits, 2021/06/30
- 114/122: gnu: gtkmm@2: Override inheritance of certain changes from gtkmm., guix-commits, 2021/06/30
- 116/122: gnu: libepoxy: Propagate mesa., guix-commits, 2021/06/30
- 117/122: gnu: tracker: Enable some features., guix-commits, 2021/06/30
- 118/122: gnu: tracker: Enable documentation., guix-commits, 2021/06/30
- 119/122: gnu: tracker: Update to 3.1.1 and make related changes., guix-commits, 2021/06/30
- 120/122: gnu: tracker: Propagate dependencies as per pkg-config file.,
guix-commits <=
- 122/122: gnu: tracker-miners: Enable some features., guix-commits, 2021/06/30
- 70/122: gnu: wayland: Update to 1.19.0., guix-commits, 2021/06/30
- 54/122: gnu: libgsf: Update synopsis, description, home-page and license., guix-commits, 2021/06/30
- 81/122: gnu: gtk+: Update to 3.24.27., guix-commits, 2021/06/30
- 67/122: gnu: json-glib: Update to 1.6.2., guix-commits, 2021/06/30
- 75/122: gnu: gtk+-2: Enable tests., guix-commits, 2021/06/30
- 83/122: gnu: gtkmm-2: Fix build., guix-commits, 2021/06/30
- 84/122: gnu: ibus: Update to 1.5.24., guix-commits, 2021/06/30
- 86/122: gnu: ibus: Enable memconf., guix-commits, 2021/06/30
- 88/122: gnu: ibus: Remove trailing #t in phases., guix-commits, 2021/06/30