all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Christopher Baines <mail@cbaines.net>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 1/3] gnu: Add gconfmm.
Date: Sat, 20 Feb 2016 00:32:51 -0500	[thread overview]
Message-ID: <20160220053251.GA10772@jasmine> (raw)
In-Reply-To: <1455721361-14591-2-git-send-email-mail@cbaines.net>

On Wed, Feb 17, 2016 at 03:02:39PM +0000, Christopher Baines wrote:
> * gnu/packages/gnome.scm (gconfmm): New variable.
> ---
>  gnu/packages/gnome.scm | 29 +++++++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 49e6197..d04bc4a 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -1068,6 +1068,35 @@ is intended for user preferences; not arbitrary data storage.")
>      (license license:lgpl2.0+)))
>  
>  
> +(define-public gconfmm
> +  (package
> +    (name "gconfmm")
> +    (version "2.28.3")
> +    (source (origin
> +              (method url-fetch)
> +              (uri
> +               (let ((upstream-name "gconfmm"))
> +                 (string-append "mirror://gnome/sources/" upstream-name "/"
> +                                (version-major+minor version) "/"
> +                                upstream-name "-" version ".tar.xz")))
> +              (sha256
> +               (base32 "0a4jq0j2w03m4waq56b9c1798bd5xjh2kys7jlr8ayx8q4ljvgfp"))))

This line is too long. The hash can drop one line, indented. I can do
this when pushing.

> +    (build-system gnu-build-system)
> +    (propagated-inputs `(("gconf" ,gconf)))

Does this need to be propagated (installed in the user's profile)? Can't
gconfmm link to it, as an input?

> +    (arguments
> +     '(#:configure-flags '("CXXFLAGS=-std=c++11")))
> +    (native-inputs
> +     `(("intltool" ,intltool)
> +       ("pkg-config" ,pkg-config)
> +       ("glib" ,glib)
> +       ("glibmm" ,glibmm)))
> +    (home-page "http://www.gtkmm.org/")
> +    (synopsis "C++ interface for the GConf client API")
> +    (description "gconfmm is the official C++ interface for the GConf client
> +API for storing and retrieving configuration data.")
> +    (license license:lgpl2.0+)))
> +
> +
>  (define-public gnome-mime-data
>    (package
>      (name "gnome-mime-data")
> -- 
> 2.7.0
> 
> 

  reply	other threads:[~2016-02-20  5:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-17 15:02 [PATCH] Add paprefs and dependencies Christopher Baines
2016-02-17 15:02 ` [PATCH 1/3] gnu: Add gconfmm Christopher Baines
2016-02-20  5:32   ` Leo Famulari [this message]
2016-02-20  8:48   ` Alex Kost
2016-02-17 15:02 ` [PATCH 2/3] gnu: Add libglademm Christopher Baines
2016-02-20  5:33   ` Leo Famulari
2016-02-29  9:55     ` Ludovic Courtès
2016-02-17 15:02 ` [PATCH 3/3] gnu: Add paprefs Christopher Baines
2016-02-20  5:39   ` Leo Famulari
2016-09-29  9:25     ` ng0
2016-12-20 15:35       ` ng0

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

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

  git send-email \
    --in-reply-to=20160220053251.GA10772@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=mail@cbaines.net \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.