unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Raghav Gururajan <rg@raghavgururajan.name>
Cc: 48459@debbugs.gnu.org
Subject: [bug#48459] [PATCH 1/3] gnu: tracker: Add missing dependencies.
Date: Sun, 16 May 2021 08:36:45 +0100	[thread overview]
Message-ID: <87h7j3cepe.fsf@cbaines.net> (raw)
In-Reply-To: <20210516050759.7239-1-rg@raghavgururajan.name>

[-- Attachment #1: Type: text/plain, Size: 2521 bytes --]


Raghav Gururajan via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/gnome.scm (tracker)[native-inputs]: Add python-wrapper.
> [inputs]: Add bash-completion, network-manager and libstemmer.
> [propagated-inputs]: Add glib.

Missing in my mind implies something was broken because of the missing
dependencies, and if that's the case, it would be good to note what
adding these missing dependencies fixes.

If these are just additional dependencies, it would also be good to note
what the addition of these dependencies enables.

> ---
>  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 be458c07bb..882b643067 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -133,6 +133,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)
> @@ -8753,14 +8754,20 @@ easy, safe, and automatic.")
>         ("python-pygobject" ,python-pygobject)
>         ("intltool" ,intltool)
>         ("pkg-config" ,pkg-config)
> +       ("python" ,python-wrapper)       ; she-bangs

shebang is one (very odd word):
 https://en.wikipedia.org/wiki/Shebang_(Unix)

That doesn't help me to understand what this (native?) input is being
added for though?

>         ("vala" ,vala)))
>      (inputs
> -     `(("dbus" ,dbus)
> +     `(("bash-completion" ,bash-completion) ; bash-completions

I'm not sure what the comment adds here?

> +       ("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)       ; network status detection

This comment is useful.

> +       ("libsoup" ,libsoup)
> +       ("stemmer" ,libstemmer)))        ; stemming

I don't think this comment adds anything.

> +    (propagated-inputs
> +     `(("glib" ,glib)))                 ; referenced in .pc files

This one does though.

>      (synopsis "Metadata database, indexer and search tool")
>      (home-page "https://wiki.gnome.org/Projects/Tracker")
>      (description


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

  parent reply	other threads:[~2021-05-16  7:37 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16  5:04 [bug#48459] [PATCH-SERIES]: GNOME Tracker Raghav Gururajan via Guix-patches via
2021-05-16  5:07 ` [bug#48459] [PATCH 1/3] gnu: tracker: Add missing dependencies Raghav Gururajan via Guix-patches via
2021-05-16  5:07   ` [bug#48459] [PATCH 2/3] gnu: tracker: Enable documentation Raghav Gururajan via Guix-patches via
2021-05-16  5:07   ` [bug#48459] [PATCH 3/3] gnu: tracker: Update to 3.1.1 Raghav Gururajan via Guix-patches via
2021-05-16  7:36   ` Christopher Baines [this message]
2021-05-18  3:14     ` [bug#48459] [PATCH 1/3] gnu: tracker: Add missing dependencies Raghav Gururajan via Guix-patches via
2021-05-16  7:13 ` [bug#48459] [PATCH-SERIES]: GNOME Tracker Leo Prikler
2021-05-18  3:11   ` Raghav Gururajan via Guix-patches via
2021-05-18  3:05 ` [bug#48459] [PATCH wip-gnome v2 1/6] gnu: tracker: Enable some features Raghav Gururajan via Guix-patches via
2021-05-18  3:05   ` [bug#48459] [PATCH wip-gnome v2 2/6] gnu: tracker: Enable documentation Raghav Gururajan via Guix-patches via
2021-05-18  3:05   ` [bug#48459] [PATCH wip-gnome v2 3/6] gnu: tracker: Update to 3.1.1 and make related changes Raghav Gururajan via Guix-patches via
2021-05-18  3:05   ` [bug#48459] [PATCH wip-gnome v2 4/6] gnu: tracker: Propagate dependencies as per pkg-config file Raghav Gururajan via Guix-patches via
2021-05-18  3:05   ` [bug#48459] [PATCH wip-gnome v2 5/6] gnu: tracker-miners: Update to 3.1.1 and make related changes Raghav Gururajan via Guix-patches via
2021-05-18  3:05   ` [bug#48459] [PATCH wip-gnome v2 6/6] gnu: tracker-miners: Enable some features Raghav Gururajan via Guix-patches via
2021-05-21 21:33 ` bug#48459: (no subject) Raghav Gururajan via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h7j3cepe.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=48459@debbugs.gnu.org \
    --cc=rg@raghavgururajan.name \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).