unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: rennes@openmailbox.org
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add tracker.
Date: Sat, 6 Feb 2016 17:28:48 -0500	[thread overview]
Message-ID: <20160206222848.GC8398@jasmine> (raw)
In-Reply-To: <841c96ec184a9d17c5f4f9d662c018b4@openmailbox.org>

On Sat, Feb 06, 2016 at 09:47:22PM +0100, rennes@openmailbox.org wrote:
> Hi,
> 
> i attached patch with new variable(tracker) for gnome.scm.
> 
> Tracker, is a search engine and metadata storage system used for
> nautilus(gnome file manager).
> 
> The steps i follow are:
> 
>  a) I edit gnu/packages/gnome.scm and added tracker variable.
>  b) git add gnu/packages/gnome.scm
>  c) git commit -m 'gnu: Add tracker.'

   Don't forget:
   c′) ./pre-inst-env guix lint tracker

>  d) git format-patch -1
  
[...]

> * gnu/packages/gnome.scm (tracker): New variable.

Okay.

> +    (arguments
> +     ;; Testsuite finishes with errors.
> +     `(#:configure-flags '("--enable-unit-tests=no")))

Are these failures important? Are they caused by the unusual Guix build
environment? If so, can you disable only the specific tests that are
failing?

Otherwise, I wait for the input of a GNOME / GTK expert :)

> +    (native-inputs
> +     `(("glib" ,glib) ; for glib-compile-schemas, gio-2.0.
> +       ("intltool" ,intltool)
> +       ("pkg-config" ,pkg-config)))
> +    (inputs
> +     `(("gobject-introspection" ,gobject-introspection)
> +       ("libpng" ,libpng)
> +       ("libunistring" ,libunistring)
> +       ("libxml2" ,libxml2)
> +       ("sqlite" ,sqlite)
> +       ("uuidgen" ,util-linux)
> +       ("xsltproc" ,libxslt)
> +       ("zlib" ,zlib)))
> +    (home-page "https://wiki.gnome.org/Projects/Tracker")
> +    (synopsis "Search engine and metadata storage system")
> +    (description
> +     "Tracker is a search engine, search tool and metadata storage
> +system.  Tracker allows the user to find their data as fast as possible.
> +Tracker organises data in categories and enable tag in the data with
> +keywords which can be used to find related information.")
> +    ;; See COPYING for details.
> +    (license (list license:lgpl2.1+ license:gpl2+ license:bsd-3))))
> -- 
> 2.6.3
> 

  reply	other threads:[~2016-02-06 22:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06 20:47 [PATCH] gnu: Add tracker rennes
2016-02-06 22:28 ` Leo Famulari [this message]
2016-02-07  0:55   ` rennes
2016-02-07  2:19     ` 宋文武
  -- strict thread matches above, loose matches on Subject: below --
2016-02-10  1:35 rennes
2016-03-08  9:38 ` Ludovic Courtès
2016-03-14  0:19   ` rennes

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=20160206222848.GC8398@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=rennes@openmailbox.org \
    /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).