[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
373/377: gnu: tracker: Propagate dependencies as per pkg-config file.
From: |
guix-commits |
Subject: |
373/377: gnu: tracker: Propagate dependencies as per pkg-config file. |
Date: |
Thu, 2 Sep 2021 17:56:26 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 5c9e7ec17fc3388cfc129d08d3523228d6f55a27
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
- 103/377: gnu: Add r-ztpln., (continued)
- 103/377: gnu: Add r-ztpln., guix-commits, 2021/09/02
- 112/377: gnu: Add r-paws-application-integration., guix-commits, 2021/09/02
- 119/377: gnu: Add r-paws-storage., guix-commits, 2021/09/02
- 130/377: gnu: Add r-zonebuilder., guix-commits, 2021/09/02
- 338/377: gnu: ibus: Enable documentation., guix-commits, 2021/09/02
- 356/377: gnu: meson-0.55: Update to 0.55.3., guix-commits, 2021/09/02
- 360/377: gnu: glib-networking: Enable libproxy and openssl support., guix-commits, 2021/09/02
- 361/377: gnu: glib-networking: Update home-page, synopsis, description and license., guix-commits, 2021/09/02
- 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 <=
- 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, 2021/09/02
- 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