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 2/3] gnu: Add libglademm
Date: Sat, 20 Feb 2016 00:33:16 -0500	[thread overview]
Message-ID: <20160220053316.GB10772@jasmine> (raw)
In-Reply-To: <1455721361-14591-3-git-send-email-mail@cbaines.net>

On Wed, Feb 17, 2016 at 03:02:40PM +0000, Christopher Baines wrote:
> * gnu/packages/gnome.scm (libglademm): New variable.
> ---
>  gnu/packages/gnome.scm | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index d04bc4a..2388e5c 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -1347,6 +1347,33 @@ graphical interfaces described in glade files and for accessing the
>  widgets built in the loading process.")
>      (license license:gpl2+))) ; This is correct.  GPL not LGPL
>  
> +(define-public libglademm
> +  (package
> +    (name "libglademm")
> +    (version "2.6.7")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append "mirror://gnome/sources/" name "/"
> +                                  (version-major+minor version)  "/"
> +                                  name "-" version ".tar.bz2"))
> +              (sha256
> +               (base32
> +                "1hrbg9l5qb7w0xvr7013qamkckyj0fqc426c851l69zpmhakqm1q"))))
> +    (build-system gnu-build-system)
> +    (propagated-inputs
> +     `(("gtkmm-2" ,gtkmm-2)
> +       ("libglade" ,libglade))) ; required by libglade-2.0.pc

Do these need to be propagated?

> +    (native-inputs
> +     `(("pkg-config" ,pkg-config)))
> +    (arguments
> +     '(#:configure-flags '("CXXFLAGS=-std=c++11")))
> +    (home-page "http://www.gtkmm.org/")
> +    (synopsis "C++ wrappers for libglade2")
> +    (description "libglademm is the C++ wrapper for libglade, a library for
> + building graphical interfaces. New code should use GtkBuilder (part of Gtk 3),
> + or its C++ wrapper in gtkmm.")
> +    (license license:lgpl2.1+)))
> +
>  (define-public libgnomeprint
>    ;; This library has been deprecated since 2006; see
>    ;; <https://mail.gnome.org/archives/devel-announce-list/2006-August/msg00005.html>.
> -- 
> 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
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 [this message]
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=20160220053316.GB10772@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.